<?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 only one serie in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307147#M1180877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan,&lt;/P&gt;&lt;P&gt;I found a solution.&lt;/P&gt;&lt;P&gt;To fix ideas, for example, a pivot table with 4 dimensions for the columns, X1, X2, X3, X4 and 1 for the rows, X5.&amp;nbsp; This configuration can give me a table with 0 or several columns : it depends on current selection on these or other fields. &lt;/P&gt;&lt;P&gt;I&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;n the "layout - show - conditional" property of the chart, I use the condition "&lt;/SPAN&gt;&lt;/SPAN&gt;count( distinct X1&amp;amp; '$' &amp;amp; X2 &amp;amp; '$' &amp;amp; X3&amp;amp; '$' &amp;amp; X4) = 1", where $ is a separator not used in the values of the four dimensions.&amp;nbsp; This solution is not perfect but it is good for my problem (not perfect, because, I have to "freeze" the pivot to have all time the same fields in column).&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps alt-edited"&gt;I consider that the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solution is found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would be happy if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a more elegant solution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;found...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Thank you,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Pierre&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 07:53:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-30T07:53:22Z</dc:date>
    <item>
      <title>only one serie</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307145#M1180875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table and the same pivot table as a line chart.&amp;nbsp; There are as many series as columns wich depends on the selections. Good.&lt;/P&gt;&lt;P&gt;But I want to show the chart only if there is one serie AND WITHOUT changing the selection : if there is one column, I can see the chart ; if there are more than one column, I do not want to see the chart.&amp;nbsp; &lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I am looking for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;which property of the chart (or pivot table)&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to use to create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;condition &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;in the "layout - show - conditional" property of the chart.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;It is probably&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very easy&lt;/SPAN&gt; but I am a new QV user &lt;SPAN class="hps"&gt;and I apologize&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 17:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307145#M1180875</guid>
      <dc:creator />
      <dc:date>2012-01-25T17:06:53Z</dc:date>
    </item>
    <item>
      <title>only one serie</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307146#M1180876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may depend a little on the design of your dimensions / data model. I assume that you are just using two fields in a pivot table / line chart, one dimension pivoted to the top, that's what you call columns then, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could probably just use&lt;/P&gt;&lt;P&gt;=if(GetPossibleCount(FIELDNAME)=1,1,0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your conditionally show expression, replace FIELDNAME with your field name you used for the columns /series dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 16:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307146#M1180876</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-28T16:20:06Z</dc:date>
    </item>
    <item>
      <title>only one serie</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307147#M1180877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan,&lt;/P&gt;&lt;P&gt;I found a solution.&lt;/P&gt;&lt;P&gt;To fix ideas, for example, a pivot table with 4 dimensions for the columns, X1, X2, X3, X4 and 1 for the rows, X5.&amp;nbsp; This configuration can give me a table with 0 or several columns : it depends on current selection on these or other fields. &lt;/P&gt;&lt;P&gt;I&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;n the "layout - show - conditional" property of the chart, I use the condition "&lt;/SPAN&gt;&lt;/SPAN&gt;count( distinct X1&amp;amp; '$' &amp;amp; X2 &amp;amp; '$' &amp;amp; X3&amp;amp; '$' &amp;amp; X4) = 1", where $ is a separator not used in the values of the four dimensions.&amp;nbsp; This solution is not perfect but it is good for my problem (not perfect, because, I have to "freeze" the pivot to have all time the same fields in column).&lt;/P&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps alt-edited"&gt;I consider that the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solution is found&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would be happy if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a more elegant solution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;found...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Thank you,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Pierre&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 07:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-serie/m-p/307147#M1180877</guid>
      <dc:creator />
      <dc:date>2012-01-30T07:53:22Z</dc:date>
    </item>
  </channel>
</rss>

