Display Name of a View

Hi, I have a Deck Type View with Group By with two columns (User_Name and Date).  What I need Is the the Display Name change after I select one User_Name. The Idea is when a User_name is selected the Display Name  is some like CONCATENATE("Received from ", [User_Name])

thanks for the help

 

0 5 133
5 REPLIES 5

AFAIK, the technique you literally describe is not possible. If it otherwise meets you need, you could do something like have the user select the username elsewhere (e.g., in a User Setting) and then filter your deck view based on that selection and also reference that selection in the view's display name.

Thanks

If I use the  usersettings to filter some views on my app, can I directly reference the display name to usersettings(name) when I want to customize it, or do I need to reference it to any row that is already filtered by a slice?


@rofadilho wrote:

can I directly reference the display name to usersettings(name)


Yes. Try it.

thank you

Top Labels in this Space