Good Day Experts,
Is there a way to dynamically rename column heading based on a specific field value?
The scenario I have is like this:
If <TYPE> = 'value1' THEN column_heading_name equal to 'Units'
If <TYPE> = 'value2' THEN column_heading_name equal to 'Quantity'
Let me know if you need further details.
Thank you.