<?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 Another colour for a selected Value in a textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222610#M75270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can u explain me in details. if possible please send me sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Dec 2010 12:07:30 GMT</pubDate>
    <dc:creator>maneshkhottcpl</dc:creator>
    <dc:date>2010-12-14T12:07:30Z</dc:date>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222604#M75264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table called Businessunit with the following values C, E, P, S , ALL. On my dasboard i first had a listbox from the field BU. But my problem is that i don't wanna see all values to select. The value 'ALL' i don't wanna see.&lt;/P&gt;&lt;P&gt;To achieve this i made a few Textboxes with the action "Select in field" BU with the search string C, S,E and P. Now i want one thing in my textbox. I want to have my selected text another colour when i select a value is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 09:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222604#M75264</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2010-12-14T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222605#M75265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In this case, I would suggest you to add caption to your Text box.&lt;/P&gt;&lt;P&gt;You will find it in Text box properties - Caption.&lt;/P&gt;&lt;P&gt;You can change color of Active and Inactive Caption as per your choice.&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 10:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222605#M75265</guid>
      <dc:creator />
      <dc:date>2010-12-14T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222606#M75266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Francis, all you have to do is calculate the background color depending on your selection or whatever you want to do.&lt;/P&gt;&lt;P&gt;I've uploaded an example showing how to change the background color.&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 11:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222606#M75266</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-12-14T11:10:44Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222607#M75267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francis,&lt;/P&gt;&lt;P&gt;did you try to create an expression within your listbox ? Here is my example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=if( BU&amp;lt;&amp;gt; 'ALL', BU)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 11:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222607#M75267</guid>
      <dc:creator />
      <dc:date>2010-12-14T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222608#M75268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a listbox you can use an expression? I see not on which tab and field i can do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 11:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222608#M75268</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2010-12-14T11:26:44Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222609#M75269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;General Tab --&amp;gt; Field input --&amp;gt; search a little bit (it is the first entry of the drop down list and called &amp;lt;expression&amp;gt; ). The rest should be easy.Don't forget the "=" at the begining of your expression.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 11:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222609#M75269</guid>
      <dc:creator />
      <dc:date>2010-12-14T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222610#M75270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Can u explain me in details. if possible please send me sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 12:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222610#M75270</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2010-12-14T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Another colour for a selected Value in a textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222611#M75271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx i found it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 12:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-colour-for-a-selected-Value-in-a-textbox/m-p/222611#M75271</guid>
      <dc:creator>francisvandergr</dc:creator>
      <dc:date>2010-12-14T12:37:05Z</dc:date>
    </item>
  </channel>
</rss>

