<?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: How can I add a new action to a button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168152#M39425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application contains the following macro code used while opening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;set obj = doc.sheets("Start").Sheetobjects(idprefix &amp;amp; "BUHELP_Manual")&lt;BR /&gt;set prop = obj.Getproperties&lt;BR /&gt;prop.Type = 0&lt;BR /&gt;prop.Application.v = docprop.MyWorkingDirectory &amp;amp; "\Manual.pdf"&lt;BR /&gt;obj.SetProperties prop&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Functionality: Set the path of the user manual as value for the button and set the button type to "lauch external file".&lt;/P&gt;&lt;P&gt;This works fine with versions lower version 9. Now the logic seems to have changed.&lt;/P&gt;&lt;P&gt;Can anyone provide a code example how to do this in version 9? Can't find anything in the apiguide.qvw...&lt;/P&gt;&lt;P&gt;How can to add a new lauch action to a button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2009 21:22:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-27T21:22:41Z</dc:date>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168152#M39425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application contains the following macro code used while opening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;set obj = doc.sheets("Start").Sheetobjects(idprefix &amp;amp; "BUHELP_Manual")&lt;BR /&gt;set prop = obj.Getproperties&lt;BR /&gt;prop.Type = 0&lt;BR /&gt;prop.Application.v = docprop.MyWorkingDirectory &amp;amp; "\Manual.pdf"&lt;BR /&gt;obj.SetProperties prop&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Functionality: Set the path of the user manual as value for the button and set the button type to "lauch external file".&lt;/P&gt;&lt;P&gt;This works fine with versions lower version 9. Now the logic seems to have changed.&lt;/P&gt;&lt;P&gt;Can anyone provide a code example how to do this in version 9? Can't find anything in the apiguide.qvw...&lt;/P&gt;&lt;P&gt;How can to add a new lauch action to a button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 21:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168152#M39425</guid>
      <dc:creator />
      <dc:date>2009-11-27T21:22:41Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168153#M39426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, apiguide.qvw is too poor of information. Can't we get a version more rich?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think is it possible but i don't know the properties of the Structure ActionItems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 23:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168153#M39426</guid>
      <dc:creator />
      <dc:date>2009-11-27T23:31:29Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168154#M39427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you like to launch the manual by pressing a button, you can do it by using an action.&lt;/P&gt;&lt;P&gt;Create a button&lt;/P&gt;&lt;P&gt;Go to tab Actions and click Add&lt;/P&gt;&lt;P&gt;Choose Launch from External&lt;/P&gt;&lt;P&gt;Enter the name of the file to launch under Filename (like Manual.pdf)&lt;/P&gt;&lt;P&gt;Enter the path to the file under Working Directory.&lt;/P&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2009 01:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168154#M39427</guid>
      <dc:creator />
      <dc:date>2009-11-28T01:51:52Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168155#M39428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I know how to add an action manually, but that is not the point. Because of changing directories of the qvw-file of the enduser, the path should be set through a macro when opening the application.&lt;/P&gt;&lt;P&gt;I don't want to loose this funtionality, otherwise I cannot switch to version 9 as I planned to.&lt;/P&gt;&lt;P&gt;Hopefully anyone has an idea how to do this with a macro....&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 15:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168155#M39428</guid>
      <dc:creator />
      <dc:date>2009-11-30T15:01:10Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168156#M39429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Susann,&lt;BR /&gt;in the action-dialogue you can see everywhere the small button with 3 points on it, meaning that all entries there might be calculated, and might come from a variable. Just give it a try.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 15:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168156#M39429</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-30T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168157#M39430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;thanks for the hint. I was so fixed on the idea to add a new action using the macro, that I totally forgot the possibility of combining a manually added action with a variable for the path.&lt;/P&gt;&lt;P&gt;Your idea worked out for me.&lt;/P&gt;&lt;P&gt;Have a nice day...&lt;/P&gt;&lt;P&gt;Susann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 22:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168157#M39430</guid>
      <dc:creator />
      <dc:date>2009-11-30T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Macro: How can I add a new action to a button?</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168158#M39431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter/ Susann,&lt;/P&gt;&lt;P&gt;I do not think I follow Peter's suggestiong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can either of you explain what you mean by "action-dialogue" and "small button"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to add the action of calling a macro or running a macro from a vb script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 23:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-How-can-I-add-a-new-action-to-a-button/m-p/168158#M39431</guid>
      <dc:creator />
      <dc:date>2010-08-11T23:27:53Z</dc:date>
    </item>
  </channel>
</rss>

