'Rename your dimensions with VEEML
I've got a dataset with a column containing the name "YR_IDNT" but I want to change it into "year" to make it simple for the users how do I do it?
Solution 1:[1]
1/ In your story, open the "dataview options" by clicking on the database icon at the bottom of the left menu. You will see all the fields included in the dataview
2/ Search the field YR_IDNT and expand it
3/ Go on th tab "Query"
4/ That field "year" seems to be a time dimension. So we will focus on the line "Is time dimension"
5/ In the textbox, replace the value YR_IDNT by Year
6/ Check the checkbox. If the checkbox is already checked, you have to uncheck and check it again
7/ Collapse the field and close the pop-up window
8/ Refresh your browser to see the changes in the changes in the Query module
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jerome Soirey |
