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: 
ssriramin19
Contributor III
Contributor III

restricting date field

Hello.

   My requiement is that I am having date field which contains june 2012 to may 2013 dates. But I want only from june 2012 to nov 2012 which is 6 months data . This I want to be done in front end itself .

Can anyone tell me how to implement the above logic in front end itself.

It is very urgent .

Thanks

Sriram

1 Reply
MayilVahanan

HI

Try like this

=sum({<Date = {'>=$(=Monthstart(AddMonths(today(),-6)))<=$(=MonthEnd(AddMonths(Today(),-1)))'}>}Sales)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.