Is it possible to use an existing quick report (sql query) in data source designer ?
The name in quick report is CUSTOMER_ORDER. It works fine in quick report.
select CSL.* from ifsapp.Customer_Order CS
INNER JOIN ifsapp.Customer_Order_line CSL ON CS.ORDER_NO = CSL.ORDER_NOWHERE CS.order_ID = 'ERS'
AND CSL.QTY_ASSIGNED > 0 AND CS.state = 'Partially Delivered'
I saw this link. I tried to use ifsinfo.Customer_Order in data source designer, but would not work.