Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Crichter141
Contributor III
Contributor III

Calculating Project Deadlines for Reverse Planning

We're working with our Supply Chain and trying to calculate a products approval date when we have a deadline on delivery.  For example, the deadline is 3/26/2020 - we want to know when we need to start our process.  We also are trying to do this where we include holidays in one field, but exclude them in another.  Has anyone had luck using LastWorkDate to back into a must start by date?  Examples? 

This is the last formula one of my colleagues tried but it's not accurate.  The variable is just a list of our holidays.  Are we on the wrong track?  Has anyone else had any luck on this?

 

Approval Date of Reverse Planning

if(count([SCENARIO DATE]) <> 1,today(),

LastWorkDate(

[SCENARIO DATE]-112-29,1, $(vHolidays) ))

 

Ideas, suggestions welcome.  Thank you in advance

0 Replies