Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Table - Hide some rows to "Other"

I have table:

Manager     Plan     Fact

Manager 1     100     150

Manager 2     200     220

Manager 3     0     100

Manager 4     0     80

If need table:

I need pivot table:

Manager     Plan     Fact

Manager 1     100     150

Manager 2     200     220

Other     0     180

I.e., if Fact = 0, I must display Manager "Other" instead of Name.

Help me, please!

1 Reply
oknotsen
Master III
Master III

Hi,

Remove Manager and add a Calculated Dimension instead with this code:

= if(Plan = 0, 'Other', Manager)

See attached.

May you live in interesting times!