Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 master_student
		
			master_student
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi everyone,
I have a filter that shows values by MTD/YTD/Total year dynamically as shown bellow :
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
Thanks in advance for your help.
 sunny_talwar
		
			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'
 sunny_talwar
		
			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
		
			master_student
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Sunny for your help. You answer is correct.
