Dynamically change the label of the Table view

Hello,

Is it possible to dynamically change the label of the Table view based on the currently displayed data?

The app has a company table and a financial table and I want to modify the labels in the financial View.
I am using LINKTO FILTERED VIEW to refine the data when moving from Company View to financials View.

I set the following formula to Column => Display => Display name in the financials table, but it didn’t change.
LOOKUP ([company name], “company”, “company name”, “Term”)

Solved Solved
0 3 412
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Nope.

View solution in original post

3 REPLIES 3

Hello Emily

Change the column defined as label? no
Change the names of the columns based on the view? yes
Change the names of the columns based on the data? maybe, never tried it, hmm.

That’s because column display names expressions are not evaluated in the context of a row, since they are not part of any row, you can use list expressions or CONTEXT() for this.

Steve
Platinum 4
Platinum 4

Nope.

Thank you for your reply.
I will try it another way!

Top Labels in this Space