Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a column in a chart which is calculated using an if() function. This column is called "Need PA" and all values in this column are 1 or 0.
I would like to select all values of 1 from this column using a toggle select using an action button.
Is this possible?
Here is how everything is currently set up, but nothing happens when I click the button.


Thanks in advance.
Michael
Need PA is a expression, you won't be able to use it the way you are trying here. Do you have a sample you can share to see how the data is like and how can this be done for your data?
maybe Toggle Select
Field PO Number
Search String RODLB1
because Need PA with 1 are the PO Number with RODLB1
Ha!!! that is true ![]()
Thanks for the info, but not being able to select from an expression was kind of a deal breaker.
I ended having to restructure a few of the data fetches.
Thanks again.