Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding values in pivot but only show total

I created a qvw with random numbers to upload, I'm on the road, just installed QV to make this QVW.

What I have :

Dimensions:

ProfitCenter

- Project

-- Department

--- WBScode

---- Article Description

Expressions:

Budget

RealTime

Obligo

AlreadySpend

StillToSpend

Problem is : Budget is made for Diension WBScode.  QV is putting the same number (Budget) in the pivot for Article.

Is there any way I can dismiss the Budget on the level of Article and only showing the number in the totals ?

Otherwise they will think that there's a budget of € 118992.67 for Article X and a budget of € 118992.67 for Article Y.

While Article X and Y are for WBScode AL01 with a total budget of € 118992.67

THX in advance

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Use this for Budget:

     =If(Dimensionality() < 5, sum(Budget))

On the presentation tab, make the Null Symbol a space character.

See attached:

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

You can try something like this.

hope it helps.

qv_community_help_2.png

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Use this for Budget:

     =If(Dimensionality() < 5, sum(Budget))

On the presentation tab, make the Null Symbol a space character.

See attached:

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein