I have a problem like this:
The data set that I use in my crystal report, has different tables. In the first data table, <TRANSPORTS>, I have a data field, <TRANSPORTS.TRANSPORT_CODE>. This is the data field that is known. In my report, I have to display a data field that is from a different table, <SENDERS> which is not linked directly with the table <TRANSPORTS>.
<TRANSPORTS> is linked with the table <TRANSPORT_SENDER> by using the field <TRANSPORT_CODE>. The table <TRANSPORTS> is linked with the table <SENDERS> by using the field <SENDER_ID>. From the table <SENDERS>, I have to display in my report the data field <CUSTOMS_NUMBER>.
How should I do that? Perhaps just dragging the <CUSTOMS_NUMBER> field in the report from the Field Explorer?
I am using Crystal Reports for .NET
The data set that I use in my crystal report, has different tables. In the first data table, <TRANSPORTS>, I have a data field, <TRANSPORTS.TRANSPORT_CODE>. This is the data field that is known. In my report, I have to display a data field that is from a different table, <SENDERS> which is not linked directly with the table <TRANSPORTS>.
<TRANSPORTS> is linked with the table <TRANSPORT_SENDER> by using the field <TRANSPORT_CODE>. The table <TRANSPORTS> is linked with the table <SENDERS> by using the field <SENDER_ID>. From the table <SENDERS>, I have to display in my report the data field <CUSTOMS_NUMBER>.
How should I do that? Perhaps just dragging the <CUSTOMS_NUMBER> field in the report from the Field Explorer?
I am using Crystal Reports for .NET