Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Show/Hide Array Queues
Hello, I have an array where I use the values as rows, with that there are a couple of rows that I need to be shown or hidden by decision of the user, the problem is that it does not allow me to use hierarchy in values.
the idea would be to put the detail of the bonds under the empty row "BONDS DELIVERED" and that these can be shown and hidden. Any ideas?
Thank you
1 Reply
- amitchandakSuper User
Syndicate_Admin , You can make the measure blank based userprincipalname
if([userprincipalname] in {"[email protected]", "[email protected]"}, blank(), [Measure])