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: 
mario-sarkis
Creator II
Creator II

Straight table

hey all

i have a straight table but my pro is i dont want it to be affected by date

when i select the date i dont want the chart to change , but if i select on other field it should be affected.

hope you canhelp thank you,

Labels (1)
15 Replies
Digvijay_Singh
MVP
MVP

Try this, it may work based on what dimension you have selected -

Max({<Date=>}if(Date <=today()-2,Date(Date)))

mario-sarkis
Creator II
Creator II
Author

‌it didnt work unfortunatly

tamilarasu
Champion
Champion

Try this,

Only({<date={"<=$(=Date(Today()-6))"}>}date)

tresB
Champion III
Champion III

=Only({<date>}if(date <=today()-6,date))

tyagishaila
Specialist
Specialist

PFA,

Create new Datefield with this expression

Only({<Date=>}Date)

and use this new Datefield in your expression

if(Date1 <= today()-6 , Date1)

Anonymous
Not applicable

only function is use for requirement