Hello,
I am working on my first project and have a couple questions about formulas and design UI.
First I have an ENUM column that is used for filtering in a Dashboard. I need to compare this to a text for the filtering. Currently I am using the CONTAINS() function which works except for one case where two items contain the same two letters. (IE. “DP” and “DPS”). I need to be able to match the exact text so that DPS is not filtered out when I want to filter out DP only.
I am also using a few in(CONTEXT(“View”)) functions and was trying to figure out if this could also be used for sub views inside a dashboard few. Can I filter data to a specific sub view of the dashboard via a formula like this using a selection form?
for IN(CONTEXT(“Host”)) function what are the handles for a desktop browser vs mobile browser/app? and can this be used to change the displayed bottom menu items depending on the host used?
In my form selection form for the dashboard filtering. Is there a way to make the different columns reset to blank if the active filter column is blank? And is there also a way to make all the filter reset to blank when the app is launched/synced?
