<?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: Object Specific Default selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601675#M681399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajashmita,&lt;/P&gt;&lt;P&gt;Consider&amp;nbsp; you make default selection when open the document or sheet of particular field&lt;/P&gt;&lt;P&gt;assume that you have list box&amp;nbsp; a c b d... here you want make default selection is c then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to sheet properties -Triggers -On Activate-Add actions -add- Selection-&amp;nbsp; select in field -Field name means you list box name and in Search String should be like 'c' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use clear all OnLeaveSheet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any clarifications let us know so that it easy for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 05:47:39 GMT</pubDate>
    <dc:creator>sunilkumarqv</dc:creator>
    <dc:date>2014-03-21T05:47:39Z</dc:date>
    <item>
      <title>Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601662#M681382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GUYS,&lt;/P&gt;&lt;P&gt;Can anyone help with object specific default selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have six charts in a sheet(minimized state), but I want default selection for only three charts, when i click to other charts those selection should be cleared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 13:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601662#M681382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-20T13:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601663#M681383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add alternate states to your document if you're using QV11 or newer. You can add those on the General tab of the document properties window. After creating them you can assign them to sheet objects on the General tab of the objects properties window. Selections in one alternate state don't influence selections in other alternate states or the default state. This way you can make sheet objects react only to a specific set of selections, those made in a specific alternate state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 13:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601663#M681383</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-20T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601664#M681384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any other work around for this problem?as user can not go and change the states they want us to set likewise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 13:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601664#M681384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-20T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601665#M681385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using bookmarks. That makes it easy to save and restore selections. However if you don't use alternate states there is only one selection state (at a time) in your document and it will apply to all sheet objects. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601665#M681385</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-20T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601666#M681386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajashmita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use triggers and actions i.e. when entering different sheets, that hold the specific charts.&lt;/P&gt;&lt;P&gt;e.g the trigger OnActivateSheet of one sheet could have the actions "Selection/Select in Field" with Field an Searchstring defined per field.&lt;/P&gt;&lt;P&gt;The OnLeaveSheet trigger could clear all selections using the action "Selection/Clear All".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 22:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601666#M681386</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-20T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601667#M681387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;ya&lt;/SPAN&gt; Gysbert, I can use &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;bookmark&lt;/SPAN&gt; in the &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;expression but&lt;/SPAN&gt; &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;i&lt;/SPAN&gt; have that field as dimension in the chart&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;,&lt;/SPAN&gt;so it will display other values also that are not selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601667#M681387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T03:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601668#M681389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;any&lt;/SPAN&gt; example how using trigger I can apply particular &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;selection&lt;/SPAN&gt; to specific charts in a sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601668#M681389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T03:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601669#M681391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On activate sheet whatever action we apply it will be applied to all objects on that particular sheet, not specific object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601669#M681391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T03:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601670#M681393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajashmita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a sample app to help us understand your requirement better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601670#M681393</guid>
      <dc:creator />
      <dc:date>2014-03-21T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601671#M681395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="trial.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55512_trial.jpg" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;In the above picture When I select Student as Gopi that is affecting both Charts&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;(&lt;/SPAN&gt;Mark Details and Category)&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;,&lt;/SPAN&gt;But I want only one chart should have that default selection&lt;SPAN class="GINGER_SOFTWARE_mark"&gt; .&lt;/SPAN&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;With&lt;/SPAN&gt; applying sheet trigger &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;on&lt;/SPAN&gt; open I want Student as Gopi should be selected by default for the Mark Details alone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 03:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601671#M681395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T03:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601672#M681396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the atatched one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 05:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601672#M681396</guid>
      <dc:creator />
      <dc:date>2014-03-21T05:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601673#M681397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Gysbert mentioned, the Alternate States feature may address your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Alternate States if you want to maintain two independent sets of selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Set Analysis if you want an expression to ignore selections in a field&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;Student=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 05:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601673#M681397</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-21T05:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601674#M681398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajashmita,&lt;/P&gt;&lt;P&gt;I think Alternate state is teh best option for ur problem...&lt;/P&gt;&lt;P&gt;Create on open triggers on the particulat alternate state which is used in the chart that needs the selection to be made..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 05:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601674#M681398</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-03-21T05:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Object Specific Default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601675#M681399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajashmita,&lt;/P&gt;&lt;P&gt;Consider&amp;nbsp; you make default selection when open the document or sheet of particular field&lt;/P&gt;&lt;P&gt;assume that you have list box&amp;nbsp; a c b d... here you want make default selection is c then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to sheet properties -Triggers -On Activate-Add actions -add- Selection-&amp;nbsp; select in field -Field name means you list box name and in Search String should be like 'c' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use clear all OnLeaveSheet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any clarifications let us know so that it easy for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 05:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-Specific-Default-selection/m-p/601675#M681399</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-21T05:47:39Z</dc:date>
    </item>
  </channel>
</rss>

