Orchestrator - Data Request - Table/View field as a filter criteria value
Hi,
Is there any way to compare two fields of a table/view in data request - filter criteria.
For eg:- In F4311 filter records where original order date(F4311.OPDJ) NOT EQUAL TO scheduled pick date(F4311.PDDJ)
The only option I see either I can pass variables/literal values.
I tried with alternative approach of retrieving both the dates and then comparing it through rule but that is not helping as I need to execute batch if the condition is true only one time and not for each iteration.
Any ideas?