How to convert the values in one column into titles and display the corresponding column values under each title?

Hi @AnilTyagi

Changing column header is bit complex.

Please refer the below community posts this might be helpful for you.

Example:

ifelse(${ClientId} = 1 , Country, toString(Status))

image

image

image

Hope this helps!

1 Like