Hello,
I’m using IFS CLoud 24R1.
I’m trying to schedule a SQL Quick report.
The result is conform without parameter:
SQL is :
SELECT *
FROM INVENTORY_PART
WHERE PART_NO = 'G1201500'
The result is a correct excel file.

if I define a paramater:
SQL is :
SELECT *
FROM INVENTORY_PART
WHERE PART_NO = &PartNo
And I put the same value on the Schedule Report:

the result is a empty excel file.

Do you have an explanation?