I would like the names of the columns in the table below to be different from the names of the columns in the database.
For example by changing "COD_STAT" to "Station ID".
How can this be done?
I would like the names of the columns in the table below to be different from the names of the columns in the database.
For example by changing "COD_STAT" to "Station ID".
How can this be done?
You need to add VERBOSE NAME to your columns. You can perform it by following next steps:
Open your chart, then click the dots next to your datasource and pick "edit dataset"
Then click "Columns" and change the "Label" attribute:
Here are the steps: