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

set expression

REC_DAT <= monthend & GR_DAT = “ NULL” or > monthend

i need the set expression for the above logic

REC_DAT and GR_DAT are the fields that contains date(DD-MM-YYYY)

13 Replies
its_anandrjs
Champion III
Champion III

Can you explain your expression with and example of the data.

Not applicable
Author

Hi,

no its for all the months in the fiscal year it starts from mar 2013 to current month

its_anandrjs
Champion III
Champion III

You can try with


=Sum({<REC_DAT ={'<=$(=MonthEnd(Today()))'}, GR_DAT ={ '' } + {'>$(=MonthEnd(Today()))'}> INV_QTY}




Not applicable
Author

REC_DAT is where i get the stock to my place and i keep it in a warehouse and i calculate it for >monthend so i will check the total quantity that i got for the month and the GR_date is the thing that i have utilised the quantity so it should be greater than the date that i have received ...and if its null then the stock is still in the ware house so i have to calculate the total quantity that is present in the warehouse