<?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: Unable to change font size on data values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111508#M762910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I missed the closing angle bracket.&amp;nbsp; So I did have it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 23:27:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-06T23:27:04Z</dc:date>
    <item>
      <title>Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111504#M762906</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 am trying to set the "Text Format" to increase the font size on a particular data (or the specific cell) in a straight table.&lt;/P&gt;&lt;P&gt;For example, let's say I have this table for simplicity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;Success&amp;nbsp;&amp;nbsp;&amp;nbsp; N&lt;/P&gt;&lt;P&gt;Failed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in my Text Format for the "Status" field, I have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Col=Y, '&amp;lt;B&amp;gt;&amp;lt;I&amp;gt;&amp;lt;H1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting bold and italic but not font size. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this or what's the syntax for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111504#M762906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111505#M762907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can increase the font size...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111505#M762907</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-06T19:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111506#M762908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/250713"&gt;Resizing text / font size of Values on Data Points / Bar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it's possible but I can't get it to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111506#M762908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T19:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111507#M762909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you are missing &amp;gt; for H1 so try like&lt;/P&gt;&lt;P&gt;&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(Col=Y, '&amp;lt;B&amp;gt;&amp;lt;I&amp;gt;&amp;lt;H1&lt;STRONG style="color: #ff6600;"&gt;&amp;gt;&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 21:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111507#M762909</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-06T21:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111508#M762910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I missed the closing angle bracket.&amp;nbsp; So I did have it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 23:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111508#M762910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T23:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111509#M762911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This cant be done. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 23:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111509#M762911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T23:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111510#M762912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Is col a field name or a calculated expr? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 23:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111510#M762912</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-06T23:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111511#M762913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Headed concept won't work like H1...6 due to HTML concepts(Alone will work). Instead why not to use &lt;STRONG&gt;Font tab&lt;/STRONG&gt; in your &lt;STRONG&gt;object&lt;/STRONG&gt; properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 02:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111511#M762913</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-08-07T02:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111512#M762914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌pput quotes around the value Y like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;=IF(Col=‘Y’, '&amp;lt;B&amp;gt;&amp;lt;I&amp;gt;&amp;lt;H1&lt;STRONG style="font-style: inherit; font-size: 20px; font-family: inherit; color: #ff6600;"&gt;&amp;gt;&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 03:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111512#M762914</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-07T03:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111513#M762915</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;It is not possible to change the font size in straight table, but H1 to H6 works for value on data points in bar or line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using custom Format cell option. But, it will apply for the current expression not for one row.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210058_12.PNG" style="height: 396px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 05:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111513#M762915</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-08-07T05:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to change font size on data values</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111514#M762916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to answer some of the questions posted earlier for me.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example I gave in above are fields coming from the database.&amp;nbsp; There are more fields than&lt;/P&gt;&lt;P&gt;what's shown.&amp;nbsp; These fields along with the data are rendered in a Straight Table.&amp;nbsp; So for what I was asking&lt;/P&gt;&lt;P&gt;and wanted to accomplish, I want to enlarge the font size for the entire row (for however many fields&lt;/P&gt;&lt;P&gt;there are) for specific condition - ie when Col=Y.&amp;nbsp; I want this row to be visually distinctive from the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I can't do it based on your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other tricks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 12:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-change-font-size-on-data-values/m-p/111514#M762916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T12:40:39Z</dc:date>
    </item>
  </channel>
</rss>

