<?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: Help required to write a macro on Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271408#M101756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really sorry I couldn't carefully check and test the behavior of trigger.&lt;/P&gt;&lt;P&gt;Some of actions such as Export, Launch, Open URL, Open QlikView Document in the External are not available as document and sheet trigger.&lt;/P&gt;&lt;P&gt;Therefore, you have to use a object's(button or text object) event with the list box.&lt;/P&gt;&lt;P&gt;I will attach a sample app but now I can't attach a file because of company security policy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 09:56:51 GMT</pubDate>
    <dc:creator>jykang0638</dc:creator>
    <dc:date>2011-09-19T09:56:51Z</dc:date>
    <item>
      <title>Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271403#M101751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted help to consolidate 5 applications into main application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 main application and 5 seperate applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In main application i have created a list box which contains the name of these 5 applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox&lt;/P&gt;&lt;P&gt;App1&lt;/P&gt;&lt;P&gt;App2&lt;/P&gt;&lt;P&gt;App3&lt;/P&gt;&lt;P&gt;App4&lt;/P&gt;&lt;P&gt;App5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is when a user selects any one of these applications from a list box he should be able to navigate to the desired application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iwant a script(Macro) on listbox selection to call an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did this thru button and wrote macros .It works fine but the buttons are consuming space in my application.&lt;/P&gt;&lt;P&gt;So i used list box object but not sure how to write a macro on listbox to call these applications on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be thankful to you experts if you can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 05:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271403#M101751</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-19T05:29:01Z</dc:date>
    </item>
    <item>
      <title>Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271404#M101752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use OnSelect event or OnChange event of the list box field at the Field Event Tiggers -&amp;nbsp; similar to where you were doing through a button.&lt;/P&gt;&lt;P&gt;You can find Field Event Trigers in Document Properties - Triggers tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 06:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271404#M101752</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2011-09-19T06:00:03Z</dc:date>
    </item>
    <item>
      <title>Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271405#M101753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt;Thanks for responding but how do i add all 5 applications in the add actions button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck over here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In buttons i could add mavcros seperately as i had individula button for each application..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i don't as i have a single list box which contains all 5 applications as data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when the user selects any 1 application from list box he should be able to navigate to the desired application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know a variable has to be used which will link to List box and keep track of user selection but variable Listbox and user selection how to integrate i am not getting the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 06:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271405#M101753</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-19T06:12:02Z</dc:date>
    </item>
    <item>
      <title>Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271406#M101754</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;I will assume your field name of list box as AppName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the OnSelect event of Document Properties' Field Event Triggers, select AppName and then click Add Actions(s) button of OnSelect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Actions window, select Add - External (Action Type) - Launch (Action) sequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Application text box, put the expression like the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Count(distinct AppName) = 1, 'Your Application Path' &amp;amp; AppNmae &amp;amp; '.qvw')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 06:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271406#M101754</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2011-09-19T06:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271407#M101755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox Folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 07:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271407#M101755</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-19T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271408#M101756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really sorry I couldn't carefully check and test the behavior of trigger.&lt;/P&gt;&lt;P&gt;Some of actions such as Export, Launch, Open URL, Open QlikView Document in the External are not available as document and sheet trigger.&lt;/P&gt;&lt;P&gt;Therefore, you have to use a object's(button or text object) event with the list box.&lt;/P&gt;&lt;P&gt;I will attach a sample app but now I can't attach a file because of company security policy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 09:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271408#M101756</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2011-09-19T09:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271409#M101757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am going to attach two sample apps achiving your goal.&lt;/P&gt;&lt;P&gt;Check the description on the each app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope these will be help you.&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 12:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271409#M101757</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2011-09-19T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271410#M101758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz find the attached zip folder containing a solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the same files given by jykang to illustrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The functionality of using a macro on listbox has been implemented. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use the&amp;nbsp; "RadioButton_SelectionUsingUserClickAction.qvw" to see the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 04:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271410#M101758</guid>
      <dc:creator />
      <dc:date>2011-09-20T04:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271411#M101759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks alot for your efforts and time and sending the application&lt;/P&gt;&lt;P&gt;Highly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 06:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271411#M101759</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-21T06:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271412#M101760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your efforts and time and sending the application Highly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 06:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271412#M101760</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-21T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271413#M101761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your efforts and time and sending the application Highly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 06:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271413#M101761</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-21T06:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271414#M101762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u help me with one more enhancements in this what i have created in this is seperate applications with respective tabnaes.&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;i have created tabnames of respective applications in the listbox &lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;So when a user clicks he should be able to navigate to respective application with their related tabs.&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;So listbox should have dual functionality select respective application with related tabs in tha application which i have included in Listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 06:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271414#M101762</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-22T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271415#M101763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach the application.. I don't understand what you mean by tabnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271415#M101763</guid>
      <dc:creator />
      <dc:date>2011-09-22T07:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271416#M101764</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; I have attached the list box folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271416#M101764</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-22T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271417#M101765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav, The attached List Box folder caontains the modified application which you will find in reponse to&amp;nbsp; jykang0638&amp;nbsp; post as i was not able to find upload button in your response. Folder :Listbox zipped folder Application Name:TabMenuTesting.qvw Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271417#M101765</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-22T07:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271418#M101766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use the advanced editor in order to upload content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Abhinava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271418#M101766</guid>
      <dc:creator />
      <dc:date>2011-09-22T07:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help required to write a macro on Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271419#M101767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks i have attached the zipped folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder Name:ListBox example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File to be considered: TabNames_Testing.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-to-write-a-macro-on-Listbox/m-p/271419#M101767</guid>
      <dc:creator>rajtechnocraft</dc:creator>
      <dc:date>2011-09-22T07:45:17Z</dc:date>
    </item>
  </channel>
</rss>

