Forum Discussion
Repeat values in one text box seperated
- 4 years ago
You need to return your field value as parameter in dataset and then use it in textbox by using JOIN operator
=Join(Parameters!ProductProduct.Label,",")make sure that you return Distince values for your parameter.
Since your field may be returning all values in your data.
You can return your field values as parameter and can make its type "Internal" and "Multiple Value"
I don't know. Could string_split function be used in the procedure to accomplish this? I tried, but didn't manage.
- FarhanAhmed4 years agoCommunity Champion
You need to return your field value as parameter in dataset and then use it in textbox by using JOIN operator
=Join(Parameters!ProductProduct.Label,",")make sure that you return Distince values for your parameter.
Since your field may be returning all values in your data.
You can return your field values as parameter and can make its type "Internal" and "Multiple Value"