How to change the Labels names which are shown in the bottom of the report.

Nasreen2
Tera Expert

Hi All,

 

The report shown below consists of four different graphs combined together. Here for the first report, the report label is coming as the table name (Incident SLA) and for the other graphs the label is displaying with their respective dataset names which is fine. It is not working in the same way for the first graph. 

find_real_file.png

Here I want to change the label name from Incident SLA to User Time. How can I achieve this functionality?

 

Regards,

Nasreen

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi Nasreen,

As i see you have created the database view. Now 

Once the database view is created on top of the table on which you wish change the column names while seeing them in a report. Once a database view is defined go in the System Definition> Language File module and create new field records by selecting the Database view in the table section and by providing Element name and label name for the field.

Also, a new property has been introduced in Paris to provide Report Field Aliases (glide.report.enable_alias_config) once set to true will allow users to define aliases on the report itself.

find_real_file.png

find_real_file.png

 

 

Kindly mark the answer as Correct & Helpful both such that others can get help.

Thanks,
Sandeep

View solution in original post

6 REPLIES 6

This is working if I give the label name as User Experience Time at the time of Database view creation as shown below. This is working without creating Language File because it is the table name/label which I wanted to change. 

find_real_file.png

find_real_file.png

Thanks for your help. 

Community Alums
Not applicable

Fantastic...glad it worked.

Thanks,

Sandeep