Hi!
I have a tricky question.
I have a dashboard that picks the data from a list.
The dashboard displays the multi-choice fields from Shareopint list (like "Brands" filed) as a list or repeating table in the infopath form:
That actually eats up a lot of space.
What I need is to be able to display the values as a tring (the way it is presented in the sharepoint list column 2).
So basically instead of presenting the values as:
* value 1
* value 2
* value 3
I need them as:
value 1, value 2, value 3
in my infopath form
Any ideas how to do it?