<?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 How to create Activate Sheet trigger based on field value selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796818#M1034008</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;How to set the active sheet trigger based on field value selection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for example I have a field which has all the sheet names, so when I select any field Value that particular sheet should open, how can we do this, please suggest......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 11:02:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-30T11:02:48Z</dc:date>
    <item>
      <title>How to create Activate Sheet trigger based on field value selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796818#M1034008</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;How to set the active sheet trigger based on field value selection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for example I have a field which has all the sheet names, so when I select any field Value that particular sheet should open, how can we do this, please suggest......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796818#M1034008</guid>
      <dc:creator />
      <dc:date>2015-01-30T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Activate Sheet trigger based on field value selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796819#M1034009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an action called Activate sheet. You have to add Sheet ID as inparam.&lt;/P&gt;&lt;P&gt;Use a variable that contains current selection of your field value as Sheet ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796819#M1034009</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2015-01-30T11:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Activate Sheet trigger based on field value selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796820#M1034010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi savi, an idea could be to set each SheetID with the name of the field value, so you can set a trigger on selections of that field, with an action Design--&amp;gt;Activate sheet, and the sheet id value: =SheetsField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796820#M1034010</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-01-30T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Activate Sheet trigger based on field value selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796821#M1034011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Inline Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SheetList:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;SheetID, SheetName&lt;/P&gt;&lt;P&gt;SH01, Home&lt;/P&gt;&lt;P&gt;SH02, Dashboard&lt;/P&gt;&lt;P&gt;SH03, Reports&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Settings -&amp;gt; Document Properties -&amp;gt; Triggers -&amp;gt; Select field (SheetName) from (Field Event Triggers) -&amp;gt; On select -&amp;gt; Add -&amp;gt; Layout -&amp;gt; Activate Sheet -&amp;gt; =Only(SheetID) in Sheet ID input box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selection of SheetName trigger will activate corresponding Sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Activate-Sheet-trigger-based-on-field-value/m-p/796821#M1034011</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2015-01-30T11:09:02Z</dc:date>
    </item>
  </channel>
</rss>

