1
FILTER ON "ICON"
I created a formula to get an icon as answer :
if ACTIF = 1 then
styled(text(" "), "white", "done")
else
styled(text(" "), "white", "x")
end
It is better to get an icon than a "Yes" or "Not" in the "sheetview".
I wanted to know if it is possible to get a filter on this icon. I want a view with everyone but I would like aswell a view with only the "done" or the "X".
Any idea ?
Thanks for your help.
Reply
Content aside
-
1
Likes
- 4 yrs agoLast active
- 504Views