@toy-box/formula-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.11-beta • Public • Published

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. (1+20) +179 > 199
  2. 199 < 229
  3. 179 = $current.id
  4. 179 <> 199
  5. (1+20) +179 >= 199
  6. 179 <= current.id
  • '> < >= <=' 仅支持两个数字之间的比较
  • '= <>' 支持两个数字、boolean、引用类型之间的比较

/@toy-box/formula-editor/

    Package Sidebar

    Install

    npm i @toy-box/formula-editor

    Weekly Downloads

    0

    Version

    1.0.11-beta

    License

    ISC

    Unpacked Size

    209 kB

    Total Files

    129

    Last publish

    Collaborators

    • jxp1147
    • a798032825
    • zhouyu66
    • zhihao.h
    • shopnb
    • divx