Hi Mike
Imagine I was looking at customers and their sales orders. I have 3 customers, 2 of which have ordered off me. My data would look like:
Customer SalesOrderNo Amount
Customer 1
Customer 2 1 $50
Customer 3 2 $100
My master table in the report is the customer with the detail table of the Sales Order.
I only want a row to be returned where a sales order exists.
I have looked at setting the filter in the generate report action on my button, to filter where the SalesOrderNo is blank, but I am getting the following error:
Error^Action Sequence Order:1^ERROR:You have specified that a filter should be applied to your report, however no filter criteria was sent. For security purposes, this report cannot be shown.
Any help appreciated!
Thanks
Rick