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: 
Not applicable

Title Over Expressions

Hi,

Does anybody knows a way to put titles over groups of expressions in a pivot table like the attached image?Pivot Table - title.png

10 Replies
alexandros17
Partner - Champion III
Partner - Champion III

There is a trick, you have to define another dummy dimension (with load inline) and use it before your real dim.

Let me know

Clever_Anjos
Employee
Employee

Alessandro Saccone solutions works well if you have same expresions for each value "Leitos"/"Paciente Dia", etc

Not applicable
Author

Hi, Alessandro!

Can you show me how to do this?

Here is my qvw.

alexandros17
Partner - Champion III
Partner - Champion III

Sorry Fernando but I cannot download anything because my company policy ...

Not applicable
Author

Clever, do you know a way to do this?

alexandros17
Partner - Champion III
Partner - Champion III

Load * inline [

myDim

Description_To_Add

];

Now, in every table where there is one of the field Leitos, Paciente, Ocupation add for each value the value

Description_To_Add.

The result must be:

... myDim, Leitos, Paciente, Ocupation

Description_To_Add, val1, val2, val3

Description_To_Add, val6, val5, val9

....

At this point using myDim as dimension you will see Description_To_Add as description and other fields below

Clever_Anjos
Employee
Employee

If you have same expressions for each group, Saccone post is the answer

Clever_Anjos
Employee
Employee

Fernando

Anexei a sugestão do Saccone

Not applicable
Author

Clever,

Obrigado, mas verifiquei que os título aparecem em todas as expressões.

A intenção é aparecer assim como na imagem que anexei no primeiro post