<?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: Filter Specific Visual WITHOUT Alternate States in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801441#M64964</link>
    <description>&lt;P&gt;I could give a suggestion here...but before we go further down the rabbit hole can we revisit why alternate states would not be a workable solution?&amp;nbsp; The viz would not need to be in an alternate state, only the listboxes would be.&amp;nbsp; The viz measures would reference the state and I don't know of any limitation there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({State1}Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({State2}Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Wed, 21 Apr 2021 17:02:21 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2021-04-21T17:02:21Z</dc:date>
    <item>
      <title>Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801044#M64923</link>
      <description>&lt;P&gt;My goal is to have multiple of the same filter on a page so that users can compare different values of the measure. Ex: User compares multiple locations for housing and see's pros and cons. These filters should only impact specific visuals on the page.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The key here is to NOT use Alternate States as I need to make the visuals a master item and that is a limited capability with alternate states.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 18:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801044#M64923</guid>
      <dc:creator>smolly1621</dc:creator>
      <dc:date>2021-04-20T18:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801064#M64934</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Step 1&lt;/STRONG&gt;: Create multiple versions of the tables as Data Islands.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Data:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ProdID, Deadline, Qty&lt;BR /&gt;A, 1/09/2021, 2&lt;BR /&gt;A, 1/12/2021, 2&lt;BR /&gt;A, 3/21/2021, 1&lt;BR /&gt;A, 4/12/2021, 4&lt;BR /&gt;B, 1/06/2021, 1&lt;BR /&gt;B, 1/17/2021, 3&lt;BR /&gt;B, 2/16/2021, 2&lt;BR /&gt;];&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Data2:&lt;BR /&gt;Load ProdID as ProdID2,&lt;BR /&gt;Deadline as Deadline2,&lt;BR /&gt;Qty as Qty2&lt;BR /&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2&lt;/STRONG&gt;: Use ValueList to be the dimension for your BarCharts or whatever, and create as many variations as you wish:&lt;/P&gt;&lt;P&gt;=ValueList('Table1', 'Table2')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3&lt;/STRONG&gt;: Check your Values and do the appropriate expression. In this example I sum the Qty from table1 for the first value, and sum the Qty2 field, which is in the second table for the second bar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If (ValueList('Table1', 'Table2') = 'Table1', Sum(Qty), Sum(Qty2))&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ValueListChart.png" style="width: 983px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53318i61A3BEE81E7867BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="ValueListChart.png" alt="ValueListChart.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 19:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801064#M64934</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-20T19:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801100#M64938</link>
      <description>&lt;P&gt;Here's how we used to do it before Alternate States.&lt;/P&gt;&lt;P&gt;Reload copies of your "alternate" dimensions into island tables, for as many alternative "groupings" as you want. In this example, two.&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;ProductIsland1:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s2"&gt;ProductName&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN class="s2"&gt;ProductName1&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Resident&lt;/SPAN&gt; Products;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ProductIsland2:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s2"&gt;ProductName&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN class="s2"&gt;ProductName2&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Resident&lt;/SPAN&gt; Products;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;Make listboxes or other selection mechanisms for the island fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;In your Measure, use the set P() function to reference the island field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;({&amp;lt;&lt;/SPAN&gt;ProductName&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;P&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;ProductName1&lt;/STRONG&gt;&lt;SPAN class="s2"&gt;)&amp;gt;}&lt;/SPAN&gt;LineSalesAmount&lt;SPAN class="s2"&gt;)&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&lt;SPAN class="s1"&gt;Sum&lt;/SPAN&gt;({&amp;lt;ProductName=&lt;SPAN class="s1"&gt;P&lt;/SPAN&gt;(&lt;STRONG&gt;ProductName2&lt;/STRONG&gt;)&amp;gt;}LineSalesAmount)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;P.S. If you see me in the bar you can ask me how we used to do this before Set Analysis.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801100#M64938</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-20T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801387#M64959</link>
      <description>&lt;P&gt;Thanks, this really help! However, I've realized a new criteria - on the same page I need to add filters that will impact all of my Data Islands.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example: user wants to first filter to a specific product category such as clothing vs. homegoods and filter to a specific price range. Then use the filters created above by the data islands to filter to specific products in that category.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801387#M64959</guid>
      <dc:creator>smolly1621</dc:creator>
      <dc:date>2021-04-21T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801396#M64960</link>
      <description>&lt;P&gt;If you utilize Rob's suggestion above so that ONLY the products (fields you don't want in common) are in the islands, then you can still allow the fields from the DEFAULT STATE to impact your totals, while still isolating the products&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 15:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801396#M64960</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-21T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801441#M64964</link>
      <description>&lt;P&gt;I could give a suggestion here...but before we go further down the rabbit hole can we revisit why alternate states would not be a workable solution?&amp;nbsp; The viz would not need to be in an alternate state, only the listboxes would be.&amp;nbsp; The viz measures would reference the state and I don't know of any limitation there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({State1}Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum({State2}Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 17:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801441#M64964</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-21T17:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801445#M64965</link>
      <description>&lt;P&gt;The theme for my dashboard requires the &lt;A href="https://developer.qlik.com/garden/5fd3acb6dae7960011eb30ca" target="_self"&gt;grouped container extension&lt;/A&gt;. To use the grouped container extension, visuals have to be master items. Alternate state visuals cannot be turned into a master item and therefore aren't a viable solution to use in my dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working to build the listboxes now, taking sometime to figure out as I've never made them before, but it sounds like that won't be viable given it's an alternate state?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 17:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801445#M64965</guid>
      <dc:creator>smolly1621</dc:creator>
      <dc:date>2021-04-21T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Specific Visual WITHOUT Alternate States</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801893#M65035</link>
      <description>&lt;P&gt;The way I propose is that the visualization would not be in an alternate state. Only the filters would be in an alternate state.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-Specific-Visual-WITHOUT-Alternate-States/m-p/1801893#M65035</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-04-22T17:43:15Z</dc:date>
    </item>
  </channel>
</rss>

