Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

i have pivot table and calendar, By default sum of sales should come by yesterdays date,

How to show the values in pivot table related to yesterday sales by default,And by changing the calendar values should change accordingly. 

2 Replies
Vegar
MVP
MVP

Try this

SUM( {<
DateField = {'$(=Date(max(DateField)-1))'}
>}Value)
venkat1
Creator II
Creator II
Author

i had tried , but that was not working.