@toy-box/formula-editor
v1.0.11-beta
Published
Formula editor
Downloads
2
Keywords
Readme
formula-editor
特殊函数
IF 和 SWITCH 返回类型 UNKNOW
TODAY 和 NOW 没有入参
暂未实现
ISBLANK
CEILINGMATH
FLOORMATH
SPLIT
INCLUDES
Formula
1.BaseMath
1
"aa"
current.id
$user.name
1 + 2 - 3 / 2
(1 - 2) + $current.id
2.Function
COUNT(1,2)
COUNT(1,2,current.id)
COUNT(1,2,1+2)
COUNT(1,2,SUM(1,2))
3.Compare
- (1+20) +179 > 199
- 199 < 229
- 179 = $current.id
- 179 <> 199
- (1+20) +179 >= 199
- 179 <= current.id
- '> < >= <=' 仅支持两个数字之间的比较
- '= <>' 支持两个数字、boolean、引用类型之间的比较