Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
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
Change the scale in presentation -> Y-Axis-> Scale.
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
Please use the below Text Object extension to modify your font-size as you wish:
Finally, we get a walk around to change Qlik font size in Qlik mashup.
the above object is not found, please check.
Hi,
You can use the below text object extension to modify the font size of a straight table. Thanks