Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a combo chart where the dimensions are week and then the first measure that i am using is the sum(count) at a week level
but i am not getting the YTD value
e.g.
for weeek 1 value will be 10 and YTD will be10
for week 2 value will be 20 and YTD will be 30
THis should be grouped at week and year level.
I have attached the sample file.
I Had changed the query as per the same dimensions that i have in my report but i am getting wrong values for every week.
I tried the same expression in the sample qvf you provided, it seems to work for me. Could you show/explain the differences you are getting?
As on every week YTD should increase but here its not stable.
As on every week YTD should increase but here its not stable.
The sample you provided above is a different one that has WeekYear (2016/01...) as dimension. Try to share the qvf you are working with (with sample data).
Its almost the same data.
dimension is only week and measure will have value for the week and Calculated YTD
If your dimension is WEEk and you are selecting in WeekYear fied, you need to bypass the WeekYear field selection as well. Try the expression:
Sum(Aggr(rangesum(Above(Total sum({<WeekYear, WEEK>} COUNT),0,RowNo(Total))),WEEK))