<?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: Simple MsgBox - any way to individualize buttons? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250143#M623546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is a slight misunderstanding, or at least we are not necessarily talking about the same thing: An InputBox is an object on the GUI, no? I have some INPUTfields (in the script) and Msgboxes (in the script) which are displayed at the time the script is executed.&lt;/P&gt;&lt;P&gt;I will, however, do some experimenting with an Inputbox on the GUI - that would just mean slightly turning the order of execution around - right now, one of several buttons on the GUI just fills a variable that in turn defines the order of execution in the script and then it starts the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2016 13:05:50 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2016-11-23T13:05:50Z</dc:date>
    <item>
      <title>Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250139#M623542</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 am using a MsgBox in my newest app to query some feedback from the user - the reason i don't use an INPUT field for this is that the question is a closed question - the user can choose a or&amp;nbsp; b. If I were to use an INPUT field, the user could type whatever he likes and I'd have to write it all in the title_text what the user should write.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; A MsgBox has only two buttons by default, so there is not much the user can do wrong - but those buttons have standard texts on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; them.&lt;/P&gt;&lt;P&gt;=&amp;gt; Is there any way I can individualize the texts on the buttons of a MsgBox?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 08:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250139#M623542</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-11-15T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250140#M623543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you give some background to your task - where should it be used (script/gui) and for what usage?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250140#M623543</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-15T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250141#M623544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure about buttons&lt;/P&gt;&lt;P&gt;but in your case, why don't you use constraints in an Input box&lt;/P&gt;&lt;P&gt;you may define the values, the user only may select&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 10:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250141#M623544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250142#M623545</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;this is in a report that the users have to be able to reload locally - they have to be able to get certain informations out of the involved tables which is only possible when the script is run - the tables are not loaded completely, but only the relevant parts, I tried to keep the data_volume to a minimum, which would not have been possible with a server_reload.&lt;/P&gt;&lt;P&gt;So in the script the users have to input the information they have, which is subsequently used to define the "route of execution" of the script. Thus the boxes - I have both INPUT boxes and MSG boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Rudoplf&lt;/P&gt;&lt;P&gt;Dropdown_lists in an Input Box looks like a good idea. Can you explain how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250142#M623545</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-11-23T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250143#M623546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is a slight misunderstanding, or at least we are not necessarily talking about the same thing: An InputBox is an object on the GUI, no? I have some INPUTfields (in the script) and Msgboxes (in the script) which are displayed at the time the script is executed.&lt;/P&gt;&lt;P&gt;I will, however, do some experimenting with an Inputbox on the GUI - that would just mean slightly turning the order of execution around - right now, one of several buttons on the GUI just fills a variable that in turn defines the order of execution in the script and then it starts the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250143#M623546</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-11-23T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250144#M623547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you goes to the tab restrictions you could restrict the values to a predefined list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144654_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250144#M623547</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-23T13:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple MsgBox - any way to individualize buttons?</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250145#M623548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yep. Thank you! I'll try this. That would mean changing some details in the workings of my report, but that might really make it easier to use. Let's see.&lt;/P&gt;&lt;P&gt;The question is only, how can I effectively manage the screenspace I have - I need the full width of the screen for the table_diagram,&lt;/P&gt;&lt;P&gt;that makes it difficult to find space for any additional buttons - the few there are are already displayed on top of the chart, not ideal.&lt;/P&gt;&lt;P&gt;I guess I will have to introduce one small button instead to click when the processing of one item is finished and the chart is no longer needed. Then the chart would disappear and in its stead the buttons would all reappear for the next turn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 14:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-MsgBox-any-way-to-individualize-buttons/m-p/1250145#M623548</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-11-23T14:21:16Z</dc:date>
    </item>
  </channel>
</rss>

