I am not sure what I am missing here.
I am inserting and linking 3 tables from my ERP database... yet the SQL statement that Crystal creates is this:
which only shows FROM one table... why would the other 2 tables not be shown... and where is the WHERE statement.. I did create links.
I am inserting and linking 3 tables from my ERP database... yet the SQL statement that Crystal creates is this:
Code:
SELECT "DEMAND_SUPPLY_LINK"."DEMAND_BASE_ID", "DEMAND_SUPPLY_LINK"."DEMAND_SEQ_NO", "DEMAND_SUPPLY_LINK"."SUPPLY_BASE_ID", "DEMAND_SUPPLY_LINK"."SUPPLY_LOT_ID"
FROM "SYSADM"."DEMAND_SUPPLY_LINK" "DEMAND_SUPPLY_LINK"
which only shows FROM one table... why would the other 2 tables not be shown... and where is the WHERE statement.. I did create links.