You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dataview (inline field '(this.date? this.date:'(no date')'): Error:
-- PARSING FAILED --------------------------------------------------
> 1 | (this.date? this.date:'(no date')
| ^
Expected one of the following:
'(', ')', '*' or '/' or '%', '+' or '-', '.', '>=' or '<=' or '!=' or '=' or '>' or '<', '[', 'and' or 'or', /[0-9\p{Letter}_-]/u, text
Seems too basic of a feature to be missing, so I imagine I'm doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Aren't js ternary expressions allowed in inline expressions?
This:
=(this.date? this.date:'(no date')
Renders this:
Seems too basic of a feature to be missing, so I imagine I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions