<?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: Qlik Sense table chart font size in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798593#M64641</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you can. We have a&lt;STRONG&gt; theme.css&lt;/STRONG&gt;&amp;nbsp;file that you could put your custom css there.&lt;/P&gt;&lt;P&gt;You need a bit about html and css, for example I am making my dimension value bold in straight table, I have to find its html class then add my css to the theme.css file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quy_Nguyen_2-1618153696475.png" style="width: 527px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52776i118A0ECFE54E3064/image-dimensions/527x245?v=v2" width="527" height="245" role="button" title="Quy_Nguyen_2-1618153696475.png" alt="Quy_Nguyen_2-1618153696475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quy_Nguyen_1-1618153633902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52775i7C9D2B4302201A9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quy_Nguyen_1-1618153633902.png" alt="Quy_Nguyen_1-1618153633902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Apr 2021 15:09:00 GMT</pubDate>
    <dc:creator>Quy_Nguyen</dc:creator>
    <dc:date>2021-04-11T15:09:00Z</dc:date>
    <item>
      <title>Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1797915#M64532</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm using Qlik Sense June 2019 edition.&lt;BR /&gt;I've been requested to try enlarging the table font size in a certain app, I'm using a table chart,&lt;BR /&gt;the one that comes with Qlik(Not an extension).&lt;BR /&gt;&lt;BR /&gt;Seems like there is no option of adjusting the table text font size over the June 19 edition.&lt;BR /&gt;I would like to know if there is a hidden option of font size adjustment for the table chart (Pretty sure there isn't) or if there is an extension that acts as a table and have the setting of font adjustment.&lt;BR /&gt;&lt;BR /&gt;Another option that was offered to me was to use "Sense Theme", I've tried to use it to adjust the font size but it's not applying to the table chart, also seems like there is no option to apply changes over the table chart(Screenshot attached).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shayd_0-1617872218437.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52652i333C2311F4F38532/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shayd_0-1617872218437.png" alt="shayd_0-1617872218437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 12:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1797915#M64532</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-13T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1797931#M64538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just create and download your theme, then open the json file, add these lines inside "object" (font size depends on your design):&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"straightTable"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"header"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"30px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"content"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"fontSize"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"25px"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;You can read more here: &lt;A href="https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-objects-extended-examples.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-objects-extended-examples.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Apr 2021 10:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1797931#M64538</guid>
      <dc:creator>Quy_Nguyen</dc:creator>
      <dc:date>2021-04-08T10:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798562#M64638</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;BR /&gt;In&amp;nbsp;continue to your answer, is there a way to bold a certain field?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 08:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798562#M64638</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-11T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798593#M64641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you can. We have a&lt;STRONG&gt; theme.css&lt;/STRONG&gt;&amp;nbsp;file that you could put your custom css there.&lt;/P&gt;&lt;P&gt;You need a bit about html and css, for example I am making my dimension value bold in straight table, I have to find its html class then add my css to the theme.css file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quy_Nguyen_2-1618153696475.png" style="width: 527px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52776i118A0ECFE54E3064/image-dimensions/527x245?v=v2" width="527" height="245" role="button" title="Quy_Nguyen_2-1618153696475.png" alt="Quy_Nguyen_2-1618153696475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Quy_Nguyen_1-1618153633902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52775i7C9D2B4302201A9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Quy_Nguyen_1-1618153633902.png" alt="Quy_Nguyen_1-1618153633902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 15:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798593#M64641</guid>
      <dc:creator>Quy_Nguyen</dc:creator>
      <dc:date>2021-04-11T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798594#M64642</link>
      <description>&lt;P&gt;That's amazing!&lt;BR /&gt;But I don't know how to apply it on my side...&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 15:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798594#M64642</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-11T15:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798601#M64644</link>
      <description>&lt;P&gt;yeah, you should have knowledge about html/css to make it done.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 17:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798601#M64644</guid>
      <dc:creator>Quy_Nguyen</dc:creator>
      <dc:date>2021-04-11T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense table chart font size</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798658#M64655</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 08:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-table-chart-font-size/m-p/1798658#M64655</guid>
      <dc:creator>shayd</dc:creator>
      <dc:date>2021-04-12T08:36:58Z</dc:date>
    </item>
  </channel>
</rss>

