<?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: Colour change to text box when clicked on in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364506#M417784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to do this in Photoshop only. Then use those in your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2017 15:38:24 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-08-07T15:38:24Z</dc:date>
    <item>
      <title>Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364505#M417783</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 have a few text boxes that when clicked on - it will toggle on/off a criteria I have set under Actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change the colour of the box, so I have one colour when it is toggled on and another colour for when it is toggled off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes sense. Let me know, otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Kozan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364505#M417783</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-07T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364506#M417784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to do this in Photoshop only. Then use those in your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364506#M417784</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-07T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364507#M417785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assign Variable some value like On = 1 and Off = 2.&lt;/P&gt;&lt;P&gt;Set the Text box color based on the Variable value like Ex. if(vColor=1,Green(), blue())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364507#M417785</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-08-07T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364508#M417786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a variable that gets updated when the text box is clicked on.&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;let vButtonColor=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your action Set External &amp;gt;&amp;gt; Set Variable &lt;/P&gt;&lt;P&gt;=not $(vButtonColor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your object background color select calculated and enter a formula something like&lt;/P&gt;&lt;P&gt;=if((vButtonColor),Red(),Blue())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364508#M417786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364509#M417787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this create a variable for when a textbox is clicked.&lt;/P&gt;&lt;P&gt;In your textbox properties select actions and add.&amp;nbsp; Select "External" from the list on the left and "Set Variable" from the list on the right then hit ok.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/172678_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;In the value box type the formula " =if(VariableName = 0, 1, 0) "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172677_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next click on the general tab.&amp;nbsp; Look for the button next to "Color" under background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/172682_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Base color area select "Calculated" and enter in the following formula into the expression box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vChange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,240,16), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rgb&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(210, 210, 210)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the RGB values to your desired colour's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/172683_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can apply this process to each textbox that you have and the background colour of each will change on click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364509#M417787</guid>
      <dc:creator>tom2qlik</dc:creator>
      <dc:date>2017-08-07T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364510#M417788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would expect the colour of the text to go back to the original colour if the User hits the clear button. This doesn't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364510#M417788</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-07T15:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364511#M417789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would expect the colour of the textbox&amp;nbsp; to go back to the original colour if the User hits the clear button. This doesn't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364511#M417789</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-07T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364512#M417790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to add an action at the document level to change the variable value.&lt;/P&gt;&lt;P&gt;On the OnAnySelect level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like &lt;/P&gt;&lt;P&gt;if(isnull(GetCurrentSelections()),vButtonColor,)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the variable name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the&lt;/P&gt;&lt;P&gt;Value is still&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not $(vButton)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 15:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364512#M417790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T15:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364513#M417791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kozan,&lt;/P&gt;&lt;P&gt;There are multiple solution to your query.&lt;/P&gt;&lt;P&gt;1. Add action to your text box which have action for clear all&lt;/P&gt;&lt;P&gt;2. PFA solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364513#M417791</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-08-07T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364514#M417792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't fully understand how to pull this off. Are you able to do some screenshot or provide a document if not too much trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for my ignorance, but I am new to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to complete what you mentioned in your earlier post so far, but every time I hit Clear the colour still doesn't reset :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"create a variable that gets updated when the text box is clicked on.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Like:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let vButtonColor=0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Then in your action Set External &amp;gt;&amp;gt; Set Variable &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=not $(vButtonColor)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Then in your object background color select calculated and enter a formula something like&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if((vButtonColor),Red(),Blue())"&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364514#M417792</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-09T13:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364515#M417793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bump!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all, thank you for the responses so far. But unfortunately, the issue of the colour not defaulting back to the original INACTIVE colour when the USER clicks on CLEAR ALL is still an issue that I ideally need to get fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put a quick screenshot, of the IDEAL SCENARIO which I am looking for. Along with what currently is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172937_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364515#M417793</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-09T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364516#M417794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kozan,&lt;/P&gt;&lt;P&gt;The attached Application does the same thing what you expect.&lt;/P&gt;&lt;P&gt;What action have you added to Clear all button?&lt;/P&gt;&lt;P&gt;Please mention what is missing in my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364516#M417794</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-08-09T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364517#M417795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pankaj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the function I am looking for is a Toggle rather than a Select Field. And when I switch your coding to a Toggle Action, the colour changes doesn't seem to work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless I am missing something&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364517#M417795</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-09T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364518#M417796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this meets your need.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Pressing button switches color back and forth.&lt;/P&gt;&lt;P&gt;Pressing Clear will cause the button to go back to default Blue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364518#M417796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364519#M417797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually nevermind, I have figured out the variable you added on the document level. This works perfectly now. Thank you so much for your help&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work well. Thanks. I can see the expressions and actions you have put on the object itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you making the variable default to a "-1" when I hit clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 14:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364519#M417797</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-09T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364520#M417798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick question on this. As I have a few text boxes that I need to implement this on all with there own variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this have an affect on the performance of Qlikview. As I have implemented this on a few boxes already and I am experiencing a considerable lag in performance. I wonder weather this is just my pc or the fact I have added multiple triggers on the document level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any insight. Thanks&lt;/P&gt;&lt;P&gt;Kozan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364520#M417798</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-08-09T15:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364521#M417799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in to Document Settings &amp;gt; Triggers&lt;/P&gt;&lt;P&gt;I have a Document Event Trigger on the "OnAnySelect'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DocSettings.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172961_DocSettings.PNG" style="height: 539px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364521#M417799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T15:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Colour change to text box when clicked on</title>
      <link>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364522#M417800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I can't say i've ever experienced increased lag because of buttons like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've only had 4 or 5 buttons on a page tied to actions though.&amp;nbsp; Not sure how many you have.&lt;/P&gt;&lt;P&gt;And I've had a couple of dozen variables before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I can't give a more definitive answer than that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 15:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colour-change-to-text-box-when-clicked-on/m-p/1364522#M417800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T15:25:34Z</dc:date>
    </item>
  </channel>
</rss>

