Hi,
I currently have a an app with a list box that allows a user to make multiple selections and the app will run based on those selections. However, I would like to be able to have a list box that shows more than one column for the "NAME" selection. For example, I want a user to be able to see the list box options that each include details such as "Analysis ID", "Analysis Name", and "Perspective", so that they can make a selection based on all of that info. In the example attached, my only current solution was to concatenate each of these so that they can all be included as one column.
Note - the attached file is a very basic example, as I can't provide the actual data. However, I do have a working application. Rather than seeing "Analysis ID - Analysis Name - Perspective" I would like those values to be split up a bit more, so that it looks like separate columns. Almost as if there are 3 "names" for each "value". Is this possible?
Thank you!
Amanda