Hello,
we have a custom Electronic report for Transfer orders.
We have a filter on a certain price fields, based on the parameter.
When the filter does not match to the selected transfer order the error messages are displayed:
"An error occurred during the 'Format mapping' run. For more information, contact your system administrator."
"Property 'FileName' of the format component 'Transfer' is evaluated."
"Evaluating expression for path 'model/List/Records/2 PostingDate'.List is empty at 'model/List'"
I tried to define the validation condition as "ISEMPTY(model.List)" and Post-Validation action to "Continue execution (write a remark)".
When I run the ER the message that I defined is shown, but I still see those 3 error lines.
What I want to achieve is to have just my message displayed when the report is empty.