<?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 Column Switcher customization in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Column-Switcher-customization/m-p/580592#M78757</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to more completely customize the column switcher through JSL?&amp;nbsp; In the example attached, I have 3 metrics and 3 sizes of boxes. Each metric has all sizes of boxes.&amp;nbsp; When I create a graph, the column switcher can only switch out one variable in the chart. Multiple column switchers can be added via JSL, but if there are many columns to select from in each column switcher, that gets messy and time consuming very quickly to individually find and switch columns from each of the lists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like is if the column switcher could be customized to select a custom option, for example: MetricA, MetricB, or MetricC, and all of the variables on the y-axis would swap to that metric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example, swapping MetricA -&amp;gt; MetricB, all at once, in their respective places on the y-axis:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MetricA_BoxBig -&amp;gt;&amp;nbsp;MetricB_BoxBig&lt;/LI&gt;&lt;LI&gt;MetricA_BoxMed -&amp;gt;&amp;nbsp;MetricB_BoxMed&lt;/LI&gt;&lt;LI&gt;MetricA_BoxSM -&amp;gt;&amp;nbsp;MetricB_BoxSM&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:30:04 GMT</pubDate>
    <dc:creator>StarfruitBob</dc:creator>
    <dc:date>2023-06-11T11:30:04Z</dc:date>
    <item>
      <title>Column Switcher customization</title>
      <link>https://community.jmp.com/t5/Discussions/Column-Switcher-customization/m-p/580592#M78757</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to more completely customize the column switcher through JSL?&amp;nbsp; In the example attached, I have 3 metrics and 3 sizes of boxes. Each metric has all sizes of boxes.&amp;nbsp; When I create a graph, the column switcher can only switch out one variable in the chart. Multiple column switchers can be added via JSL, but if there are many columns to select from in each column switcher, that gets messy and time consuming very quickly to individually find and switch columns from each of the lists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like is if the column switcher could be customized to select a custom option, for example: MetricA, MetricB, or MetricC, and all of the variables on the y-axis would swap to that metric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example, swapping MetricA -&amp;gt; MetricB, all at once, in their respective places on the y-axis:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MetricA_BoxBig -&amp;gt;&amp;nbsp;MetricB_BoxBig&lt;/LI&gt;&lt;LI&gt;MetricA_BoxMed -&amp;gt;&amp;nbsp;MetricB_BoxMed&lt;/LI&gt;&lt;LI&gt;MetricA_BoxSM -&amp;gt;&amp;nbsp;MetricB_BoxSM&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:30:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Column-Switcher-customization/m-p/580592#M78757</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-06-11T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column Switcher customization</title>
      <link>https://community.jmp.com/t5/Discussions/Column-Switcher-customization/m-p/580847#M78779</link>
      <description>&lt;P&gt;I don't think you can do this easily with Column Switcher but you could use ListBox and write your own function&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
New Window("Example",
	fontobj = lb = List Box(
		{"First Item", "Second Item", "Third Item"},
		width(200),
		max selected(1),
		nlines(6),
		&amp;lt;&amp;lt; set function(function({this},
			show(this &amp;lt;&amp;lt; get selected);
		))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Dec 2022 06:06:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Column-Switcher-customization/m-p/580847#M78779</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-13T06:06:13Z</dc:date>
    </item>
  </channel>
</rss>

