Scenario: Our team was working on financial and ticketing data for one of our client and we had encountered a situation where we had to compute the working days available between two dates excluding weekends and custom holiday list provided by clients.
Workaround: Since we don't have any processor feature in any of the visual recipe capable of achieving the exact solution, we had to develop a code snippet in python to facilitate the same. The only short coming in this approach is the time consumed in execution of python recipe is relatively expensive.
Only members of the Community can comment.