<?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 Changing the font style in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234807#M86134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Open your expression. Open Text Format and introduce the next expression: if(Field&amp;lt;2,'&amp;lt;b&amp;gt;','&amp;lt;i&amp;gt;'). Don't forget the quotes. It changes to Bold or Italic depending on the value of the field. If you export this graphic to a Report, it'll be actualized automatically. I hope it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0842.ChangeTextFormat.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0842.ChangeTextFormat.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2011 11:31:14 GMT</pubDate>
    <dc:creator>christian77</dc:creator>
    <dc:date>2011-04-29T11:31:14Z</dc:date>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234803#M86130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a &lt;B&gt;text object&lt;/B&gt; in report and I want to make the font bold for some letters of my text. The text in text object is formed from the expression, it consists of some static strings and variables.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;= 'Text1: ' &amp;amp; vMyText&lt;/P&gt;&lt;P&gt;here vMyText is a variable. I want to make the text '&lt;B&gt;Text1:&lt;/B&gt; ' bold. I tried using html tag like &amp;lt;b&amp;gt; but it did not work.&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 08:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234803#M86130</guid>
      <dc:creator />
      <dc:date>2011-04-29T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234804#M86131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samir,&lt;/P&gt;&lt;P&gt;I can change in my Report( I hope u mean Document Reports in Qlikview) and have the Option of Font.&lt;/P&gt;&lt;P&gt;If you mean Document Report, then Reports-&amp;gt; EditReports-&amp;gt; Item-&amp;gt; NewText and add your variable there&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 08:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234804#M86131</guid>
      <dc:creator />
      <dc:date>2011-04-29T08:55:33Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234805#M86132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;I did not get what you said. Can you give me the expression which you used to make the font bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234805#M86132</guid>
      <dc:creator />
      <dc:date>2011-04-29T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234806#M86133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can format part of your string within a single text box.&lt;/P&gt;&lt;P&gt;I'd say you need to include more than one text box (one for each segment with different format) to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can say something different.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234806#M86133</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-29T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234807#M86134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Open your expression. Open Text Format and introduce the next expression: if(Field&amp;lt;2,'&amp;lt;b&amp;gt;','&amp;lt;i&amp;gt;'). Don't forget the quotes. It changes to Bold or Italic depending on the value of the field. If you export this graphic to a Report, it'll be actualized automatically. I hope it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0842.ChangeTextFormat.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0842.ChangeTextFormat.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234807#M86134</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-04-29T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234808#M86135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;B&gt;&lt;STRONG&gt;Erich,&lt;/STRONG&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The solution which you suggested (of different text objects), I had thought about it but it is the last option for me if there is no other way to do it. In my case the text object is large with lot of static and dynamic strings.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 14:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234808#M86135</guid>
      <dc:creator />
      <dc:date>2011-04-29T14:48:32Z</dc:date>
    </item>
    <item>
      <title>Changing the font style in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234809#M86136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you give a similar example with expression in text object ? Because there is no formatting option in &lt;B&gt;text object expression&lt;/B&gt; as shown in your attached image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 15:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-font-style-in-expression/m-p/234809#M86136</guid>
      <dc:creator />
      <dc:date>2011-04-29T15:02:31Z</dc:date>
    </item>
  </channel>
</rss>

