<?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: Dynamic Axis in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644440#M1391</link>
    <description>&lt;P&gt;This was the solution for me.&amp;nbsp; I'm still learning about syntax in Qlik.&amp;nbsp; I'm not sure why this worked.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheAnswer.PNG" style="width: 428px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23152iF5AA18D6C939EBE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="TheAnswer.PNG" alt="TheAnswer.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 17:40:47 GMT</pubDate>
    <dc:creator>NancyG</dc:creator>
    <dc:date>2019-11-07T17:40:47Z</dc:date>
    <item>
      <title>Dynamic Axis</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1642051#M1387</link>
      <description>&lt;P&gt;I'm trying to design a scatter chart that allows the user to pick the x and y axis from lists of available variables.&amp;nbsp; I have separate/duplicate lists of available variables for each axis for users to pick from. I want to plot the chosen variables for all test combos without [null] values.&amp;nbsp; How do I do this in Qlik?&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;TestID&lt;/TD&gt;&lt;TD&gt;VAR1&lt;/TD&gt;&lt;TD&gt;VAR2&lt;/TD&gt;&lt;TD&gt;VAR3&lt;/TD&gt;&lt;TD&gt;VAR4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test1&lt;/TD&gt;&lt;TD&gt;[null]&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test3&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;[null]&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test4&lt;/TD&gt;&lt;TD&gt;4.5&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test5&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;[null]&lt;/TD&gt;&lt;TD&gt;6.5&lt;/TD&gt;&lt;TD&gt;1.5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1642051#M1387</guid>
      <dc:creator>NancyG</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Axis</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644329#M1388</link>
      <description>&lt;P&gt;I've figured out how to plot two user selected variables against each other in a Combo Chart using the &lt;EM&gt;&lt;FONT color="#0000FF"&gt;only(channel)&lt;/FONT&gt;&lt;/EM&gt; aggregation.&amp;nbsp; &amp;nbsp;Currently with 4 variables I manage this with&amp;nbsp; a series of if statements.&amp;nbsp; I've also created two variables in the Settings/Variable Overview area, XPLOT &amp;amp; YPLOT, that are set to the Field Selections for my channel list boxes.&lt;BR /&gt;&lt;BR /&gt;Once my dashboard goes from development to production the list of channels will be much larger and dynamic (channels may be created at any time).&amp;nbsp; How can I use XPLOT &amp;amp; YPLOT to replace the series of logical statements?&lt;BR /&gt;&lt;BR /&gt;This is what I have currently but it's not manageable moving forward.&lt;BR /&gt;&lt;BR /&gt;if(PLOTY = 'VAR1',only(VAR1),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if(PLOTY = 'VAR2', only(VAR2),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(PLOTY = 'VAR3', only(VAR3),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(PLOTY = 'VAR4', only(VAR4),XAXIS))))&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644329#M1388</guid>
      <dc:creator>NancyG</dc:creator>
      <dc:date>2019-11-07T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Axis</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644342#M1389</link>
      <description>&lt;P&gt;I'm not really sure what you are trying to do. Is it a dynamic x axis based on a selection?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please take a look at my attached example. If it not the answer, please adjust the data in the script and try to describe the desired output with a picture or excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 530px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23130i2E18FE1E4DF5F5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644342#M1389</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-07T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Axis</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644357#M1390</link>
      <description>&lt;P&gt;I'm trying to allow a user to select any two channels and plot them against each other.&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Plot_2.PNG" style="width: 975px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23137i90F83B9953E90E5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Plot_2.PNG" alt="Plot_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644357#M1390</guid>
      <dc:creator>NancyG</dc:creator>
      <dc:date>2019-11-07T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Axis</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644440#M1391</link>
      <description>&lt;P&gt;This was the solution for me.&amp;nbsp; I'm still learning about syntax in Qlik.&amp;nbsp; I'm not sure why this worked.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheAnswer.PNG" style="width: 428px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23152iF5AA18D6C939EBE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="TheAnswer.PNG" alt="TheAnswer.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Dynamic-Axis/m-p/1644440#M1391</guid>
      <dc:creator>NancyG</dc:creator>
      <dc:date>2019-11-07T17:40:47Z</dc:date>
    </item>
  </channel>
</rss>

