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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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