Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

measure fieldNames contains undesirable values #241

Open
merlijnbuit opened this issue Jun 25, 2019 · 2 comments
Open

measure fieldNames contains undesirable values #241

merlijnbuit opened this issue Jun 25, 2019 · 2 comments

Comments

@merlijnbuit
Copy link

merlijnbuit commented Jun 25, 2019

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

image

@merlijnbuit merlijnbuit changed the title Multi Language issues Multi Language issues with measure fieldNames Jun 25, 2019
@merlijnbuit merlijnbuit changed the title Multi Language issues with measure fieldNames measure fieldNames contains undesirable values Jun 25, 2019
@Kovner
Copy link
Contributor

Kovner commented 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.

@johnDance
Copy link
Contributor

@merlijnbuit - Has our work adding fieldId to column solved this issue, or are there additional holes?
John

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants