Hi!
It would be great to be able to map column names to different labels in the dynamic column settings like this:
[{
name: "cost_per_event"
,label: "Cost per Event"
,type: "numeric"
},{
name: "other_metric"
,label: "Something Entirely Different"
,type: "integer"
}]
That would make the tables look much more user friendly. I know there is an option to do this via a transformation but if a transformation is complex enough and it has dependent transformations/objects it becomes hard to maintain the updated keys and it's just extra code on top of a lot of code already. It would be great to move the labeling into a separate layer and dynamic column settings are a perfect existing option for this.