Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variables to store different selections

Hello,

Is it possible to store one field's values, based on selection, in different variables (up to 4)?

For example, I have a list of Company Account Names and I want first group of selections (i.e. ABC Inc, ABD Ltd, ABC GmBH) to be stored in v1, then second selections (of xyz inc, XYZ ltd, Xyz plc) to be stored into v2 and so on?

My ultimate goal is to display a bar chart for each of this company accounts based on user's selection.

Please advise.

Thank you!

1 Reply
sunny_talwar

Look at the attached file and the four text box expressions:

1) =Concat({$}Dim1, ', ')

2) =Concat({$1}Dim1, ', ')

3) =Concat({$2}Dim1, ', ')

4) =Concat({$3}Dim1, ', ')

See if this is what you are looking for