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

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.

1 Like

Thanks

1 Like

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?

Yes. Try it.

2 Likes

thank you

1 Like