Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to change font size on data values

Hi,

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.

For example, let's say I have this table for simplicity:

Status       Col

-----------------------------------

Success    N

Failed        Y

------------------------------------

Then, in my Text Format for the "Status" field, I have something like this:

=IF(Col=Y, '<B><I><H1')

I am getting bold and italic but not font size.

How do I do this or what's the syntax for this?

Thanks

10 Replies
Anonymous
Not applicable
Author

Just to answer some of the questions posted earlier for me. 

The example I gave in above are fields coming from the database.  There are more fields than

what's shown.  These fields along with the data are rendered in a Straight Table.  So for what I was asking

and wanted to accomplish, I want to enlarge the font size for the entire row (for however many fields

there are) for specific condition - ie when Col=Y.  I want this row to be visually distinctive from the rest.

Looks like I can't do it based on your replies.

Any other tricks