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: 
Not applicable

Bar chart Expression

Hi guys,

I have a bar chart where dimensions : (snapshotdate,salesstage) , expression : sum(amount)

image is attached below....

now i want my bar chart to show the next 90 days amount for every snapshotdate....

i am trying to use following logic but not getting proper results....

if(floor(closingdate)>=floor(today()) and  num(floor(closingdate))-num(floor(today()))<=90,closingdate)


how to integrate above logic in bar chart expression to get amount....

0 Replies