<?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: Text Box Colour Changes when clicked in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446157#M433360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Secondly the issue is with the second text box it wont work. I have attached the file please review it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 10:16:35 GMT</pubDate>
    <dc:creator>waqasshah</dc:creator>
    <dc:date>2017-10-13T10:16:35Z</dc:date>
    <item>
      <title>Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446149#M433352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Dear All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;I am trying to create a dashboard with 3 buttons. By default when the sheet loaded they all have same colour. when I clicked on one button the colour of the button changes. when I cliked on second button the other two remain same. I have tried but no luck can you please help ? Please review the screenshoots.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;Waqas Shah&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 16:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446149#M433352</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-12T16:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446150#M433353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Waqas, this can be done using a variable, each button sets a variable to 1, 2 or 3, or 0 if the variable already has the pressed value, ie, for button 1 the value can be set as:&lt;/P&gt;&lt;P&gt;If(varName=1, 0, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box colour for this button can be set as:&lt;/P&gt;&lt;P&gt;If(varName=&lt;EM&gt;1&lt;/EM&gt;, color1, color2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same for 2 and 3, so only the button with the same number has color1, if varName=0 all buttons have color2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more than one button can be 'active', each button needs it's variable that switches between 0 and 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 16:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446150#M433353</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-10-12T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446151#M433354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create three variables for setting values for three buttons and on click make a change in the colour of the button of your choice red or blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446151#M433354</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-12T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446152#M433355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 09:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446152#M433355</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T09:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446153#M433356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 09:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446153#M433356</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T09:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446154#M433357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks But that will apply on text box as well ? because you have used buttons not text box object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446154#M433357</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446155#M433358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This are buttons just change properties &amp;gt;&amp;gt; background &amp;gt;&amp;gt; Aqua &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446155#M433358</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-13T10:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446156#M433359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attachment for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446156#M433359</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-10-13T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446157#M433360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Secondly the issue is with the second text box it wont work. I have attached the file please review it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446157#M433360</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446158#M433361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks You Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446158#M433361</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T10:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446159#M433362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Waqas, The Avinash that suggest it is also Text object but you need buttons rather than text object there is no change on the suggestion i am confuse here what is requirement Button or Text. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446159#M433362</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-13T11:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446160#M433363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, attached is the on-evariable solution I posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446160#M433363</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-10-13T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446161#M433364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it was text. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446161#M433364</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446162#M433365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446162#M433365</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-13T11:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446163#M433366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So earlier it was text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446163#M433366</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-13T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box Colour Changes when clicked</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446164#M433367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the use of single variables made the things bit clear I guess &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Colour-Changes-when-clicked/m-p/1446164#M433367</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-10-13T14:05:21Z</dc:date>
    </item>
  </channel>
</rss>

