<?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: Line Chart with more than 20 measures? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163526#M94473</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Though as these limitations be, We can always try to use Dummy Dimension as a loophole to tackle such scenarios. In this case, we will use 2 dimensions : Month &amp;amp; Dummy. in measure :&lt;/P&gt;
&lt;P&gt;Pick(Dsort,Exp1,Exp2,Exp3,.....Exp30);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dummy Dimension is nothing but an Unlinked Island Table with your desired Expression Labels &amp;amp; their Sorting Order. For your case, something like :&lt;/P&gt;
&lt;P&gt;Dummy :&lt;/P&gt;
&lt;P&gt;Load * Inline[&lt;/P&gt;
&lt;P&gt;Dummy,Dsort&lt;/P&gt;
&lt;P&gt;Exp1,1&lt;/P&gt;
&lt;P&gt;Exp2,2&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Exp30,30];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this &amp;amp; let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&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>Sat, 20 Jan 2024 05:57:44 GMT</pubDate>
    <dc:creator>Rohan</dc:creator>
    <dc:date>2024-01-20T05:57:44Z</dc:date>
    <item>
      <title>Line Chart with more than 20 measures?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163424#M94468</link>
      <description>&lt;P&gt;Is it possible to have a Line Chart with more than 20 measures? I need to add a total of 30 measures to a line chart. If this is possible, how would I go about doing this?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 18:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163424#M94468</guid>
      <dc:creator>curt1094</dc:creator>
      <dc:date>2024-01-19T18:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with more than 20 measures?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163521#M94472</link>
      <description>&lt;P&gt;there is a limitation&amp;nbsp; in line chart:&lt;/P&gt;
&lt;TABLE class="TableStyle-tableGrid" cellspacing="0"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="HeadI--" scope="col"&gt;Dimensions&lt;/TH&gt;
&lt;TH class="HeadI--" scope="col"&gt;Measures&lt;/TH&gt;
&lt;TH class="HeadG--" scope="col"&gt;Result&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="BodyI--"&gt;1 dimension&lt;/TD&gt;
&lt;TD class="BodyI--"&gt;1 measure&lt;/TD&gt;
&lt;TD class="BodyG--"&gt;A simple line chart with a single line.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="BodyI--"&gt;2 dimensions&lt;/TD&gt;
&lt;TD class="BodyI--"&gt;1 measure&lt;/TD&gt;
&lt;TD class="BodyG--"&gt;A line chart with the first dimension on the X-axis, and a line for each value of the second dimension.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="BodyC--"&gt;1 dimension&lt;/TD&gt;
&lt;TD class="BodyC--"&gt;up to 15 measures&lt;/TD&gt;
&lt;TD class="BodyA--"&gt;A line chart with one line for each measure.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sat, 20 Jan 2024 05:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163521#M94472</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-01-20T05:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with more than 20 measures?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163526#M94473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Though as these limitations be, We can always try to use Dummy Dimension as a loophole to tackle such scenarios. In this case, we will use 2 dimensions : Month &amp;amp; Dummy. in measure :&lt;/P&gt;
&lt;P&gt;Pick(Dsort,Exp1,Exp2,Exp3,.....Exp30);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dummy Dimension is nothing but an Unlinked Island Table with your desired Expression Labels &amp;amp; their Sorting Order. For your case, something like :&lt;/P&gt;
&lt;P&gt;Dummy :&lt;/P&gt;
&lt;P&gt;Load * Inline[&lt;/P&gt;
&lt;P&gt;Dummy,Dsort&lt;/P&gt;
&lt;P&gt;Exp1,1&lt;/P&gt;
&lt;P&gt;Exp2,2&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Exp30,30];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this &amp;amp; let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&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>Sat, 20 Jan 2024 05:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163526#M94473</guid>
      <dc:creator>Rohan</dc:creator>
      <dc:date>2024-01-20T05:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart with more than 20 measures?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163554#M94478</link>
      <description>&lt;P&gt;Or else try to create like ad hoc report like display only those metrics based on selection&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 12:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-with-more-than-20-measures/m-p/2163554#M94478</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-01-20T12:46:40Z</dc:date>
    </item>
  </channel>
</rss>

