<?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: Click and goto next sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232957#M392661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ONLY was is to add a dummy dimension with an Inline table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;We can only capture selections on Dimensions, but this will need you to write nested expressions with either Pick (Match&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;of IF's which i have just for the sample here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="nextsheet_v2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148049_nextsheet_v2.JPG" style="height: 298px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Dec 2016 10:47:43 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2016-12-31T10:47:43Z</dc:date>
    <item>
      <title>Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232949#M392653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;I am developing a pivot table with traffic lights in multiple expressions. The effect I want to get is when some one clicks any traffic light(expression) I want the clicked dimension to be selected (which it automatically does) but right after that I want to jump to next sheet, while holding the selection. The only condition is if I click first expression second sheet should be selected, if I click 2nd expression 3rd sheet be selected, so on and so forth. If you see the image below If I click red light I should have selected "A" in dimension and jumped off to next sheet and If I click on green light I should have selected "B" and jumped off to 3rd sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="147580" alt="hello.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147580_hello.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;All ideas and help appreciated , I was looking at macro solutions, but I couldn't get the hold of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Dec 2016 06:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232949#M392653</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2016-12-24T06:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Click and goto next sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232950#M392654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;You can show/ hide sheets based on Selection without the use of a Macro and the on the tab that you jump to add a button to return to home page&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sheet2 &amp;gt;&amp;gt; Sheet Properties &amp;gt;&amp;gt; Show conditional &amp;gt;&amp;gt; if (Dimension = 'A' , 1 , 0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet3 &amp;gt;&amp;gt; Sheet Properties &amp;gt;&amp;gt; Show conditional &amp;gt;&amp;gt; if (Dimension = 'B' , 1 , 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Return button = &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Action1 &amp;gt;&amp;gt; Selection &amp;gt;&amp;gt; Clear Field &amp;gt;&amp;gt; Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Action 2&amp;gt;&amp;gt;&lt;/SPAN&gt; External &amp;gt;&amp;gt; Set Variable Value &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Variable = VshowSheet1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; if (getselectedcount(Dimension)=0 ,1,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet1 &amp;gt;&amp;gt; Sheet Properties &amp;gt;&amp;gt; Show conditional &amp;gt;&amp;gt; = $(&lt;SPAN style="font-size: 13.3333px;"&gt;VshowSheet1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;See Sample App&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Dec 2016 07:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232950#M392654</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-24T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Click and goto next sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232951#M392655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth&lt;/P&gt;&lt;P&gt;Thanks for the suggestion but selecting the dimension and using it to show/hide the sheet is not the problem. I want to be able to click the expression value and based on which expression was clicked on I want to go to the sheet.&lt;/P&gt;&lt;P&gt;In other words I want to be able to register which expression was clicked on? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Dec 2016 11:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232951#M392655</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2016-12-24T11:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Click and goto next sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232952#M392656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other Ideas anyone?. In order to find out what is the expression that was clicked on. It can either be first, second or third and so on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 05:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232952#M392656</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2016-12-25T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232953#M392657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="text-decoration: underline;"&gt; If I click red light I should have selected "A" in dimension and jumped off to next sheet and If I click on green light I should have selected "B" and jumped off to 3rd sheet.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Clicking on the Expression will make a selection on the corresponding dimension value. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What if you click yellow on Expression 2 for dimension A, which sheet should it take you to?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 07:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232953#M392657</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-25T07:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232954#M392658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt;Q.What if you click yellow on Expression 2 for dimension A, which sheet should it take you to?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;A.It would still select A in dimension but since it was expression 2 selected I would want to go to sheet 3. The selection of dimension is natural but I want to go to the sheet based on which expression was selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 03:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232954#M392658</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2016-12-27T03:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232955#M392659</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;Show conditionally is good for showing sheets based on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to know which Exp selected use current selection Object u can find out the Selected One Easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 04:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232955#M392659</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2016-12-27T04:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232956#M392660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi s s &lt;/P&gt;&lt;P&gt; The current selection object only tells me the dimension I selected as a result of clicking on the expression. I am after the name of the expression in the pivot table that got clicked on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2016 07:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232956#M392660</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2016-12-31T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Click and goto next sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232957#M392661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ONLY was is to add a dummy dimension with an Inline table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;We can only capture selections on Dimensions, but this will need you to write nested expressions with either Pick (Match&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;of IF's which i have just for the sample here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="nextsheet_v2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148049_nextsheet_v2.JPG" style="height: 298px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2016 10:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232957#M392661</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-31T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Click on expression and find which expression was clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232958#M392662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/75620"&gt;adnan.rafiq&lt;/A&gt; Have you checked the attached sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Click-on-expression-and-find-which-expression-was-clicked/m-p/1232958#M392662</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-04T20:21:46Z</dc:date>
    </item>
  </channel>
</rss>

