Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replace value in dimension of straight table with ***

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

1 Solution

Accepted Solutions
trdandamudi
Master II
Master II

May be as below:

=If(vVar = 1, TimeStamp,Repeat('*',Len(TimeStamp)))

View solution in original post

1 Reply
trdandamudi
Master II
Master II

May be as below:

=If(vVar = 1, TimeStamp,Repeat('*',Len(TimeStamp)))