Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi stalwar1,
I went through your solution of replacing values in a straight table with the click of a button.
But my requirement is slightly different. I want to show the values in the column of my table. But when the user clicks on the button, the values in the dimension should be replaced by something like '***'. Basically just want to hide and show the values in the dimension.
I tried using replace function instead of your index function but it didn't work.
Any help greatly appreciated.
Regards,
Roy
May be as below:
=If(vVar = 1, TimeStamp,Repeat('*',Len(TimeStamp)))