OQL CHECK PARAMETER EMPTY ???

0
I have 1 problem. Check ignores the search condition when parameter $dateOfIssue is equal to empty. I am using case where as above but an error is occurring. Someone please help me. tks!    
asked
1 answers
0

The OQL logic removes parts where the parameter is empty. This is also the case for a regular where statement like

 

A/Year = $YEAR.

 

You have to split this in two OQL statements and check the parameter in a the microflow logic. Call the appicable OQL

answered