<?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: Always One selected value for two different sheets with different values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562326#M40957</link>
    <description>&lt;P&gt;use can use apply selections extension available in Qlik Branch / Garden. Use need to create a bookmark and then you can use this extension on every page with diff selections. Please find attached&amp;nbsp; sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2019 09:54:22 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2019-03-28T09:54:22Z</dc:date>
    <item>
      <title>Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1559456#M40745</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one filter, Region(with values like South &amp;amp; East) and three different sheets(South, East and All) in QlikSense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So&amp;nbsp; When I am on sheet 1, it should always select one value by default i.e. "South". It should be locked and not visible on the front end to the users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am on sheet 2, it should always select another value by default i.e. "East". It should be locked and not visible on the front end.&lt;/P&gt;&lt;P&gt;When I am on Sheet 3, it should display all Regions and clear all the selection made in earlier sheets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please assist me on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar Kharpude&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 06:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1559456#M40745</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2019-03-28T06:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1560673#M40845</link>
      <description>&lt;P&gt;Hi&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;you can insert region={'&lt;SPAN&gt;South'} in set analysis for south tab , also the same region='East' for another tab. accordingly values will fetched in set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vikas&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 10:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1560673#M40845</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-03-25T10:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1561452#M40879</link>
      <description>&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;Can we set the expression for tabs in Sense. Because I was checking the sheet properties. I don't see this option in sense. Can you please send me one sense sample file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1561452#M40879</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2019-03-26T15:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562264#M40952</link>
      <description>&lt;P&gt;PFA attached sample QVF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 08:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562264#M40952</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-03-28T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562280#M40954</link>
      <description>Hi Vikas,&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing the file. But actually this is not the solution what I am looking for.&lt;BR /&gt;I have many objects on sheet like Filters, charts, text objects, etc. I can't put this expression in each chart objects.&lt;BR /&gt;Better way is to apply one trigger(Regions='East' or 'South') like Qlikview. Clear the value of trigger and change it according to next/previous sheet. But I am not sure if we can set some triggers in sense.</description>
      <pubDate>Thu, 28 Mar 2019 08:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562280#M40954</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2019-03-28T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562326#M40957</link>
      <description>&lt;P&gt;use can use apply selections extension available in Qlik Branch / Garden. Use need to create a bookmark and then you can use this extension on every page with diff selections. Please find attached&amp;nbsp; sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 09:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562326#M40957</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-03-28T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562327#M40958</link>
      <description>&lt;P&gt;use this extension&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 09:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1562327#M40958</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-03-28T09:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Always One selected value for two different sheets with different values</title>
      <link>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1563303#M41029</link>
      <description>Hi Vikas,&lt;BR /&gt;Thanks for sharing the app. I appreciate your help.&lt;BR /&gt;I have installed this extension and created bookmark. It's work fine when we navigate to different sheets. Only one problem is, we can't lock the selections.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sagar Kharpude&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Always-One-selected-value-for-two-different-sheets-with/m-p/1563303#M41029</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2019-04-01T06:51:14Z</dc:date>
    </item>
  </channel>
</rss>

