
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Sense table chart font size
Hi all,
I'm using Qlik Sense June 2019 edition.
I've been requested to try enlarging the table font size in a certain app, I'm using a table chart,
the one that comes with Qlik(Not an extension).
Seems like there is no option of adjusting the table text font size over the June 19 edition.
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.
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).
Any suggestions?
Thanks.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Just create and download your theme, then open the json file, add these lines inside "object" (font size depends on your design):

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Just create and download your theme, then open the json file, add these lines inside "object" (font size depends on your design):

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your answer.
In continue to your answer, is there a way to bold a certain field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Yes you can. We have a theme.css file that you could put your custom css there.
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.
Hope it helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's amazing!
But I don't know how to apply it on my side...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yeah, you should have knowledge about html/css to make it done.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! 🙂
