thread767-1041190
Hi All,
Similar to the thread referenced above, I need to populate the user's parameter selections, so all can see what criteria was used in the generating of the report.
Using Crystal X, I have tried the following formula and received the error "A String Array is required here"
"Product Code(s) selected: " + Join ({?Productcodes}, ", ")
{?Productcodes} allows for multiple discrete and range String values
Please show me the error of my ways....Thanks!
Additionally, if possible I would love to identify whether the user chose discrete or a range, and if range then show that as a to/from. We currently display the to/from even when the user specifically chooses multiple discrete, which obviously is not giving the individual reading the report the correct info.
Thanks for your infinite wisdom!!
Hi All,
Similar to the thread referenced above, I need to populate the user's parameter selections, so all can see what criteria was used in the generating of the report.
Using Crystal X, I have tried the following formula and received the error "A String Array is required here"
"Product Code(s) selected: " + Join ({?Productcodes}, ", ")
{?Productcodes} allows for multiple discrete and range String values
Please show me the error of my ways....Thanks!
Additionally, if possible I would love to identify whether the user chose discrete or a range, and if range then show that as a to/from. We currently display the to/from even when the user specifically chooses multiple discrete, which obviously is not giving the individual reading the report the correct info.
Thanks for your infinite wisdom!!