Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ishanbansal1204
Contributor III
Contributor III

Weekly and YTD Value in combo chart

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.

26 Replies
ishanbansal1204
Contributor III
Contributor III
Author

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.

tresesco
MVP
MVP

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?

ishanbansal1204
Contributor III
Contributor III
Author

As on every week YTD should increase but here its not stable.

Capture.JPG

ishanbansal1204
Contributor III
Contributor III
Author

As on every week YTD should increase but here its not stable.

Capture.JPG

tresesco
MVP
MVP

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).

ishanbansal1204
Contributor III
Contributor III
Author

Its almost the same data.

dimension is only week and measure will have value for the week and Calculated YTD

tresesco
MVP
MVP

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))