Browse Source

feat: exclude WEEKDAY from column identifier

pull/2706/head
Wing-Kam Wong 2 years ago
parent
commit
15a0a73302
  1. 1
      packages/nocodb-sdk/src/lib/formulaHelpers.ts

1
packages/nocodb-sdk/src/lib/formulaHelpers.ts

@ -129,6 +129,7 @@ export function jsepTreeToFormula(node) {
'AVG',
'ADD',
'DATEADD',
'WEEKDAY',
'AND',
'OR',
'CONCAT',

Loading…
Cancel
Save