How can I make a formula in a report that iterates through the data fields of a data set that I put in my report as the data source?
The exact problem that I have is this: I have a data table named <ITEMS>. This data table has a data field named <ITEMS_ID>. The <ITEMS> is linked with another table named <COUNTRIES>. The <ITEMS_ID> is the key for the two tables. Now I have to check for all the items i.e. all the <ITEMS_ID> in the data base and for each item, to find it's country of origin in the <COUNTRIES>.
How can I check the <ITEMS_ID> ?
I am using Crystal Reports for .NET version 2002
The data base wasa created in SQL.
Thanks for any answers.
The exact problem that I have is this: I have a data table named <ITEMS>. This data table has a data field named <ITEMS_ID>. The <ITEMS> is linked with another table named <COUNTRIES>. The <ITEMS_ID> is the key for the two tables. Now I have to check for all the items i.e. all the <ITEMS_ID> in the data base and for each item, to find it's country of origin in the <COUNTRIES>.
How can I check the <ITEMS_ID> ?
I am using Crystal Reports for .NET version 2002
The data base wasa created in SQL.
Thanks for any answers.