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
Currently when I specify a Time Dimension in a query, the data in the result will include both this plus a duplicate value in another field which is named with a .granularity suffix.
One of these 2 fields which both represent the same value, should be removed or there should be a way to tell the backend that we do not want the extra field returned in the result.
This is what I would like returned:
As a workaround I can remove the granularity from the timeDimension and specify the field as a regular dimension which enables the required grouping, and removes the unwanted extra field from the result data.
The text was updated successfully, but these errors were encountered:
@paulmsinclair Hey Paul! Thanks for posting this one! It was added for backward compatibility and we'll remove it in future versions. However Cube.timeDimension will be removed not Cube.timeDimension.month
Currently when I specify a Time Dimension in a query, the data in the result will include both this plus a duplicate value in another field which is named with a .granularity suffix.
For example if I specify a query like this:
I am getting a result like this:
One of these 2 fields which both represent the same value, should be removed or there should be a way to tell the backend that we do not want the extra field returned in the result.
This is what I would like returned:
As a workaround I can remove the granularity from the
timeDimension
and specify the field as a regular dimension which enables the required grouping, and removes the unwanted extra field from the result data.The text was updated successfully, but these errors were encountered: