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

Changing default color of piechart in qliksense

Hi,

i have created a pie chart, with

Diemension:

PICK(Match(subject_id, '1','2','3','4'),'Test','Exam','party','Diwali')

Expression:

Count({$<status = {'Completed'},batchid = {'42'}>}distinct offer_id)

How could i change, default color of pie chart.

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

In Color and Legends section choose color by expression,

Try

PICK(Match(subject_id, '1','2','3','4'),rgb(),rgb(),rgb(),rgb())

Use different RGB values whichever you want.

View solution in original post

3 Replies
shraddha_g
Partner - Master III
Partner - Master III

In Color and Legends section choose color by expression,

Try

PICK(Match(subject_id, '1','2','3','4'),rgb(),rgb(),rgb(),rgb())

Use different RGB values whichever you want.

berryandcherry6
Creator II
Creator II
Author

Hi,

Thankyou a lot. it worked

shraddha_g
Partner - Master III
Partner - Master III

Great.