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

PIE Chart

hi,

i have a pie chart -

the dimansion is expression-

=if(aggr(((sum(MONTHLY_RCVD_UNITS_QTY_NEW)-sum(MONTHLY_RJCT_MRB_SI))/sum(MONTHLY_RCVD_UNITS_QTY_NEW)),Central_BP)>=0.95,'Preferred',
if(aggr(((sum(MONTHLY_RCVD_UNITS_QTY_NEW)-sum(MONTHLY_RJCT_MRB_SI))/sum(MONTHLY_RCVD_UNITS_QTY_NEW)),Central_BP)>=0.85,'Satisfactory','Unsatisfactory'))

the expression-

count(distinct bp_code)

i want that each value of my dimension will hava a color anf if im choosing ine value the color will stay

i try to do it with presistent color ant its not work

how can i do it?

tnx,

adi

2 Replies
gautik92
Specialist III
Specialist III

it should work with persistent color

Digvijay_Singh