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

Pivot Table

hi guys,

need help

how can i fill up the text boxes with '1'

the expression is used is simple; if(current date= Start Date, 1 , if current date= End Date,2)

Gantt.png

Regards

Labels (1)
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Maybe if([PTL Start Date]=makedate(Year,Month,Day),1,if([PTL End Date]=makedate(Year,Month,Day),2))


talk is cheap, supply exceeds demand