Hello community,
I need to set a default value in quick report parameter.
Here is my query in quick report:
“ select *
from customer_order
where order_no = '12345'
and customer_no like '&customer_order.customer_no' “
Result of “select * from customer_order where order_no = '12345' “ in SQL :
When executing on ifs, I got the list of all customers, it doesn’t take the filter into consideration :
Is there a solution for this please?
Thanks in advance!