<?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: Three actions in a single button don't work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651196#M238163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not keep selection of a field value and clear of the same field values as actions in a single button.&lt;/P&gt;&lt;P&gt;If you do that then you can only see the last action being executed as the other actions will be running in the background.&lt;/P&gt;&lt;P&gt;if you have such requirement then you need to keep two buttons separate one button for selection and another button for clear of selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 10:51:28 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-07-10T10:51:28Z</dc:date>
    <item>
      <title>Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651192#M238159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dear Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I try to add three actions in one button but it doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I explain : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The actions are (to be actived in sequence) : &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1st Button : &lt;STRONG&gt;select possible values&lt;/STRONG&gt; : [Part Number]&lt;/P&gt;&lt;P&gt;2nd Button : &lt;STRONG&gt;selectM in field&lt;/STRONG&gt; : &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Comp Part Number] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;='('&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;amp;GetFieldSelections(Part Number,'|','max(count(GetFieldSelections(Part Number&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;))')&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;amp;')'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3rd Button : &lt;STRONG&gt;delete a field&lt;/STRONG&gt; : [Part Number]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;f I set the three actions in three different single buttons, it works very well :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i add every action in a single button, i have wrong result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I kindly ask you to suggest me a solution.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651192#M238159</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651193#M238160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView has a multi-threaded, asynchronous execution model. This means that the user interface is ready for user actions &lt;EM style="text-decoration: underline;"&gt;before&lt;/EM&gt; the back-end is ready with the calculation of the previous selection. For a user, this means that he can click in a list box and thereby make a selection that interrupts the previous calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, it however means that the second action will not wait for the first action to finish. Instead it will interrupt the selection made in the first step. Or to summarize: Multiple actions in one button works fine - but they will not wait for previous actions to finish before they start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651193#M238160</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-10T10:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651194#M238161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. how can I fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651194#M238161</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651195#M238162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or rather - you can probably solve this requirement by making your data model in a different way. But you cannot solve it by having three actions in one button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, I don't understand what your Button2 and Button3 do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651195#M238162</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-10T10:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651196#M238163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not keep selection of a field value and clear of the same field values as actions in a single button.&lt;/P&gt;&lt;P&gt;If you do that then you can only see the last action being executed as the other actions will be running in the background.&lt;/P&gt;&lt;P&gt;if you have such requirement then you need to keep two buttons separate one button for selection and another button for clear of selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651196#M238163</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-07-10T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651197#M238164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if the attached solution works fro you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select some values in the Alpha field and then click on the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 10:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651197#M238164</guid>
      <dc:creator>Andrea-Danielato</dc:creator>
      <dc:date>2014-07-16T10:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Three actions in a single button don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651198#M238165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi Andrea,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The solution works very well!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grazie!&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 07:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-actions-in-a-single-button-don-t-work/m-p/651198#M238165</guid>
      <dc:creator />
      <dc:date>2014-07-17T07:15:20Z</dc:date>
    </item>
  </channel>
</rss>

