Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to determine the value from the Division list box in this scenario. It is not user selected, but Qlik "selects" it based on the hierarchy of the data. Is there a function that would allow me to determine the value in Division?
=Division
Hi,
Use CONCAT(DISTINCT Division, ' , ')
This will concatenate all the possible values from the Division list box
=Division
Is there a way to do it if there are multiple values?
Hi,
Use CONCAT(DISTINCT Division, ' , ')
This will concatenate all the possible values from the Division list box
Cliff, did the latest post work for you? If so, be sure to come back and use the Accept as Solution button on it to give the poster credit for the assistance and let the other Community Members know it worked. If you are still trying to sort things, leave an update. Everything else I have found on the Community points to the Concat as the right solution on this one... I searched on GetPossibleValues to see those in case you want to look yourself, that is an API call, and everyone pretty much pointed to Concat as the solution.
Regards,
Brett