junction123
MIS
Hi,
I posted the above question in the incorrect forum.
I am using CR 9.0.
I have a string field called ProductID in a table say Product. Table Product has another column called Description which has multiple values for each ProductID like below:
Product ProductID
High Grade 1
High Yield 2
US Agency. 3
I want to use a formula such that if more than ProductID is selected then the report footer should list all Products separated by comma in the report footer.
Can I use something like the below formula?
IF COUNT{?ProductID} > 1 THEN PRINT {@DisplayProduct} + ',' + {@DisplayProduct} + ',' {@DisplayProduct}
to give
High Grade, High Yield, US Agency
Thanks in advance for your help!
I posted the above question in the incorrect forum.
I am using CR 9.0.
I have a string field called ProductID in a table say Product. Table Product has another column called Description which has multiple values for each ProductID like below:
Product ProductID
High Grade 1
High Yield 2
US Agency. 3
I want to use a formula such that if more than ProductID is selected then the report footer should list all Products separated by comma in the report footer.
Can I use something like the below formula?
IF COUNT{?ProductID} > 1 THEN PRINT {@DisplayProduct} + ',' + {@DisplayProduct} + ',' {@DisplayProduct}
to give
High Grade, High Yield, US Agency
Thanks in advance for your help!