Forum Discussion
jeremyt
8 months agoFrequent Visitor
Using FIeld Params to Choose Table Column and Filter that Table Based on Selected Column
I created a field param to allow the user to select which column to display in a table with a few other columns (ID and Name). The field param was set up like this: Service Fields to Review = { ...
- 8 months ago
Hi jeremyt, instead of returning TRUE/FALSE, you can try to return the values 1/0 and see if that works. It sometimes happens that boolean measure results are not shown as options in the filter pane.
Hope this helps. If so, please give kudos 👍 and mark as Accepted Solution ✔️ to help others.
nielsvdc
8 months agoSuper User
Hi jeremyt, instead of returning TRUE/FALSE, you can try to return the values 1/0 and see if that works. It sometimes happens that boolean measure results are not shown as options in the filter pane.
Hope this helps. If so, please give kudos 👍 and mark as Accepted Solution ✔️ to help others.
- jeremyt8 months agoFrequent Visitor
That worked perfectly!