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: 
dsharmaqv
Creator III
Creator III

Filtering Value in Pivot table

Hi

I want to display the value >=500 in pivot table also i am displaying partial sum by column  A and B.

ABCDFBalance
GBMINDEQPortfolio1D1555
GBMINDEQPortfolio2D2666
GBMINDEQPortfolio3D3777
GBMINDEQPortfolio4D4888
GBMFXUSPortfolio6D5999
GBMFXUSPortfolio5D6111

Can some one assist me to get the required result.

1 Solution

Accepted Solutions
sunny_talwar

Have you tried this?

Dimension:

A

B

C

D

F

Expression

Sum(Aggr(If(Sum(Balance) >=500, Sum(Balance)), A, B, C, D, F))

View solution in original post

9 Replies
millan123
Creator II
Creator II

HI,

U can set the values in dimension limit tab there u can put >=500 then u will get

fashid
Specialist
Specialist

Check partial sums in presentation tab for the respective columns

vikasmahajan

you can implement Re: what if

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.
HirisH_V7
Master
Master

Hi,

May be like this,

If(Sum({<A={'GBM'},B={'IND','FX'}>}Sales)>500,

Sum({<A={'GBM'},B={'IND','FX'}>}Sales))

If(Your Expression >500,Your Expression)

HTH,

Hirish

HirisH
sunny_talwar

Would you be able to share a sample to look at this? and also share what the expected output is?

dsharmaqv
Creator III
Creator III
Author

ABCDFBalance
GBMINDEQPortfolio1D1555
GBMINDEQPortfolio2D2666
GBMINDEQPortfolio3D3777
GBMINDEQPortfolio4D4888
Total2886
GBMFXUSPortfolio6D5999
Total999
Total3885

Expected Output

sunny_talwar

Have you tried this?

Dimension:

A

B

C

D

F

Expression

Sum(Aggr(If(Sum(Balance) >=500, Sum(Balance)), A, B, C, D, F))

dsharmaqv
Creator III
Creator III
Author

Thanks Sunny....

dsharmaqv
Creator III
Creator III
Author

Hi clark, Option is not available for pivot table