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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
riishabhz
Creator
Creator

expression to sync with calendar.

dashboard.PNGexpression in bar chart.PNGexpression in discount.PNGfirst image is of my dashboard

second image is of barchart on store wise and its sync with calendar with expression as =Sum({<SalesDate={'>=$(=Date(start))<=$(=Date(end))'}>}RealisedSale)/100000

third image is of barchart with discount but its expression is  =(InvoiceQuantity)*Replace(ETPMRP,'-','')-(RealisedSale) but i dont know how to sync with calendar.

please help me.

thanx

1 Solution

Accepted Solutions
riishabhz
Creator
Creator
Author

its fixed now by this expression.

=Sum({<SalesDate={'>=$(=Date(start))<=$(=Date(end))'}>}RealisedSale)/100000

View solution in original post

2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Hi,

Does the budget data has date column?

 

Thanks and regards,

Arthur Fong

riishabhz
Creator
Creator
Author

its fixed now by this expression.

=Sum({<SalesDate={'>=$(=Date(start))<=$(=Date(end))'}>}RealisedSale)/100000