<?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: Qlik Sense - Conditional Hide / Show Measures in Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566489#M41295</link>
    <description>&lt;P&gt;Hi Miskinmaz,&lt;/P&gt;&lt;P&gt;I need a flag when I select then there must be only Negative Values on the basis of row total.&lt;/P&gt;&lt;P&gt;Means, when I select flag NA - A should be appear because it's total is in Negative and when I deselect then all the values visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2019 14:50:41 GMT</pubDate>
    <dc:creator>eng19872</dc:creator>
    <dc:date>2019-04-08T14:50:41Z</dc:date>
    <item>
      <title>Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564350#M41102</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sample file is attached, please have a look into and suggest me the solution.&lt;/P&gt;&lt;P&gt;if(Sum(total &amp;lt;Dim1&amp;gt; {$&amp;lt;[Field 1]={1}&amp;gt;} [xxx]) &amp;lt; 0, 1, 0))&lt;/P&gt;&lt;P&gt;I am using pivot table and I would like to Hide / Show the measure when the total value is in Negative. There are two dimensions in the Pivot Table.&lt;/P&gt;&lt;P&gt;When I am writing given above expression in Qlik Sense &amp;gt; Measures &amp;gt;&amp;nbsp; "Show column if" then it is not working and row is not hiding.&lt;/P&gt;&lt;P&gt;How to fix it?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564350#M41102</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2024-11-16T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564657#M41119</link>
      <description>&lt;P&gt;Qlik Gurus, your help required.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 14:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564657#M41119</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-03T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564860#M41127</link>
      <description>&lt;P&gt;I have not tried this, but the only way I think you can achieve this is to make the 2 dimensions also 'calculated dimension' like it is called in QlikView. Basically you say "if(&amp;lt;your expression&amp;gt; &amp;gt; 0, &amp;lt;Dimension&amp;gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than that I don't think it will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried not using a pivot table?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 00:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564860#M41127</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-04-04T00:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564922#M41132</link>
      <description>The expression is not working for hide / show for conditional hide show however, it works fine when I am writing in expression section.</description>
      <pubDate>Thu, 04 Apr 2019 06:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564922#M41132</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-04T06:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564953#M41136</link>
      <description>&lt;P&gt;Please share the sample data.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 07:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1564953#M41136</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-04T07:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566198#M41278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check attached file as shared with main thread. File name is "PositiveNegativeApp.qvf".&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 06:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566198#M41278</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-08T06:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566277#M41281</link>
      <description>&lt;P&gt;Hi Miskinmaz,&lt;/P&gt;&lt;P&gt;Any solution?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 09:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566277#M41281</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-08T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566287#M41282</link>
      <description>&lt;P&gt;with respect to which dimension the hide show should work? Name or product&lt;/P&gt;&lt;P&gt;Just to make the req clear from below screen shot please let me know which column you want to hide:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="comm.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9673i897ACAD276378507/image-size/large?v=v2&amp;amp;px=999" role="button" title="comm.JPG" alt="comm.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 10:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566287#M41282</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-08T10:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566489#M41295</link>
      <description>&lt;P&gt;Hi Miskinmaz,&lt;/P&gt;&lt;P&gt;I need a flag when I select then there must be only Negative Values on the basis of row total.&lt;/P&gt;&lt;P&gt;Means, when I select flag NA - A should be appear because it's total is in Negative and when I deselect then all the values visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 14:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566489#M41295</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-08T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566737#M41322</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Miskinmaz and Qlik Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you share me the solution?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566737#M41322</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-09T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566893#M41332</link>
      <description>You can use below expression as measure:&lt;BR /&gt;&lt;BR /&gt;if(GetSelectedCount(myFilter)&amp;gt;0 and sum(total&amp;lt;Name,Product&amp;gt;{&amp;lt;Name={"=sum(aggr(sum(Sales),Name))&amp;lt;0"}&amp;gt;}Sales)&amp;lt;0,&lt;BR /&gt;sum({&amp;lt;Name={"=sum(aggr(sum(Sales),Name))&amp;lt;0"}&amp;gt;}Sales),&lt;BR /&gt;&lt;BR /&gt;if(GetSelectedCount(myFilter)=0 ,sum(Sales)&lt;BR /&gt;))</description>
      <pubDate>Tue, 09 Apr 2019 12:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566893#M41332</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-04-09T12:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566933#M41335</link>
      <description>&lt;P&gt;Same result as I shared the expression with this thread.&lt;/P&gt;&lt;P&gt;I need expression to hide and show the row expression "Show Column if"&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 12:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1566933#M41335</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-09T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567068#M41347</link>
      <description>&lt;P&gt;I make use of the&amp;nbsp;&lt;EM&gt;Show column if&lt;/EM&gt; setting of a dimension.&lt;/P&gt;&lt;P&gt;In my case I defined a variable &lt;EM&gt;vShowFieldPlantCostCentre&lt;/EM&gt;&amp;nbsp;with an initial value as '0' (hidden).&lt;/P&gt;&lt;P&gt;Then we use the &lt;EM&gt;Variable Input&lt;/EM&gt; bundled extension, where the user selects from a dropdown box whether to show the column or not. The variable input dropdown box toggles the $(&lt;EM&gt;vShowFieldPlantCostCentre&lt;/EM&gt;) variable between '0' and '1'.&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;EM&gt;Show column if&lt;/EM&gt; expression is:&lt;/P&gt;&lt;PRE&gt;=$(vShowFieldPlantCostCentre) = 1&lt;/PRE&gt;&lt;P&gt;So if the &lt;EM&gt;vShowFieldPlantCostCentre&lt;/EM&gt; variable is equal to '1' then the column will show in the pivot table.&lt;/P&gt;&lt;P&gt;Note that the variables are reset to their default values when the model reloads. So if the model reloads the user will see that his selections (which are linked to variables) revert back to their default values, and in this case causes this column selections to be reset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 15:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567068#M41347</guid>
      <dc:creator>MynhardtBurger</dc:creator>
      <dc:date>2019-04-09T15:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567611#M41403</link>
      <description>&lt;P&gt;Hi Mynhardtb,&lt;/P&gt;&lt;P&gt;I hope, you read the question. However, here is quick overview of problem.&lt;/P&gt;&lt;P&gt;For example: I have Pivot table with SUM Expression. When it execute expression will evaluate and generate the rows for dimension. Now, I have 10 rows 5 consist on Negative (-) and 5 Positive (+) value. I would like to hide and show the Negative (-) rows when select filter "Negative Value".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression and Application is already attached with this thread.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 12:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567611#M41403</guid>
      <dc:creator>eng19872</dc:creator>
      <dc:date>2019-04-10T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567828#M41431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64522" target="_self"&gt;Eng19872&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See the attached file for 2 possible solutions.&lt;/P&gt;&lt;P&gt;In both cases you will use set analysis to filter for rows where [Sales] is negative like so:&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;[Sales]={"&amp;lt;0"}&amp;gt;} [Sales])&lt;/PRE&gt;&lt;P&gt;I suspect the first solution where you use PICK to select between a SUM which adds up all [Sales] values, and one which only adds up negative [Sales} values is what you are actually after.&lt;/P&gt;&lt;P&gt;I used PICK because it has some performance benefits over using IF statements.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 18:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1567828#M41431</guid>
      <dc:creator>MynhardtBurger</dc:creator>
      <dc:date>2019-04-10T18:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Conditional Hide / Show Measures in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1804360#M65347</link>
      <description>&lt;P&gt;Hello)&lt;BR /&gt;Thanks a lot for the solution. Changed it a little, instead of expanding, I used the function of the standard button "Assign value to variable")&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 09:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Hide-Show-Measures-in-Pivot-Table/m-p/1804360#M65347</guid>
      <dc:creator>rusanov_eduard</dc:creator>
      <dc:date>2021-05-01T09:01:21Z</dc:date>
    </item>
  </channel>
</rss>

