I tried the solution you posted but am running into errors as Crystal Reports doesn't recognize "from" or "where".
My select statement follows:
Select {InvoiceDetail.MaterialId} and {InvoiceDetail.InvoiceId} from InvoiceDetail st where InvoiceDetail.MaterialId='51-103-000000') ss on ss.InvoiceId = st.InvoiceId
The table name is: InvoiceDetail
The field names are: MaterialId and InvoiceId
Appreciate any assistance you can provide.
Thanks,