Skip to content

formula function and validate #701

@ZhangYi96

Description

@ZhangYi96

Can formulaFuncs support AND and OR methods?
I need :

  1. calculate AND , OR and Date
  2. When I input the wrong formula, it should have returned an error but a panic

Input

1. AND(1=1,2=2)
2. OR(1=2,2=2)
3. Date(2020,10,01)
4. AND(1=1),

Output

1. true
2. true
3. 2020/10/01
4. error

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions