<?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: Plot columns on x-axis in line chart (without cross table) in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035892#M223767</link>
    <description>&lt;P&gt;It's just a dimension column!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can replace it with a valuelist() dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimension&lt;/P&gt;
&lt;P&gt;=Valuelist ('1m','&lt;SPAN&gt;5m',&lt;/SPAN&gt;&lt;SPAN&gt;'10m'&lt;/SPAN&gt;&lt;SPAN&gt;,'15m&lt;/SPAN&gt;&lt;SPAN&gt;','20m')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=If ( Valuelist ('1m','5m','10m','15m','20m')='1m' , sum(1m)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;,If ( Valuelist ('1m','5m','10m','15m','20m')='5m' , sum(5m). ....... And so on for each&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 10:48:04 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2023-02-09T10:48:04Z</dc:date>
    <item>
      <title>Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035777#M223744</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a way to show data as seen on the line chart below, where x-axis has the different times.&lt;/P&gt;
&lt;P&gt;The raw data table has the values as columns, while the line chart has these values as x-axis, where the values for each time is average over the order IDs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The line chart was done with a cross table, but I essentially need to create 16 of those crosstable to look at different data attributes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a way to accomplish the same thing without creating additional tables. Any ideas?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johnnyjohn_0-1675929217955.png" style="width: 833px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100015iF510928DEE48AF0D/image-dimensions/833x250?v=v2" width="833" height="250" role="button" title="johnnyjohn_0-1675929217955.png" alt="johnnyjohn_0-1675929217955.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035777#M223744</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2023-02-09T08:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035829#M223748</link>
      <description>&lt;P&gt;life will be easier with the Time dimension as row values instead of columns&lt;/P&gt;
&lt;P&gt;I'd suggest using crosstable load&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or else you will have to write an expression for each time value column!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035829#M223748</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-02-09T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035851#M223754</link>
      <description>&lt;P&gt;Hey. So I have used the crosstable load (you can see on the pic, the table on the right is the data of the crosstable and the graph uses that data). My question was how you would do it without using a cross table / creating a new table. How would you do it with an expression for each time?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035851#M223754</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2023-02-09T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035864#M223761</link>
      <description>&lt;P&gt;Create a Dummy Dimension, example below&lt;/P&gt;
&lt;P&gt;tempTime:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Using Dual() for sorting the dimension on numeric value&lt;/P&gt;
&lt;P&gt;Load Dual(&lt;SPAN&gt;TIME_Axis,recno()) as&amp;nbsp;TIME_Axis&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Inline [&lt;/P&gt;
&lt;P&gt;TIME_Axis&lt;/P&gt;
&lt;P&gt;1m&lt;/P&gt;
&lt;P&gt;5m&lt;/P&gt;
&lt;P&gt;10m&lt;/P&gt;
&lt;P&gt;15m&amp;nbsp;&lt;/P&gt;
&lt;P&gt;20m&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Charts add measure as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TIME_Axis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Pick(&amp;nbsp;&lt;SPAN&gt;TIME_Axis&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;, sum(1m)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;, sum(5m)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;, sum(10m)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;, sum(15m)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;, sum(20m)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&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>Thu, 09 Feb 2023 10:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035864#M223761</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-02-09T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035872#M223764</link>
      <description>&lt;P&gt;That would create an additional though wouldn't it (&lt;SPAN&gt;&lt;STRONG&gt;tempTime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;)? I'm looking for a way that doesnt need a new table to be created. I have 16 different type of tables like I need to show and need want to avoid creating new tables for each.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035872#M223764</guid>
      <dc:creator>johnnyjohn</dc:creator>
      <dc:date>2023-02-09T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Plot columns on x-axis in line chart (without cross table)</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035892#M223767</link>
      <description>&lt;P&gt;It's just a dimension column!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can replace it with a valuelist() dimension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimension&lt;/P&gt;
&lt;P&gt;=Valuelist ('1m','&lt;SPAN&gt;5m',&lt;/SPAN&gt;&lt;SPAN&gt;'10m'&lt;/SPAN&gt;&lt;SPAN&gt;,'15m&lt;/SPAN&gt;&lt;SPAN&gt;','20m')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=If ( Valuelist ('1m','5m','10m','15m','20m')='1m' , sum(1m)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;,If ( Valuelist ('1m','5m','10m','15m','20m')='5m' , sum(5m). ....... And so on for each&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Plot-columns-on-x-axis-in-line-chart-without-cross-table/m-p/2035892#M223767</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-02-09T10:48:04Z</dc:date>
    </item>
  </channel>
</rss>

