<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: bug with Graph Builder? multiple response + multiple histograms in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/902217#M106121</link>
    <description>&lt;P&gt;Counting students with the same name is not possible via the Summary Statistics (N) in Graph Builder - due to the multiple response column on the right, there are too many "rows". This happens as soon as a multiple response column is used within the same report,&amp;nbsp; on an axis, as color, size, ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A workaround: do the counting "manually" - via a transform column:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column( "student=1", Formula( 1 ) ),
	Transform Column(
		"Col Number@X",
		Formula( Col Number( 1, :"@Exclude"n, :"@Filter"n, :"@Graph"n, :"@Overlay"n, :"@X"n ) )
	),
	Size( 573, 393 ),
	Summary Statistic( "Median" ),
	Graph Spacing( 4 ),
	Variables(
		X( :name ),
		X( :sports, Order By( :sports, Descending, Order Statistic( "N" ) ) ),
		Y( :"Col Number@X"n ),
		Y( :"student=1"n, Position( 1 ) )
	),
	Elements( Position( 1, 1 ), Bar( X, Y( 1 ), Legend( 3 ), Summary Statistic( "Mean" ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Y( 2 ), Legend( 4 ), Summary Statistic( "N" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;now the plot looks much better:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1758313925203.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82939iFBB9CE4BC76EEB60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1758313925203.png" alt="hogi_2-1758313925203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Up to now, it was quite complicated to generate a graph like this - one that is "interactive" like a standard Graph Builder plot:&lt;BR /&gt;what happens when the user drags another column onto wrap - or onto an X axis?&lt;/P&gt;
&lt;P&gt;The new scoping option in JMP19 make &lt;LI-MESSAGE title="Transform Columns - as comfortable as Summary Statistics (💚)" uid="676711" url="https://community.jmp.com/t5/JMP-Wish-List/Transform-Columns-as-comfortable-as-Summary-Statistics/m-p/676711#U676711" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;A new era of Graph Builder! &lt;BR /&gt;see:&amp;nbsp;&lt;LI-MESSAGE title="New in Graph Builder for JMP 19" uid="895744" url="https://community.jmp.com/t5/JMPer-Cable/New-in-Graph-Builder-for-JMP-19/m-p/895744#U895744" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/494"&gt;@XanGregg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;you want to count the students by age - just drag age onto the x axis&amp;nbsp; and the counting will adjust automatically to the new categories:&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6379808407112w826h452r357" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6379808407112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6379808407112w826h452r357');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6379808407112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2025 20:38:27 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-09-19T20:38:27Z</dc:date>
    <item>
      <title>Graph Builder: multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600142#M80363</link>
      <description>&lt;P&gt;Gaph Builder can now display values with modeling type multiple response. That's very useful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the problem:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If there are multiple histogram or bar charts next to each other and one of the displayed values has modeling type multiple response, it also affects the numbers in the other plots.&lt;/P&gt;&lt;P&gt;In the example below, the number of visited countries affects the number of male and female students in the class. Sending Katie around the world increases the number of female students in the class.&lt;BR /&gt;&lt;BR /&gt;Is there a way to display the actual number of male and female students, even if a column with modeling type multiple response is displayed in the same plot?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1676276844606.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50057i8303135E43CAE77C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1676276844606.png" alt="hogi_0-1676276844606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit:&lt;BR /&gt;added a link to&amp;nbsp;&lt;LI-MESSAGE title="Tiny Traps in Jmp and JSL" uid="702685" url="https://community.jmp.com/t5/Discussions/Tiny-Traps-in-Jmp-and-JSL/m-p/702685#U702685" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );

NewWindow("compare",H List box(
dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel( 0 ),
	Variables(
		X( :sex ),
		X( :countries visited )
	),
	Elements( Position( 1, 1 ), Bar( X, Legend( 3 ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Legend( 8 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 50 ), Inc( 10 ), Minor Ticks( 1 )}
		)
	)
);

dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel( 0 ),
	Variables( X( :sex ) ),
	Elements( Bar( X, Legend( 3 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Min( 0 ), Max( 50 ), Inc( 10 ), Minor Ticks( 1 )}
		)
	)
)));

dt &amp;lt;&amp;lt; Minimize Window();

New Window( "",
		&amp;lt;&amp;lt;Type( "Modal Dialog" ),
		Text Box("Now Let's send Katie around the world ...")
		);



dt:countries visited[1] = "1,2,3,4,5,6,7,8,9,,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30"&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 15:41:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600142#M80363</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-26T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600183#M80365</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think this is a bug, but rather an expected change depending on the way your data is structured and the informations you're displaying.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In chart 1, I guess you have one row per student, but having multiple responses per student means that the chart on the left will display number of male or female &lt;STRONG&gt;responses&lt;/STRONG&gt; and not number of male or female &lt;STRONG&gt;students&lt;/STRONG&gt;.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;In chart 2, you're only displaying the variable "sex" of your observations, so you'll have your correct number of students.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe reformatting the datatable (stacking the information about the countries) and/or adding a student "ID" column (to identify the subject answering and avoiding duplicate count of responses) could help. &lt;BR /&gt;In some cases, you may also have to create separate graphs.&lt;BR /&gt;&lt;BR /&gt;Hope this first answer may help you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 08:51:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600183#M80365</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-02-13T08:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600257#M80371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11568"&gt;@Victor_G&lt;/a&gt;&lt;BR /&gt;it's just the standard &lt;STRONG&gt;Big Class Families&lt;/STRONG&gt; data table, so yes,&amp;nbsp;one row per student..&lt;/P&gt;&lt;P&gt;I used it because of the Columns with modeling type &lt;STRONG&gt;multiple response&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's take a simpler example&amp;nbsp; with just 2 students in the class, one girl and one boy.&lt;BR /&gt;The results are quite surprising:&lt;BR /&gt;- 9 counts&amp;nbsp; for female ?!?! - just because the single girl in the class has 3 sports activities and visited 3 countries&amp;nbsp;&lt;/P&gt;&lt;P&gt;- the single girl counts 3x for&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;basketball&lt;/STRONG&gt;&lt;/EM&gt;,(same also for the other sports activities) . because she visited 3 countries?!?&lt;/P&gt;&lt;P&gt;- the ppor boy just counts 2x, because he visited just 2 countries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this response really "&lt;EM&gt;&lt;STRONG&gt;expected&lt;/STRONG&gt;&lt;/EM&gt;" ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder who needs this complex type of plot: product of the number of the individual&amp;nbsp;"&lt;STRONG&gt;responses&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Could be that there are some users who really need it like this, but I hope that there is a function to disable this mode.&lt;BR /&gt;Why not just count =&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;number&lt;/STRONG&gt; of students split by the categories on the respective X axis - no interference from other subplots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1676284673171.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50070iA13709FA3A658A9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_3-1676284673171.png" alt="hogi_3-1676284673171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "test",
	Add Rows( 2 ),
	New Column( "sex",
		Character,
		"Nominal",
		Set Selected,
		Set Values( {"F", "M"} )
	),
	New Column( "sports",
		Character,
		"Multiple Response",
		Set Selected,
		Set Values( {"tennis,basketball,football", "tennis,badminton"} )
	),
	New Column( "countries visited",
		Character,
		"Multiple Response",
		Set Selected,
		Set Values( {"France,Germany,USA", "France,Brazil"} )
	)
);

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 813, 354 ),
	Show Control Panel( 0 ),
	Summary Statistic( "Median" ),
	Graph Spacing( 4 ),
	Variables( X( :sex ), X( :sports ), X( :countries visited ), Overlay( :sex ) ),
	Elements( Position( 1, 1 ), Bar( X, Legend( 10 ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Legend( 11 ) ) ),
	Elements( Position( 3, 1 ), Bar( X, Legend( 12 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 07:55:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600257#M80371</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-14T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600279#M80376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have understood your problem, but this behaviour seems quite normal to me, regarding the data and type of graph you show : the Y axis "Count" is supposed in your example to count independently the number of responses (no matter the students) AND the number of students per sex, which are two different count informations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have found a workaround here (it just needs a column "Count ID by sex" to create the chart below):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1676291897330.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50077i479771B1ACB9EE16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1676291897330.png" alt="Victor_G_0-1676291897330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here is the script if you want to try it :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
Graph Builder(
	Size( 565, 582 ),
	Show Control Panel( 0 ),
	Variables(
		X( :sex ),
		Y( :countries visited ),
		Y( :"Count[ID][sex]"n ),
		Overlay( :sex )
	),
	Elements( Position( 1, 1 ), Histogram( X, Y, Legend( 11 ), Counts( 1 ) ) ),
	Elements(
		Position( 1, 2 ),
		Bar( X, Y, Legend( 4 ), Label( "Label by Value" ) )
	),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				11,
				Properties( 0, {Fill Color( 19 )}, Item ID( "F", 1 ) ),
				Properties( 1, {Fill Color( 21 )}, Item ID( "M", 1 ) )
			), Legend Model(
				4,
				Properties( 0, {Fill Color( 19 )}, Item ID( "F", 1 ) ),
				Properties( 1, {Fill Color( 21 )}, Item ID( "M", 1 ) )
			)}
		),
		Dispatch(
			{},
			"400",
			LegendBox,
			{Legend Position( {11, [2, 3], 4, [0, 1]} )}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This should solve the problem you have by showing two types of informations on the same graph.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 12:39:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/600279#M80376</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-02-13T12:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/601905#M80533</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11568"&gt;@Victor_G&lt;/a&gt;&amp;nbsp;Unfortunately, the workaround doesn't work for my case.&lt;/P&gt;&lt;P&gt;I have a survey with ~10 questions and want to generate a combined histogram plot of the results.&lt;/P&gt;&lt;P&gt;The issue: 2 of the questions allowed multiple response.&lt;/P&gt;&lt;P&gt;With the current ("expected"?) behavior of Graph Builder, the "counts" of the remaining histograms are generated by&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;weighting the individual "counts" with the respective product&amp;nbsp;of the number of responses of multiple questions 1&amp;amp;2.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If "expected" like this, this is not like &lt;EM&gt;intended :)&lt;/img&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, also too many degrees to display. Therefore, it's not possible to escape the issue by adding dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will submit a wish to add a functionality (checkbox) where the user can choose between the current way of plotting and a more "useful" one where the histograms of the subplots just show the "counts" (as expected) without interference from the other plots.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;By the way: It's still hard for me to find a suitable application case for the current behavior.&lt;BR /&gt;Can somebody/anybody describe a case where in adjacent histograms the "counts" of one plot is weighted by the sum of products of individual number of responses of the other plots?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 12:01:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/601905#M80533</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-16T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/609756#M81082</link>
      <description>&lt;P&gt;I just got the confirmation from Jmp Support that this bug will be fixed in a future release :)&lt;/img&gt;&lt;BR /&gt;TS-00034150&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 21:01:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/609756#M81082</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-03-08T21:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/677808#M86417</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&amp;nbsp; fixed in a &lt;STRONG&gt;future release&lt;/STRONG&gt; :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;in Jmp 17.2, the bug is still there,&lt;/P&gt;&lt;P&gt;so "future release" = Jmp 18 or later&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 14:50:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/677808#M86417</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-09-14T14:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/754056#M93614</link>
      <description>&lt;P&gt;Jmp 18 -&amp;gt; no&lt;BR /&gt;maybe: later&lt;BR /&gt;&lt;BR /&gt;JMP 18.1 -&amp;gt; no&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 20:37:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/754056#M93614</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-12T20:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/902212#M106120</link>
      <description>&lt;P&gt;Hm, there is still this bug with multiple response and multiple histograms in Graph Builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe illustrative:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Graph Builder(
	Variables( X( :name ), X( :sports, Order By( :sports, Descending, Order Statistic( "N" ) ) ) ),
	Elements( Position( 1, 1 ), Bar( X, Legend( 3 ), Summary Statistic( "N" ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Legend( 4 ), Summary Statistic( "N" ) ) )
);	
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the right plot shows how many students participate in which sports activity - and the left graphs shows the number of students with the same name:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758313111044.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82936iB2071FC5EB27E602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1758313111044.png" alt="hogi_0-1758313111044.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;students with the same name ?!?!&lt;BR /&gt;It's Robert, right?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 20:18:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/902212#M106120</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-19T20:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: bug with Graph Builder? multiple response + multiple histograms</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/902217#M106121</link>
      <description>&lt;P&gt;Counting students with the same name is not possible via the Summary Statistics (N) in Graph Builder - due to the multiple response column on the right, there are too many "rows". This happens as soon as a multiple response column is used within the same report,&amp;nbsp; on an axis, as color, size, ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A workaround: do the counting "manually" - via a transform column:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column( "student=1", Formula( 1 ) ),
	Transform Column(
		"Col Number@X",
		Formula( Col Number( 1, :"@Exclude"n, :"@Filter"n, :"@Graph"n, :"@Overlay"n, :"@X"n ) )
	),
	Size( 573, 393 ),
	Summary Statistic( "Median" ),
	Graph Spacing( 4 ),
	Variables(
		X( :name ),
		X( :sports, Order By( :sports, Descending, Order Statistic( "N" ) ) ),
		Y( :"Col Number@X"n ),
		Y( :"student=1"n, Position( 1 ) )
	),
	Elements( Position( 1, 1 ), Bar( X, Y( 1 ), Legend( 3 ), Summary Statistic( "Mean" ) ) ),
	Elements( Position( 2, 1 ), Bar( X, Y( 2 ), Legend( 4 ), Summary Statistic( "N" ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;now the plot looks much better:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1758313925203.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82939iFBB9CE4BC76EEB60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1758313925203.png" alt="hogi_2-1758313925203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Up to now, it was quite complicated to generate a graph like this - one that is "interactive" like a standard Graph Builder plot:&lt;BR /&gt;what happens when the user drags another column onto wrap - or onto an X axis?&lt;/P&gt;
&lt;P&gt;The new scoping option in JMP19 make &lt;LI-MESSAGE title="Transform Columns - as comfortable as Summary Statistics (💚)" uid="676711" url="https://community.jmp.com/t5/JMP-Wish-List/Transform-Columns-as-comfortable-as-Summary-Statistics/m-p/676711#U676711" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;A new era of Graph Builder! &lt;BR /&gt;see:&amp;nbsp;&lt;LI-MESSAGE title="New in Graph Builder for JMP 19" uid="895744" url="https://community.jmp.com/t5/JMPer-Cable/New-in-Graph-Builder-for-JMP-19/m-p/895744#U895744" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/494"&gt;@XanGregg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;you want to count the students by age - just drag age onto the x axis&amp;nbsp; and the counting will adjust automatically to the new categories:&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6379808407112w826h452r560" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6379808407112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6379808407112w826h452r560');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6379808407112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 20:38:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-multiple-response-multiple-histograms/m-p/902217#M106121</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-19T20:38:27Z</dc:date>
    </item>
  </channel>
</rss>

