<?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: Pivot Table : conditionally showing expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421828#M814048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something and...hope this is what you are looking for. I can't figure out how to put the app here but i'll put the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For metric 1, click conditional : if(match(GetFieldSelections(Category),'H, L'),1,0);&lt;/P&gt;&lt;P&gt;For metric 2, click conditional: Category='L';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For metric 4, click conditional : if(match(GetFieldSelections(Category),'L, M'),1,0) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2017 10:43:56 GMT</pubDate>
    <dc:creator>andrei_delta</dc:creator>
    <dc:date>2017-09-17T10:43:56Z</dc:date>
    <item>
      <title>Pivot Table : conditionally showing expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421825#M814045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a pivot table with 4 dimension and 6 expressions, I want to conditionally show metrics\expressions under the dimension. So in below screenshot all metrics are visible, but the requirement is to show Metric 1 for Category as H and L while Metric 2 when category in only L while Metric 4 should be visible only when Category is L and M.&lt;IMG __jive_id="176669" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176669_Capture.PNG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried conditional in expressions tab its not working .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421825#M814045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table : conditionally showing expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421826#M814046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional on expression tab works globally for the chart, not per (any) dimensional value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution I can see is creating an artificial &lt;EM&gt;dimension &lt;/EM&gt;that is linked to certain dimensional value combinations only, and then create a single expression that branches into several expressions based on that artificial dimension value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some examples here in the forum how you can do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421826#M814046</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-14T21:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table : conditionally showing expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421827#M814047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanketh,&lt;/P&gt;&lt;P&gt;I'm still working on your sample. But up to now how about something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create 3 charts on top one another and use Category in the set analysis expression. (For category H there will e only expressions you need, for other categories as well)&lt;/P&gt;&lt;P&gt;2. Set the visibility and movability based on your selection to make it working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 07:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421827#M814047</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2017-09-15T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table : conditionally showing expression</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421828#M814048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something and...hope this is what you are looking for. I can't figure out how to put the app here but i'll put the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For metric 1, click conditional : if(match(GetFieldSelections(Category),'H, L'),1,0);&lt;/P&gt;&lt;P&gt;For metric 2, click conditional: Category='L';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For metric 4, click conditional : if(match(GetFieldSelections(Category),'L, M'),1,0) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2017 10:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-conditionally-showing-expression/m-p/1421828#M814048</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-17T10:43:56Z</dc:date>
    </item>
  </channel>
</rss>

