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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

Question on Trellis Chart - need title in heading

Is there a way to get the % in the right boxes to show up as part of the titles in the Trellis chart .

see qvw attached.

Gerrytest.JPG

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe using a calculated dimension like

=aggr(Survey_Type & ' ('&num(sum(Record_Counter)/max( Survey_Count),vFormat_Percent)&')', Survey_Type)

View solution in original post

2 Replies
marcus_sommer

Within the tab presentation you could define "free text" which could like the textbox contain your expressions and if you pressed by activated chart the ctrl+shift key you get red lines within the various chart-parts which you could drag and size with the mouse.

- Marcus

swuehl
MVP
MVP

Maybe using a calculated dimension like

=aggr(Survey_Type & ' ('&num(sum(Record_Counter)/max( Survey_Count),vFormat_Percent)&')', Survey_Type)