Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Add a new line for a custom total

I need to create the following table in qlikview

1.png

I have a filter comp

comp.png

How could I add a custom total above total with the same expression but with the condition of comp = O?

total.png

5 Replies
Anonymous
Not applicable
Author

maybe,

you'll need to create

another dimension that group the two levels

like in this post.

Sub total issue in Pivot table

vikasmahajan

PFA SAMPLE

Hope this helps you.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable
Author

tyagishaila
Specialist
Specialist

Try it,

Concatenate a TAB with your original Table

OriginalTAB;

Concatenate

NEWTAB:

LOAD 'Dept Total' AS DEPARTMENT,

put your fields

Resident OriginalTAB where Comp = O;

It will show a custom 'Dept Total' row in Department column.