<?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 Selecting  dimension value should navigate to other sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220834#M390361</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;After selecting one product from a straight table 1 on Sheet 1 user should be navigated to Sheet 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;After selecting one Customer from a straight table 2 on Sheet 1 user should be navigated to Sheet 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF more than one product or customer is selected this navigation should not happen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Khushboo&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 09:26:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-09T09:26:08Z</dc:date>
    <item>
      <title>Selecting  dimension value should navigate to other sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220834#M390361</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;After selecting one product from a straight table 1 on Sheet 1 user should be navigated to Sheet 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;After selecting one Customer from a straight table 2 on Sheet 1 user should be navigated to Sheet 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF more than one product or customer is selected this navigation should not happen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Khushboo&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 09:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220834#M390361</guid>
      <dc:creator />
      <dc:date>2016-11-09T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting  dimension value should navigate to other sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220835#M390362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Use Field Event Triggers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto: Settings &amp;gt; Document Properties &amp;gt; Triggers (See Image attached &amp;amp; Sample application) (Or Alt + Ctrl + d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the Field Event Triggers box, on fields Product &amp;amp; Customer, edit the OnSelect trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Customer field:&lt;/P&gt;&lt;P&gt;Add&amp;gt; Layout&amp;gt; activate Sheet&lt;/P&gt;&lt;P&gt;Sheet ID box &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1,'SH03',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Product field:&lt;/P&gt;&lt;P&gt;Add&amp;gt; Layout&amp;gt; activate Sheet&lt;/P&gt;&lt;P&gt;Sheet ID box &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1,'SH02',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps...&lt;/P&gt;&lt;P&gt;Deez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 09:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220835#M390362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting  dimension value should navigate to other sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220836#M390363</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;Just in case you have more than 3 sheets in your app and do not want the navigation active on other sheets when a customer or Product is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample app with a new variable and updates to the expressions used.&lt;/P&gt;&lt;P&gt;*** The first sheet now has sheet triggers OnActivateSheet and OnLeaveSheet to set the new variable...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 10:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-dimension-value-should-navigate-to-other-sheet/m-p/1220836#M390363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T10:16:03Z</dc:date>
    </item>
  </channel>
</rss>

