Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How To Show YTD Figure

Dear All

I want help in YTD

suppose i am having data from 2008 jan onwards till date and when i select say apr 2009 my pivot table show show in ytd column data from jan 2008 till apr 2009.

I am having Pivot Table

ITEMNAME YTD Sales

How to achieve this

1 Solution

Accepted Solutions
Not applicable
Author

Rajtechno,

Also take a look at this thread http://community.qlik.com/forums/t/15820.aspx . It has a combination of several other methods of YTD provided by community members.

Hope this helps,

Anthony

View solution in original post

2 Replies
Not applicable
Author

Hello,

in this case a kind of Set Analysis expression could help.

Sum({ $<Year=, Month=> * 1< OrderDate= {">=$(=Min({1} OrderDate)) <=$(=Max(OrderDate))"} >} Amount)

Have a try ...

Rainer

Not applicable
Author

Rajtechno,

Also take a look at this thread http://community.qlik.com/forums/t/15820.aspx . It has a combination of several other methods of YTD provided by community members.

Hope this helps,

Anthony