If i have 2 measures. measure defined as count, works fine but measure defined as sum does not aggregate correctly.
I think i am missing some basics here. Suppose if i have 2 tables:
Table-1 with fields (date, year, month, day)
Table-2 with fields (date, attribute-1,measure-1)
and i join them in a calculation view on 'date'.
What should the level hierarchy look like?
1. year -> month -> day
or
2. year -> month -> day -> attribute-1