Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change Font Size in Qlik Sense?

I used table and Text&image object in Qlik sense.

There is some text. I would like to change the Font Size into different size in table and Image&text part.

Could you please give any suggestion?

Thanks!

27 Replies
mgranillo
Specialist
Specialist

Fei,

That's because ng-repeat is in the html.  remove ng-repeat. 

you should see the variable label only appear in the first column.

Add another <th></th> tag and repeat the process for the next column label.

Mike

mgranillo
Specialist
Specialist

Fei,

To answer your question about totals, I'm not sure if it's possible using widgets.  This functionality just launched and I haven't fully flushed out all the capabilities. 

You should know that widgets are designed to allow users to alter the look of visuals, not the functionality.  Adding totals is a functionality issue.  So you may want to get out of widget land and grab an extension instead that has this functionality.

Mike

harishicon
Partner - Creator
Partner - Creator

Change the scale in presentation -> Y-Axis-> Scale.

NZFei
Partner - Specialist
Partner - Specialist

Hi Michael,

Thank you very much for your reply.

Is it possible to add the "total" function to the component in later version of Qlik Sense? I am not trying to build any super powerful function. This total should be quite compulsory to tables and it has been with the default Sense table object.

Can you please shed any light on alignment and colours to the table columns? This should be a visual problem. I can define the format for the table headers like this:

  <tr style="color:{{settings.HeaderTextColour}};background-color:{{settings.HeaderBackgroundColour}};text-align: {{settings.HeaderAlignment}}">

   <th>

    <font size="{{settings.HeaderFontSize}}">

      {{settings.Column1Header}}

    </font>

   </th>

   <th>

    <font size="{{settings.HeaderFontSize}}">

      {{settings.Column2Header}}

    </font>

   </th>

   <th>

</tr>

They are working well but I can't make the columns / cells work. How to define the columns / cells alignment, text colour please? For example, for dimension one, I want to set the alignment to left. For measure one, I need to set the numbers to right alignment and if the numbers are greater than 0, set the text colours to green otherwise red?

Thanks

Fei

simondachstr
Luminary Alumni
Luminary Alumni

Please use the below Text Object extension to modify your font-size as you wish:

Qlik Branch Vizlib Text Object

Anonymous
Not applicable
Author

Finally, we get a walk around to change Qlik font size in Qlik mashup. 

taha_mansoor
Creator
Creator

the above object is not found, please check.

tanuj_goyal
Contributor
Contributor

Hi,

You can use the below text object extension to modify the font size of a straight table. Thanks