Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Common header

Is there any way to show a common header "CustomerID" above customer id values (ALKFI,ANTAR,AROUT,BERGS).

Currently it is displayed on left Side.

4 Replies
pamaxeed
Partner - Creator III
Partner - Creator III

What you could do is to create a Dummy Dimension which groups all the values (ALFKI, ANATR...) and add it in the chart (hide dimension labels) and apply color format. But it is a kind of hack.

With standard Qlikview pivot table it is not possible to achieve it.

devarasu07
Master II
Master II

Hi,

try below methods

Method 1:

using Calculated dimension

=if(match(CustomerID,'ALFKI','ANATR','AROUT','BERGS'),'CustomerID')


Method 2: using synthetic dimension option

=valuelist('CustomerID')


Method 3: if you using more than one chart object better to go with data island back end script option/master dimension (sense)


Capture.JPG

Thanks,

Deva

Venkatchoudary
Contributor III
Contributor III

Not Sure it may usefull or not, but create custom text box and hover over on chart next to OutputCustom.PNG

martinpohl
Partner - Master
Partner - Master

Qlik is not Excel!

It's a look and feel if you are using straight tables and pivot tables.

A better way to compare values is Charts. Use the power of visual charts.