Is it possible to change column labels in reporting?

antonymirza
Tera Expert

Is it possible to change column labels as per user's requirement? These columns may include dot walking as well.

1 ACCEPTED SOLUTION

feroz4051
Mega Expert

you can create database view and then you can change field values of database view using Language field.


View solution in original post

16 REPLIES 16

geoffcox
Giga Guru

If all else fails, there's a brute force method: Create a new column with whatever name/label you want, and copy the field value there on insert/update. You would also have to write a one-time script to copy all the existing data to the new field.



Cheers,


                    Geoff.


Dear All, Thank you for sharing your expertise.


Thanks, AM


Raghu47
Kilo Contributor

Geoff, can you please let me know on how to create a new field?

Thanks,

-Raghu

feroz4051
Mega Expert

you can create database view and then you can change field values of database view using Language field.


I really do think this is the correct answer. But I had to read that simple sentence about 10 times, then Google it to figure out the steps I needed to take to accomplish this feat. I found this link to be very helpful: