After getting my quick report (crystal report) to work by suffixing the views with _A I tried adding parameter(s). Unfortunately, this has provide errors:
I have added the parameter IFS_ORDER_NO.
So the Crystal Report Select Expert looks like:
CUSTOMER_ORDER_A.ORDER_NO is equal to {?IFS_ORDER_NO}
However, when running the Quick Report I am not prompted for the parameter value.
My idea would be to create a custom menu on the Customer Order that runs the Quick Report and uses the current Customer Order No as the parameter value.
Any ideas?