<?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: format text in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/1520027#M437443</link>
    <description>&lt;P&gt;Could you tell me how to set the background color or font color using expressions. Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 18:10:59 GMT</pubDate>
    <dc:creator>vsabbise</dc:creator>
    <dc:date>2018-12-12T18:10:59Z</dc:date>
    <item>
      <title>format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976642#M333779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a text boxt that has an expression like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(field) = 0, $textstring, value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$textstring is a variable with the string 'Please select field'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want the text of the variable $textstring to be bold, but I can not find a way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 11:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976642#M333779</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2015-11-11T11:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976643#M333780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that this functionality is available, but you might be able to use an extension -&amp;gt; &lt;A href="https://community.qlik.com/docs/DOC-3521"&gt;Free Text Box Extension Object&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 11:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976643#M333780</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976644#M333781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Properties &amp;gt; Font &amp;gt; Bold? Or do you not want the value to be bold? If so, create two text boxes using your if condition as a conditional show, have one be bold (textstring) and one not (value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 11:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976644#M333781</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-11-11T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976645#M333782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot set a variable to 'bold', or any other style. A variable is a value, not a rendering. If you are displaying the value in a text box, you can set the text box font to bold. Other renderings will depend on how you are displaying the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 11:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976645#M333782</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-11T11:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976646#M333783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternatively might be to use a straight-table instead of a textbox but are there more layout-requirements then BOLD then the suggestions from Sunny and Aaron are more suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 11:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976646#M333783</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-11T11:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976647#M333784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the value $textstring in the text box to be bold when getselectedcount(field) = 0 and the value of a calculated expression&amp;nbsp; when getselectedcount(field) = 1&lt;/P&gt;&lt;P&gt;With an expression I can set the backgroundcolor and the fontcolor but apperantly not the fontstyle ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making two text boxes with a conditional show might be the good option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/976647#M333784</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2015-11-11T12:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: format text in variable</title>
      <link>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/1520027#M437443</link>
      <description>&lt;P&gt;Could you tell me how to set the background color or font color using expressions. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 18:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/format-text-in-variable/m-p/1520027#M437443</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-12-12T18:10:59Z</dc:date>
    </item>
  </channel>
</rss>

