Forum Discussion
EricMamet
Helper I
5 years agoHow to dynamically mask data?
In our database, we have a "Secret" boolean flag on each fact row. Whenever I try to report on our data, I cannot return a member as a separate named entity if all the underneath leaf rows are ma...
amitchandak
Super User
5 years agoEricMamet , refer if these can help
EricMamet
Helper I
5 years agoNot directly but the second article (radacar...) has an idea that might be useful: splitting the original table into two.
I could split the "Secret" rows from the non secret ones... although I don't have any idea what to do next !!! 😂
My difficulty is that we need to hide column members dynamically depending on the presence or not of "non secret" data underneath and reporting everything hidden under an "Others" member that may or may not exist as well.
Finding out whether the numbers should be displayed normally is the easy bit I suspect...