<?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: Default tab value selection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717456#M1070670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the A chart, you can add the following expression in the Show field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(Value) = 'A' or GetSelectedCount(Value) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached s sample, let me know if this helps out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 18:07:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-20T18:07:38Z</dc:date>
    <item>
      <title>Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717451#M1070665</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; i created list box as led check box with 3 vaules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A , B ,C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i created 3 pivot tables related of A,B,C values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i&amp;nbsp; click A , A pivot table displaying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not seleted any value nothing will displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want display A value pivot table as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used Getfiledselection function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 16:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717451#M1070665</guid>
      <dc:creator />
      <dc:date>2014-08-20T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717452#M1070666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Conditional Show in the Pivot Table in the Pivot Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717452#M1070666</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717453#M1070667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i used&lt;/P&gt;&lt;P&gt;GetFieldSelections(ReportType.ReportName)='A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The probleam is if i not seleted any thing nothing will displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not seleted any thing i want to diaplay A pivot table as default&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717453#M1070667</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717454#M1070668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717454#M1070668</guid>
      <dc:creator />
      <dc:date>2014-08-20T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717455#M1070669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could try using a trigger:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to settings &amp;gt; document properties &amp;gt; triggers &amp;gt; in "document event triggers", select OnOpen &amp;gt; click on add actions to the right &amp;gt; click Add in the Actions window &amp;gt; select Selection as Action Type and Action as Select in Field &amp;gt; click ok and in Actions window input fieldname that has the value A and in search string input 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way value A will be selected by default whenever the document is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717455#M1070669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717456#M1070670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the A chart, you can add the following expression in the Show field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(Value) = 'A' or GetSelectedCount(Value) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached s sample, let me know if this helps out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 18:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717456#M1070670</guid>
      <dc:creator />
      <dc:date>2014-08-20T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Default tab value selection?</title>
      <link>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717457#M1070671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Please use,&lt;/P&gt;&lt;P&gt;Settings --&amp;gt; Document Properties --&amp;gt;Triggers --&amp;gt;Document Event Triggers --&amp;gt;select On Open&amp;lt;Has Action(s)&amp;gt; OR OnPostReload&amp;lt;Has Action(s)&amp;gt; --&amp;gt; Click Add Action(s)... --&amp;gt; Add --&amp;gt;Select Action Type (Selection)&lt;/P&gt;&lt;P&gt;&amp;amp; Action (Select in Field) --&amp;gt; click Ok.--&amp;gt;Enter field &amp;amp; Search string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that Reload OR Open your QVW file. Default Value will selected in your file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 07:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-tab-value-selection/m-p/717457#M1070671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-21T07:41:28Z</dc:date>
    </item>
  </channel>
</rss>

