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.