A concurrent program should error out in case of incorrect or unmatched parameters.
Hello,
I have developed an RDF report. If the 'year' parameter does not match the year of the 'From Date' and 'To Date' parameters, it should error out.
Example: If the 'From Date' and 'To Date' fall in 2025 and I use the year 2024, it should error out.
Regards,