Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to search across all index values in a table with getobjectfields()?
I have a custom extension straight table with multiple column options for end users to select from. I want to hide a measure unless a particular field has been made a column in the straight table.
Is this possible?
Thanks! 🙂
Interesting question. I suspect that will be difficult as I guess the dimension is always there, but hidden at times?
I would solve that using show condition controlled by a field in a data island. Then it is possible to fetch the current selections and see if the dimension is currently selected.