Hello everybody!
In my report, as Data Source, is a data set. In my computer I have installed Crystal Reports for .NET 2002. The data base is created using SQL 2000.
Now the problem is like this:
I have different tables in my data set, but the two tables that I need, are <SENDERS> and <CUSTOMERS>. If the data fields <SENDERS.SENDER_ID> and <CUSTOMERS.CUSTOMER_ID> have the same value, then I have to display a text in the report. Else if they have different values then I have to display in my report different data fields from the table <SENDERS> like the <NAME1>, <NAME2>, <STREET1>, <STREET2>, and perhaps some other field. These must be displayed in the place specified by me. I mean the two fields might be displayed in one row, the other in second row and so on. I must also specify the distance between two rows so that the two rows must be near to each other.
If somebody helps me in this, would put off me a big problem. Thanks
In my report, as Data Source, is a data set. In my computer I have installed Crystal Reports for .NET 2002. The data base is created using SQL 2000.
Now the problem is like this:
I have different tables in my data set, but the two tables that I need, are <SENDERS> and <CUSTOMERS>. If the data fields <SENDERS.SENDER_ID> and <CUSTOMERS.CUSTOMER_ID> have the same value, then I have to display a text in the report. Else if they have different values then I have to display in my report different data fields from the table <SENDERS> like the <NAME1>, <NAME2>, <STREET1>, <STREET2>, and perhaps some other field. These must be displayed in the place specified by me. I mean the two fields might be displayed in one row, the other in second row and so on. I must also specify the distance between two rows so that the two rows must be near to each other.
If somebody helps me in this, would put off me a big problem. Thanks