<?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: Perform an 'action' when user selects something in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369409#M137339</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;You can set actions on a field changes or selections, but they are not limited to a particular sheet.See Document Properties | Triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you fire a macro, you could filter for the sheetname and only perform the selection if you are in the required sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2012 12:16:47 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-05-25T12:16:47Z</dc:date>
    <item>
      <title>Perform an 'action' when user selects something</title>
      <link>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369408#M137338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a link between 2 tables. When the user selects option 1 in table A, qlikview should automatically select option 5 in table B. But this should only happen on this certain sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can perform Actions on buttons and on activation of a sheet, but can you also perform Actions on selection, and if so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369408#M137338</guid>
      <dc:creator />
      <dc:date>2012-05-25T12:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Perform an 'action' when user selects something</title>
      <link>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369409#M137339</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;You can set actions on a field changes or selections, but they are not limited to a particular sheet.See Document Properties | Triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you fire a macro, you could filter for the sheetname and only perform the selection if you are in the required sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369409#M137339</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-25T12:16:47Z</dc:date>
    </item>
    <item>
      <title>Perform an 'action' when user selects something</title>
      <link>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369410#M137340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He,&lt;/P&gt;&lt;P&gt;You can add an action to a field. Go to document settings, tab Triggers and then field even triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe there is another solution for your problem.&lt;/P&gt;&lt;P&gt;You could make two transparent text objects and layer them above your table. Add actions to these text objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369410#M137340</guid>
      <dc:creator />
      <dc:date>2012-05-25T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Perform an 'action' when user selects something</title>
      <link>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369411#M137341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to set a variable that changes from 0 to 1 when you select option 1 in Table A on sheet X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I was looking at the possibilities you mentioned under document settings and those are rather limited, so i'm afraid a macro has to be written when my variable changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My knowledge of macros is very limited, could someone tell me what I should write in macro to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If VariableP=1 &lt;/P&gt;&lt;P&gt;Then select option 5 in table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Perform-an-action-when-user-selects-something/m-p/369411#M137341</guid>
      <dc:creator />
      <dc:date>2012-05-25T12:48:49Z</dc:date>
    </item>
  </channel>
</rss>

