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

Select in field search string issue

Hi All,

I am trying to select the last two weeks by default in multibox. I am writing the following string in search string

='('& date(max([Weekending Date])-7) &'|'& max([Weekending Date]) &')'

If I type only date(max([Weekending Date])-7) or max([Weekending Date]) then it selects  values (09-09-2012 or 16-09-2012) . However If I try to enter both values as in the above string

='('& date(max([Weekending Date])-7) &'|'& max([Weekending Date]) &')'

It is selecting 09-09-2012 and 02-09-2012

Can someone guide me what mistake am I making in the above string

Regards

Arif

Labels (1)
1 Reply
chematos
Specialist II
Specialist II

='('& date(max([Weekending Date])-7) &'|'& date(max([Weekending Date])) &')'

I 've used this expression in an object box and is working fine for my dates