I have a report which has multiple datasets. And I make use of a variable from on of the datasets into another.
Dataset customers: Select id, name from customers Dataset customer_sales (with master dataset = customers): Select sale_id from sales where customer_id =:id With the .net version of reportman, I get an error message column unknown id If I run the same report from Delphi application the report works ok. Im using this reportmannet_3_0_pre1.zip version any help would be highly appreciated
