<?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: color getselectedfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425082#M563691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33403" class="jive-image-thumbnail jive-image" onclick="" alt="background-color.jpg" src="https://community.qlik.com/legacyfs/online/33403_background-color.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 15:51:55 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2013-02-11T15:51:55Z</dc:date>
    <item>
      <title>color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425076#M563682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i have this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Chosen Customer: ' &amp;amp;GetFieldSelections( DimCustomer.CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then my text box would look like this if i choose something from customerid:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chosen Customer: Hulla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i make Hulla another color ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So chosen customer is white and hulla is green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps. It is in one textbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425076#M563682</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425077#M563683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not sure you can do it that.&lt;/P&gt;&lt;P&gt;Did you try with a workaround like using two textbox with two different settings for the text color ?&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: If you solve your problem please share with us your solution because it's a very interesting question.Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425077#M563683</guid>
      <dc:creator />
      <dc:date>2013-02-11T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425078#M563685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can easily use two different textboxes. But i want all in one - But i havent cracked the code yet. I will let you know when i do!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425078#M563685</guid>
      <dc:creator />
      <dc:date>2013-02-11T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425079#M563686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a formula in background-color from the textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetFieldSelections( DimCustomer.CustomerID) = 'Hulla', green(), white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425079#M563686</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-02-11T15:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425080#M563688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. It's not possible in a single text object. There is no way to have two different text formats or colors in one text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425080#M563688</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-11T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425081#M563690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya ! It is impossible to have different text formats in one text object... except if you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the "text aera" for your customer ID and use the caption to write "&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Chosen Customer:". Your text aera and caption can have different fonts, size and colors. It looks nice and costs only one object &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425081#M563690</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-02-11T15:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425082#M563691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33403" class="jive-image-thumbnail jive-image" onclick="" alt="background-color.jpg" src="https://community.qlik.com/legacyfs/online/33403_background-color.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425082#M563691</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-02-11T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425083#M563693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats shiat &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; But thanks for the answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425083#M563693</guid>
      <dc:creator />
      <dc:date>2013-02-11T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425084#M563695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No does not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; It colors the whole field, and not only the selection &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425084#M563695</guid>
      <dc:creator />
      <dc:date>2013-02-11T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: color getselectedfield</title>
      <link>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425085#M563696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want a textbox which looks like a listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps a possibility is to use a pivot like this and set (optional) the column-width on 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH10007")&lt;/P&gt;&lt;P&gt;chart.SetPixWidth 2 , 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33440" class="jive-image-thumbnail jive-image" onclick="" alt="background-color2.jpg" src="https://community.qlik.com/legacyfs/online/33440_background-color2.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibility could be the textbox-extension from Stefan Walter - see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/" title="http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/"&gt;http://www.qlikblog.at/1579/qliktip-39-displaying-html-content-minimalistic-htmltextbox-object-extension/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 08:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-getselectedfield/m-p/425085#M563696</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-02-12T08:22:49Z</dc:date>
    </item>
  </channel>
</rss>

