<?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 the text format of expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351943#M130555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1-Expand your dimension&lt;/P&gt;&lt;P&gt;2-Clic to Text Format property and clic on Edit button&lt;/P&gt;&lt;P&gt;3-Type the next expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(Dimensionality() = 0, &amp;lt;B&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will change the text format to bold.&lt;/P&gt;&lt;P&gt;I hope it help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 13:20:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-30T13:20:12Z</dc:date>
    <item>
      <title>Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351934#M130546</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 am trying to change the size of the total showing on top of a chart but not sure how to do it.&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 21:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351934#M130546</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-13T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351935#M130547</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;Check this thread &lt;A _jive_internal="true" href="https://community.qlik.com/thread/52873"&gt;http://community.qlik.com/thread/52873&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 00:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351935#M130547</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-06-14T00:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351936#M130548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works perfect on a table chart but no a bar chart.&lt;/P&gt;&lt;P&gt;I am not sure if I should write a little code on the chart==&amp;gt; expression then expand the expression==&amp;gt; text format!&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351936#M130548</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-14T02:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351937#M130549</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;Use expression in text format like this&lt;/P&gt;&lt;P&gt;IF(Dimensionality()=0,Arg)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Arg can be&lt;/P&gt;&lt;P&gt;'&amp;lt;B&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Bold. Ex IF(Dimensionality()=0,'&amp;lt;B&amp;gt;' )&lt;/P&gt;&lt;P&gt;'&amp;lt;B&amp;gt;&amp;lt;I&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Bold and Italic. Ex IF(Dimensionality()=0,'&amp;lt;B&amp;gt;&amp;lt;I&amp;gt;' )&lt;/P&gt;&lt;P&gt;'&amp;lt;H6&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Font size. Ex IF(Dimensionality()=0,'&amp;lt;H6&amp;gt;' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this one may do your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351937#M130549</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-06-14T02:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351938#M130550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thank you for the quick replay..&lt;/P&gt;&lt;P&gt;I got a little confused&lt;/P&gt;&lt;P&gt;I am new to QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on the text format definision I tried to add Font size. Ex IF(Dimensionality()=0,'&amp;lt;H6&amp;gt;' )but I am getting error.&lt;/P&gt;&lt;P&gt;I need to make the font Arial and the size 8 so what should I write?&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351938#M130550</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-14T02:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351939#M130551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it and this would change the format of the values on the Y axel.&lt;/P&gt;&lt;P&gt;I am looking to change the format of the total that shows up on top of the chart &lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351939#M130551</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-14T02:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351940#M130552</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;Can you share your app? Then we look into it together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351940#M130552</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-06-14T02:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351941#M130553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the place where to add the script but if you could help me with what the script should be, I would appreciate that. it is on the label of the chart.&lt;/P&gt;&lt;P&gt;the expression is Sum(x). and it is showing as label as well. I want to show it in Arial or Tahoma and the size 8.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 02:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351941#M130553</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-14T02:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351942#M130554</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 have increased the expression size as well as the legend size in your pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have attached the updated QVW along with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer the screen shots&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to increase the Expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144455_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;TO increase the Legend Size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144456_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 05:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351942#M130554</guid>
      <dc:creator>eromiyasimon</dc:creator>
      <dc:date>2016-11-22T05:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the text format of expression</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351943#M130555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1-Expand your dimension&lt;/P&gt;&lt;P&gt;2-Clic to Text Format property and clic on Edit button&lt;/P&gt;&lt;P&gt;3-Type the next expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(Dimensionality() = 0, &amp;lt;B&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will change the text format to bold.&lt;/P&gt;&lt;P&gt;I hope it help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-the-text-format-of-expression/m-p/351943#M130555</guid>
      <dc:creator />
      <dc:date>2017-05-30T13:20:12Z</dc:date>
    </item>
  </channel>
</rss>

