The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
I need the Difference between two dates by excluding Weekends.
I used "weekdaysDiff" function its is failing when I gave First and Last date as Weekend Dates .
or when I gave any one value as Weekend.
Thanks
Solved! Go to Solution.
Years ago I had written a trigger script for MKS/PTC that did that and posted it in the "Fields Developped Objects" database. Ask PTC support to send you "calculateField.js".
What this means, of course, is that you must use a trigger and cannot use a field computation. Are you sure it's the weekdaysDiff function that fails and not somewhere else in your formula? You may want to post it and have other eyes look at it.
Years ago I had written a trigger script for MKS/PTC that did that and posted it in the "Fields Developped Objects" database. Ask PTC support to send you "calculateField.js".
What this means, of course, is that you must use a trigger and cannot use a field computation. Are you sure it's the weekdaysDiff function that fails and not somewhere else in your formula? You may want to post it and have other eyes look at it.
