<?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: Sheet Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661117#M1055489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi polisetti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable vRole that takes value from 1 to 4 depending of Role selection, like:&lt;/P&gt;&lt;P&gt;=if(only(Role)='RoleA', 1, if(only(Role)='RoleB', 2, if(only(Role)='RoleC', 3, if(only(Role)='RoleD', 4,))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and edit the condition to show/hide each sheet like:&lt;/P&gt;&lt;P&gt;=if($(vRole)=1, 1,0)&amp;nbsp;&amp;nbsp; in sheets you want to show for RoleA&lt;/P&gt;&lt;P&gt;=if($(vRole)=2, 1,0)&amp;nbsp;&amp;nbsp; in sheets you want to show for RoleB&lt;/P&gt;&lt;P&gt;and so for the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 10:29:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-20T10:29:23Z</dc:date>
    <item>
      <title>Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661114#M1055486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV,&lt;/P&gt;&lt;P&gt;I need to change the sheets depending on the Selection. Consider I have a Role selection. ,if I Click on Role A from the Role field, it should goes to Sheet 1, If I click on Role 2 it should redirect to sheet 2.Will it be possible by writing triggers at document level?&lt;/P&gt;&lt;P&gt;If yes please help me to achieve this thing done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Polisetti. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661114#M1055486</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-10-20T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661115#M1055487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's possible but you'll need a Field Trigger that fires when changes are made to the Role field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Settings-&amp;gt;Document Properties-&amp;gt;Triggers-&amp;gt;Field Event Triggers, select your field and use OnSelect/OnChange to activate a specific sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661115#M1055487</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661116#M1055488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, but we need to write a specific condition on specific Role. So how to do that ?&lt;/P&gt;&lt;P&gt;I have total 4 Roles, On Role A it should be sheet 1 &amp;amp; For other Roles it should be Sheet 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661116#M1055488</guid>
      <dc:creator>polisetti</dc:creator>
      <dc:date>2014-10-20T10:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661117#M1055489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi polisetti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable vRole that takes value from 1 to 4 depending of Role selection, like:&lt;/P&gt;&lt;P&gt;=if(only(Role)='RoleA', 1, if(only(Role)='RoleB', 2, if(only(Role)='RoleC', 3, if(only(Role)='RoleD', 4,))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and edit the condition to show/hide each sheet like:&lt;/P&gt;&lt;P&gt;=if($(vRole)=1, 1,0)&amp;nbsp;&amp;nbsp; in sheets you want to show for RoleA&lt;/P&gt;&lt;P&gt;=if($(vRole)=2, 1,0)&amp;nbsp;&amp;nbsp; in sheets you want to show for RoleB&lt;/P&gt;&lt;P&gt;and so for the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661117#M1055489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661118#M1055490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF (Only(Role) = 'Role A', 'SH01',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (Only(Role) = 'Role B', 'SH02',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF (Only(Role) = 'Role C', 'SH03', 'SH04')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp; Sheet ID field of the Layout-&amp;gt;Activate action. Note that you have to change the Sheet IDs to values that exist in your document and correspond to the correct target sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661118#M1055490</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T10:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661119#M1055491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction: the expression is simpler:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Only(Role) = 'Role A', 'SH01', 'SH02')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Trigger/m-p/661119#M1055491</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-10-20T10:36:09Z</dc:date>
    </item>
  </channel>
</rss>

