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

Labels (1)
1 Reply
MayilVahanan
MVP
MVP

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.