Hi All,
I need to show column header dynamically based on the parameter.
I am having a parameter control with company names A & B like below
if I select ‘A’ in the control then we have to show the column header as “Entity” like below
if I select ‘B’ in the control then we have to show the column header as “UPN” like below
4).If I select “A” in the company control then in the dynamic column header parameter it will showing default value only, here after selecting the value manually in the Dynamic Column Header control then only show the required value in the column header.
Here my task is if I select the value in the Company control, then automatically populate the value in the “Dynamic Column Header” without manual selection. Please help on this