You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't know if this is already mentioned here but it would be really helpful to retrieve the column name without any aggregation around. We have to remove the AGG( ) or SUM( ) from the fieldNames currently with some regex. But it would be nice to just have the name of the column to reduce code complexity and possible mistakes with different languages.
Current:
fieldName: AGG(Profit Ratio)
Desirable:
fieldName: Profit Ratio
aggType: AGG
The text was updated successfully, but these errors were encountered:
merlijnbuit
changed the title
Multi Language issues
Multi Language issues with measure fieldNames
Jun 25, 2019
merlijnbuit
changed the title
Multi Language issues with measure fieldNames
measure fieldNames contains undesirable values
Jun 25, 2019
Yep this makes sense. We are going to look into adding the ability to reference fields, filters, etc. by id. I think this would fit into that rethinking of how we refer to objects.
Hi,
Don't know if this is already mentioned here but it would be really helpful to retrieve the column name without any aggregation around. We have to remove the AGG( ) or SUM( ) from the fieldNames currently with some regex. But it would be nice to just have the name of the column to reduce code complexity and possible mistakes with different languages.
Current:
fieldName: AGG(Profit Ratio)
Desirable:
fieldName: Profit Ratio
aggType: AGG
The text was updated successfully, but these errors were encountered: