<?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: Inbuilt macro not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398236#M148301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Plugin or Ajax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give us the macro code you are using?&lt;/P&gt;&lt;P&gt;Running Ajax this will try to open minmax.qvw on the server:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;newone.OpenDoc "C:\Documents and Settings\BOMI\Pulpit\minmax.qvw"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 13:52:16 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2013-03-01T13:52:16Z</dc:date>
    <item>
      <title>Inbuilt macro not working</title>
      <link>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398234#M148299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to open another Qlikview application on selection of data value from a field.&lt;/P&gt;&lt;P&gt;I have given this action in field event triggers for that field.&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same works when i tried applying the action on button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reason why its not working on "On Select" of field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398234#M148299</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-03-01T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inbuilt macro not working</title>
      <link>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398235#M148300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm weird...:/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use macro (on select) instead of builtin trigger open file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SUB MacroOnSelect&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;set newone = CreateObject("QlikTech.QlikView")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;newone.OpenDoc "C:\Documents and Settings\BOMI\Pulpit\minmax.qvw"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;END SUB&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 13:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398235#M148300</guid>
      <dc:creator />
      <dc:date>2013-03-01T13:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inbuilt macro not working</title>
      <link>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398236#M148301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Plugin or Ajax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give us the macro code you are using?&lt;/P&gt;&lt;P&gt;Running Ajax this will try to open minmax.qvw on the server:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;newone.OpenDoc "C:\Documents and Settings\BOMI\Pulpit\minmax.qvw"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 13:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398236#M148301</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-03-01T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Inbuilt macro not working</title>
      <link>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398237#M148302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m using desktop version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well I have found workaround for this.&lt;/P&gt;&lt;P&gt;applied buitin trigger of "Open Qlikview Documnt" on button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Pressed this button on "OnSelect" event of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub PressBtn&lt;/P&gt;&lt;P&gt; ActiveDocument.GetSheetObject("PressBtn").Press&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u for your time guys.&lt;/P&gt;&lt;P&gt;But still don't know why this not work on field event triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sparten B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 10:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inbuilt-macro-not-working/m-p/398237#M148302</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-03-04T10:29:34Z</dc:date>
    </item>
  </channel>
</rss>

