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
Hi!
I've a 'Category' field that can have a single value or multiple values.
I want a dataview list that only shows the single values of the Category field, so I tried with this:
LIST WITHOUT ID Category
FROM "Folder"
WHERE !NotShow AND typeof("Category")!="array"
GROUP BY Category
but it didn't work (it also shows the multiple values).
How can I filter the multiple values out? TIA for your help!
EDIT: solved, I simply had to remove the " from "Category"... dumb me!
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've a 'Category' field that can have a single value or multiple values.
I want a dataview list that only shows the single values of the Category field, so I tried with this:
LIST WITHOUT ID Category
FROM "Folder"
WHERE !NotShow AND typeof("Category")!="array"
GROUP BY Category
but it didn't work (it also shows the multiple values).
How can I filter the multiple values out? TIA for your help!
EDIT: solved, I simply had to remove the " from "Category"... dumb me!
Beta Was this translation helpful? Give feedback.
All reactions