<?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: Hide/Show Graph Measure based on filter selection. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2134171#M92177</link>
    <description>&lt;P&gt;This did seem to work for me, but I'm just not sure why it did. Could you please explain?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delay in responding, my work schedule has been demanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 14:51:58 GMT</pubDate>
    <dc:creator>curt1094</dc:creator>
    <dc:date>2023-11-02T14:51:58Z</dc:date>
    <item>
      <title>Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132096#M92016</link>
      <description>&lt;P&gt;I'm having trouble hiding/showing a line chart measure based on the current selection. I have the following filter setup as buttons using the VizLib extension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filter: Dash_Tbl.Category&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Filter: Dash_Tbl.Category" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118903iDAF7B94CEA47FA51/image-size/large?v=v2&amp;amp;px=999" role="button" title="Category filter.png" alt="Filter: Dash_Tbl.Category" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Filter: Dash_Tbl.Category&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then want to hide/show the measures in this graph below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Graph to filter" style="width: 789px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118904iFF4337BD2779EEA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Graph to filter.png" alt="Graph to filter" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Graph to filter&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have created individual measures for each of the filter categories. An Example would look something like this:&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;[BSO]={"FFC"},[Dash_Tbl.Grouping]={"NULO"}&amp;gt;}[Dash_Tbl.Count])&lt;/P&gt;
&lt;P&gt;I'm assuming I would add an expression to the visibility condition but all that I tried has not worked. Any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 10:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132096#M92016</guid>
      <dc:creator>curt1094</dc:creator>
      <dc:date>2023-10-26T10:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132150#M92019</link>
      <description>&lt;P&gt;If you are also using vizlib line chart, you have a property to control the visibility, you can then put a condition like this:&lt;BR /&gt;&lt;SPAN&gt;[Dash_Tbl.Grouping]="NULO"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 13:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132150#M92019</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-10-26T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132509#M92034</link>
      <description>&lt;P&gt;I tried this and it did not work. Once I placed the expression in the visibility condition it never displays the measure when selected or not selected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132509#M92034</guid>
      <dc:creator>curt1094</dc:creator>
      <dc:date>2023-10-27T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132512#M92035</link>
      <description>&lt;P&gt;First, is your filter named [&lt;SPAN&gt;Dash_Tbl.Category] or [Dash_Tbl.Grouping]? I see that both names are used in your initial message.&lt;BR /&gt;Else, I guess that you can select multiple measures, right?&lt;BR /&gt;So, in this case, you're right, this will not work.&lt;BR /&gt;However, this should be better (if the filter is&amp;nbsp;[Dash_Tbl.Grouping]):&lt;BR /&gt;&lt;FONT face="courier new,courier" size="3"&gt;Only({&amp;lt;[Dash_Tbl.Grouping]*={NULO}&amp;gt;}[Dash_Tbl.Grouping])='NULO'&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2132512#M92035</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-10-27T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2134171#M92177</link>
      <description>&lt;P&gt;This did seem to work for me, but I'm just not sure why it did. Could you please explain?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delay in responding, my work schedule has been demanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 14:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2134171#M92177</guid>
      <dc:creator>curt1094</dc:creator>
      <dc:date>2023-11-02T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/Show Graph Measure based on filter selection.</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2134196#M92180</link>
      <description>&lt;P&gt;If you select multiple values even with NULO in your selection&amp;nbsp;&lt;SPAN&gt;[Dash_Tbl.Grouping]='NULO' will not work as the field in your context contents a set of values. You need an aggregation function to manipulate the list.&lt;BR /&gt;The set analysis I'm using with the *, is doing an intersection with the current selection. So, if NULO is part of this selection,&amp;nbsp; this will match. Without the *, this will be always true.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 15:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Show-Graph-Measure-based-on-filter-selection/m-p/2134196#M92180</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-02T15:22:47Z</dc:date>
    </item>
  </channel>
</rss>

