Best options to re-name field / columns / custom fields from template datasets

Hello all, what is the best approach to change field/column name from a template dataset to a custom one ?

  • Lets say you have a template datasets that is then shared with different user and each of them use different terminology

    • i.e column A on template needs to be
      • Revenue for user1
      • Profit for user1
      • left column A for user3
  • Also is there a easy way to change already create custom dimension / measures names in viz objects without manual intervention?

    • For example if sum(column a) in a pivot table is now set as Total Revenue is there a way to change into Total Profit everywhere is my account?

I tried to search around and bumped into this Can we programmatically rename field/column in datasets, analysis, or dashboards? but I am not that familiar that type of development so I wanted to explore different possibilities. Thank you in advance

Hi @Franc3sc0,
In regards to the link you shared; if not looking to do programmatically, are you instead looking for a way to rename fields within the UI?

This can be done through editing the dataset:

  • Dataset layer: you can easily change field names by clicking on the column header/field name in the bottom ‘preview’ section. Or you can select the 3 dots (ellipses) next to the field name in the left panel and choosing ‘edit name and description’.

- Analysis layer: While you can’t change the field name in total from the analysis layer, you can change how the name is portrayed within a visual.

Additionally, can you clarify your second question about changing a custom dimension name without manual intervention? I’m not quite sure I understand the ask here.

Hi @Brett thanks for your reply.

Is there any other content we can review to do this programmatically?

Would you recommend doing it also via the new Prep screen ?

For the second point what I was referring to is the possibility to change programmatically for example the group by column names or the value column names in different tables or pivot tables without reviewing them one viz object at the time

Thanks