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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik_Bio06
Contributor III
Contributor III

How to display Order volume (cumulative) current month/ Year

Hi,

I would like to show the order volume (sum of net value CHF accumulated) from the current year 2021 to the current month. Jan-April see screenshot

Unfortunately it shows me every month in 2021

Incoming orders: SUM ({$ <Year = {'$ (= Year (Today ()))'}>} [Net Value CHF])

Order volume: SUM ({$ <Year = {'$ (= Year (Today ()))'}>} [Net Value CHF]) cumulated

Does anyone have any tip or input on how to do that?

Many thanks for the help.

Qlik_Bio06_0-1619169414918.png

 

Labels (1)
4 Replies
MayilVahanan

HI @Qlik_Bio06 

Might be, try like below

SUM ({$ <Year = {'$ (= Year (Today ()))'}, DateField={"<=$(=Date(Today(),'YourDateFormat'))"}>} [Net Value CHF])

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Qlik_Bio06
Contributor III
Contributor III
Author

Unfortunately does not work...

SUM ({$ <Year = {'$ (= Year (Today ()))'}, Date={"<=$(=Date(Today(),'dd.mm.yyyy'))"}>} [Net Value CHF])

 

Qlik_Bio06_0-1619183277275.png

 

Qlik_Bio06
Contributor III
Contributor III
Author

Now nothing is displayed even though the syntax is correct ...

MayilVahanan

HI @Qlik_Bio06 

Is it possible to attach sample file?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.