<?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 Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button/m-p/581207#M1105815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just finished building a table containing all sort of data.&lt;/P&gt;&lt;P&gt;The tab also contains a max button that will show me every customer. Next to this button I got a slider that will show me a number of customers.&lt;/P&gt;&lt;P&gt;Now I was wondering if it is possible that when I select this max button my caption will say:' All customers' and when I don't have this button selected it says 'Top ...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was already thinking about using 2 variables but maybe there is a easyier way of solving this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 08:34:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-17T08:34:29Z</dc:date>
    <item>
      <title>Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581207#M1105815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just finished building a table containing all sort of data.&lt;/P&gt;&lt;P&gt;The tab also contains a max button that will show me every customer. Next to this button I got a slider that will show me a number of customers.&lt;/P&gt;&lt;P&gt;Now I was wondering if it is possible that when I select this max button my caption will say:' All customers' and when I don't have this button selected it says 'Top ...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was already thinking about using 2 variables but maybe there is a easyier way of solving this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581207#M1105815</guid>
      <dc:creator />
      <dc:date>2014-03-17T08:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581208#M1105816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure you can do that.&lt;/P&gt;&lt;P&gt;What exactly does your button do? I guess it controls some variable?&lt;/P&gt;&lt;P&gt;=&amp;gt; If so, just make the caption_bar of your chart dependent on the same variable.&lt;/P&gt;&lt;P&gt;HTH&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>Mon, 17 Mar 2014 08:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581208#M1105816</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-03-17T08:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581209#M1105817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a single variable to show the title of chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCountofCustomer = 0, when button is clicked&lt;/P&gt;&lt;P&gt;vCountofCustomer =&amp;nbsp; selected value from slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vCountofCustomer =0, 'All Customer', ;Top '&amp;amp; vCountofCustomer&amp;amp;'&amp;nbsp; customer'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581209#M1105817</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-03-17T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581210#M1105818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi my button got a variable and the value counts the number of customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my caption does contain the variable so it will show me how many customers I got selected on the slider. However I want it to have 2 options. The one I use the slider it gives me a number (how many selected) and the second it will will say I got the total customers when the max button is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581210#M1105818</guid>
      <dc:creator />
      <dc:date>2014-03-17T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581211#M1105819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will do this...share some information or screenshot ,where you want to show the caption.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581211#M1105819</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-03-17T08:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581212#M1105820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is now in my caption: 'Top ' &amp;amp; vLaneSales&amp;amp; ' Lane Sales(in K)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This how I now got it but it doesnt show me anything&lt;/P&gt;&lt;P&gt;=if(vLaneSales= 0 &amp;amp; ' All lane Sales(in K)', 'Top ' &amp;amp; vLaneSales&amp;amp; 'Lane Sales')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581212#M1105820</guid>
      <dc:creator />
      <dc:date>2014-03-17T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581213#M1105821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the IF_construction is wrong. Look at that closely. You're close. (Hint: If you start typing as far as '= IF(' in the editor, QlikView will show you exactly what parameters and stuff it expects).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581213#M1105821</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-03-17T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581214#M1105822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be..&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(vLaneSales= 0 ,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; ' All lane Sales(in K)', 'Top ' &amp;amp; vLaneSales&amp;amp; 'Lane Sales')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581214#M1105822</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-03-17T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581215#M1105823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I use your formula it will only use the second part of the the expression&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Top ' &amp;amp; vLaneSales&amp;amp; 'Lane Sales')&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;&lt;BR /&gt;&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;do I need to edit something in the button? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581215#M1105823</guid>
      <dc:creator />
      <dc:date>2014-03-17T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581216#M1105824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on Button Action, you need to set &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;vLaneSales&lt;/STRONG&gt;=0 &amp;amp; on change of slider&lt;/P&gt;&lt;P&gt;set &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;vLaneSales&lt;/STRONG&gt; = selected value from slider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581216#M1105824</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-03-17T09:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581217#M1105825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that needs to be in button-&amp;gt;actions-&amp;gt;the value or variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581217#M1105825</guid>
      <dc:creator />
      <dc:date>2014-03-17T09:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581218#M1105826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Button-Actions-Set Variable-&amp;gt; Variable = vLanesales&lt;/P&gt;&lt;P&gt;Value= 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581218#M1105826</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-03-17T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581219#M1105827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My button won't show max then if I just put value =0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581219#M1105827</guid>
      <dc:creator />
      <dc:date>2014-03-17T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581220#M1105828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls can you share your application, will check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581220#M1105828</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-03-17T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Button</title>
      <link>https://community.qlik.com/t5/QlikView/Button/m-p/581221#M1105829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a guide or something how to make one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or can I just make a new qv file just containing the formula's?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 09:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button/m-p/581221#M1105829</guid>
      <dc:creator />
      <dc:date>2014-03-17T09:53:25Z</dc:date>
    </item>
  </channel>
</rss>

