Hi,
Please find the below screenshot
I have a list check box and a list table
I have a requirement to put those values for list check box in a list table but it should come in one line only
e.g. when i choosing 01 and 02 then it should come 01,02 in list table object.
Kindly assist me.
Regards,
Harsh
If you can preprocess your data with SAS Studio then:
https://communities.sas.com/t5/SAS-Programming/How-to-concatenate-all-the-values-in-a-column/td-p/12...
or in Python list = df['column'].to_list()
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.Register now and save with the early bird rate—just $795!
Register now
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.