Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need to change the font on a table

I created a table and I would like to change the font or column size so I can fit more columns in.

3 Replies
reddy-s
Master II
Master II

Hi Ed,

As of now you do not have the leverage to change the font and styles of the contents of a table in QlikSense. You can always achieve these by building your custom visualisations which are out of the box.

JonnyPoole
Employee
Employee

You can do some finessing by restricting the values in one or more columns to be less

Change a dimension like 'Address' to show just the first 10 characters

left(Address,10) & '...'

And make sure the label is also less wide.

You could also divide some measures by 1000 and report in K (or 1,000,000 and report in M)

Anonymous
Not applicable
Author

Could I do a wrap of a column