cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
FN
FN
Level VI

How to Visualize Survey Data with Multiple Responses Separated by ';' in Graph Builder?

I’m trying to visualize survey data in Graph Builder where the categorical column contains multiple selected options separated by ';', but I can’t figure out how to make JMP treat these as multiple responses.

How can I properly visualize this kind of data?

Example:

Q1 Q2 Q3
a;b a;c d
a;b;c;d b a;d
a;d a;b d
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How to Visualize Survey Data with Multiple Responses Separated by ';' in Graph Builder?

Have you tried setting those columns to multiple response columns WITH a separator (column property)?

jthi_0-1753265845268.png

jthi_1-1753265868069.png

jthi_2-1753265879532.png

jthi_3-1753265900711.png

 

-Jarmo

View solution in original post

2 REPLIES 2

Re: How to Visualize Survey Data with Multiple Responses Separated by ';' in Graph Builder?

Hi @FN ,

 

JMP doesn't work with multiple responses of ';' - I suspect it's because the ';' is used in the JSL script to mark the end of a command.

 

If you Find > Replace all to a comma (',') it will change to fit straight away.

 

Thanks,

Ben

“All models are wrong, but some are useful”
jthi
Super User

Re: How to Visualize Survey Data with Multiple Responses Separated by ';' in Graph Builder?

Have you tried setting those columns to multiple response columns WITH a separator (column property)?

jthi_0-1753265845268.png

jthi_1-1753265868069.png

jthi_2-1753265879532.png

jthi_3-1753265900711.png

 

-Jarmo

Recommended Articles