Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
drohm002
Contributor II
Contributor 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!

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))"}>}