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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
tulasiram_bitra
Creator
Creator

How to show Sub headers in Straight Table ?

Hello Friends,

Please find the attached image. I would like to divide one header into 2 sub headers in straight table.

Please help me to achieve this.

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

This is unfortunately not supported in QlikView charts.

cheers,

Oleg Troyansky

Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView an...

Ask me about Qlik Sense Expert Class!
Peter_Cammaert
Partner - Champion III
Partner - Champion III

You can however simulate this layout by defining two (related) expressions and repeating the main heading in each title cell. Separate main heading and sub-heading by way of a chr(10), like in:

='PRG' & chr(10) & '<=750 ton'

and

='PRG' & chr(10) & '>750 ton'


Best,


Peter