Wondering if there is an issue with making a gateway decision using a calculated field? Or an issue with making a gateway decision using a calculated field that gives a boolean value?
I have attempted both Inclusive and Exclusive gateways. I have attempted conditions on both. I have attempted one as the default path. When I based it on a calculated field it always terminates. I can use the same gateway on a field that does not use a calculated field and it works fine.
Thoughts?
Calculated field: =(NETWORKDAYS(DeadlineCurrentDate,DeadlineSubmissionDeadline))<20
Gateway: /dataset/DeadlineCalculateCount="True"
Basics are I have 2 dates fields on the form. I use a calculated field to see if there are less than 20 business days between the dates. I need it to follow one path if there are less than 20 days and a different if there are more.
For the gateway I have tried True/False; TRUE/FALSE; and 1/0 combinations.
Thanks!