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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Target values till date

Hi all,

I have scenario where i am calculating sales vs target

example: current year sales/current year target

I have target values all the days in the year but i have sales up to today, So i want current year sales up to date and target value also up to date.

thanks in advance

Labels (1)
3 Replies
MK_QSL
MVP
MVP

This will depend on how you have target... i.e are your target monthly or daily?

Not applicable
Author

daily targets i have

MK_QSL
MVP
MVP

SUM({<Date = {">=$(=YearStart(Today()))<=$(=Today())"}>}Target)

and

SUM({<Date = {">=$(=YearStart(Today()))<=$(=Today())"}>}Actual)