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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
nagasekhar
Contributor III
Contributor III

extract dates dynamically

dia:

order,id,name,status,date

product:

id,description

I want last two months dates dynamically from today

Labels (3)
1 Reply
brunobertels
Master
Master

hi may be this 

dia:

order,id,name,status,date

product:

id,description

from ... 

where date>=addmonths(date,-2);

I want last two months dates dynamically from today