Hello everyone,
I'm trying to figure out if it's possible to have a user of my Analytic App select multiple fields from a list box and as a result the data types for those fields change to double. I know with a single drop down tool I can do this by having the action tool update the incoming field name and forcing the data type to double but I'm struggling to find a way if I want the user to select multiple fields.
We have users that may not know their data when selecting a file to run through the App. They know which columns should be numeric so I'm trying to get the List Box to display all of the fields that are coming through as Text and then the user can select those which should be changed to double and have the App update the field types just for those fields selected.
Any help would be appreciated.
Thanks