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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
drohm002
Creator II
Creator II

Capture future dates 2 days from today

Hi, I have a date field called SCHEDULED_FUTURE_DT, I want to create a calculated dimension for my table chart that pulls in all SCHEDULED_FUTURE_DT values that fall within 2 days from today.  Please help! thank you!

Labels (1)
1 Reply
edwin
Master II
Master II

you do not need a calculated dimension.  you add the criteria in your expression and QlikView will pull the dates where the expressions are not 0 or null.

try this:  add SCHED_FUTURE_DT as dimension, and in your expression add the modifier:

{<SCHEDULED_FUTURE_DT={">=$(=today())<=$(date(today()+2))"}>}