<?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: Changing text size using expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938709#M966687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can apply "Bold", "Underline", "Italic", however you can't change the size of the font through expression. I'm not very sure whether any script can override this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me explore and will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 10:08:04 GMT</pubDate>
    <dc:creator>SreeniJD</dc:creator>
    <dc:date>2015-09-25T10:08:04Z</dc:date>
    <item>
      <title>Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938705#M966683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to change text size using a expresiion in the 'text format' of a expresion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(sum(ventas)&amp;gt;1000,'&amp;lt;H10&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression works when I change to bold, then th condition is OK wiritten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(sum(ventas)&amp;gt;1000,'&amp;lt;B&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong in my expresion??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 09:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938705#M966683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938706#M966684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot change the size of the font but you can change it to bold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 09:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938706#M966684</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-25T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938707#M966685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead try changing color of the font or background&amp;nbsp; color for that expression&lt;/P&gt;&lt;P&gt;lik&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF(sum(ventas)&amp;gt;1000,Red(),Green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 09:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938707#M966685</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-25T09:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938708#M966686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want to write macro for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938708#M966686</guid>
      <dc:creator>stephenedberkg</dc:creator>
      <dc:date>2015-09-25T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938709#M966687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can apply "Bold", "Underline", "Italic", however you can't change the size of the font through expression. I'm not very sure whether any script can override this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me explore and will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938709#M966687</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-25T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing text size using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938710#M966688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The format can only be &amp;lt;B&amp;gt;, &amp;lt;I&amp;gt;, &amp;lt;U&amp;gt; or combinations of these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-text-size-using-expressions/m-p/938710#M966688</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-25T10:08:55Z</dc:date>
    </item>
  </channel>
</rss>

