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

due in the next 90 days.

How to calculate the values of order which are due in the next 90 days.

 

2 Replies
Anonymous
Not applicable
Author

Hi Shweta,

Can you please elaborate your concern.

According to my understanding of your requirement,

To calculate the values of orders which are due in the next 90 days,

LET vNow = Date(Floor(ReloadTime()));

LET vNowPlus90 = Date(Floor(Num(ReloadTime()) + 90)) ;

sum({<[Target Date]={">$(vNow)<$(vNowPlus90)"}>}Orders);

Please do let me know for any concern on the same.

Regards

Karunpreet

vinieme12
Champion III
Champion III

QlikCommunity Tip: How to get answers to your post?

Preparing examples for Upload - Reduction and Data Scrambling

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.