OQL Usage?

2
Dear Community, I am trying to select multiple values in a data set. my code is as follows: SELECT O.order_date1 AS Date1, OL.Art AS Art FROM Object.Orders O INNER JOIN Object.Order_Line AS OL As you can see i am trying to bind an order to an orderline. My tables are as folllows: Order orderid (autonum) orderdate1 Order_Line Art Number I am using the data list inside an basic report inside a report pane and the tables have a relation. Why can't i see any result while there are records in the db?
asked
1 answers
3

See this answer

answered