<?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 Macro question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375791#M140021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Document properties, not sheet properties&lt;BR /&gt;Triggers tab&lt;BR /&gt;field events triggers&lt;BR /&gt;find field distinct proj_nbr_id&lt;BR /&gt;On Select - add action&lt;BR /&gt;Add&lt;BR /&gt;Layout&lt;BR /&gt;Activate Object&lt;BR /&gt;=if(count (distinct proj_nbr_id)=1,'SH17')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 20:15:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-29T20:15:19Z</dc:date>
    <item>
      <title>Macro question</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375788#M140018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table chart on one sheet which shows summary data.&amp;nbsp; When the user clicks on one row within the table, I need to go to another sheet that displays the details of that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this requires a macro although I’m not sure and I don’t have any experience using macros in QV.&amp;nbsp; The requirement is pretty straightforward – when the users select one row of data on the active sheet it should go to another sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375788#M140018</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:57:27Z</dc:date>
    </item>
    <item>
      <title>Macro question</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375789#M140019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for macro, you can use action:&lt;/P&gt;&lt;P&gt;Action type - layout&lt;/P&gt;&lt;P&gt;Action - activate sheet&lt;/P&gt;&lt;P&gt;Sheet ID - =if(count (distinct RowId)=1,'SH03')&lt;/P&gt;&lt;P&gt;Assuming RowId is a dimension in your table, and you want to switch to Sheet SH03.&lt;/P&gt;&lt;P&gt;Assign this action to event "Field RowIs - on select"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 16:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375789#M140019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Macro question</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375790#M140020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I went to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Sheet Properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Triggers Tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Sheet Object Event Triggers&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;OnActivate - Edit Actions&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Add&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Layout&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Activate Object&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;=if(count (distinct proj_nbr_id)=1,'SH17')&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;The proj_nbr_id is a dimension in my table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;I'm not clear on the next step:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Assign this action to event "Field RowIs - on select"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt;Where can I find this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 20:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375790#M140020</guid>
      <dc:creator />
      <dc:date>2012-03-29T20:09:51Z</dc:date>
    </item>
    <item>
      <title>Macro question</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375791#M140021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Document properties, not sheet properties&lt;BR /&gt;Triggers tab&lt;BR /&gt;field events triggers&lt;BR /&gt;find field distinct proj_nbr_id&lt;BR /&gt;On Select - add action&lt;BR /&gt;Add&lt;BR /&gt;Layout&lt;BR /&gt;Activate Object&lt;BR /&gt;=if(count (distinct proj_nbr_id)=1,'SH17')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 20:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375791#M140021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T20:15:19Z</dc:date>
    </item>
    <item>
      <title>Macro question</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375792#M140022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This worked - thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 20:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-question/m-p/375792#M140022</guid>
      <dc:creator />
      <dc:date>2012-03-29T20:50:14Z</dc:date>
    </item>
  </channel>
</rss>

