Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

column names change dynamically

Hi everyone,

I have a filter that shows values by MTD/YTD/Total year dynamically as shown bellow :

Capture.PNG

My issue is that I don't know how to change the column names dynamically with the selection to not confus the user.

for example, if the user select MTD, the column name becomes MTD PO . same for the other selections

Capture.PNG

Thanks in advance for your help.

1 Solution

Accepted Solutions
sunny_talwar

What is the name of the field which contains these values -> MTD, YTD, Total Year? Assuming it is called FIELDNAME, you can try this for the label expression -> =FILEDNAME & ' PO'

View solution in original post

2 Replies
sunny_talwar

What is the name of the field which contains these values -> MTD, YTD, Total Year? Assuming it is called FIELDNAME, you can try this for the label expression -> =FILEDNAME & ' PO'

master_student
Creator III
Creator III
Author

Thanks Sunny for your help. You answer is correct.