Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Image representation

Hi Community,

 

 

BY mistake

 

Thanks in Advance

1 Reply
rubenmarin

Hi @smilingjohn, for the circle you can add a measure with value as =Chr(11044)

And in color text expression you can use your expression, instead of the qmem://<bundled>/BuiltIn/... use the rgb color code for each one or name the colors:

=Pick(Match(

if(Aggr(Count(DISTINCT Network),Network)>0,
if(aggr(count(Distinct if([Sub-Department]=Sub_Dep and
WildMatch(Category,'*N12*')>0,ID)),[Sub-Department])>0,'R',
if(aggr(count(Distinct if([Sub-Department]=Sub_Dep ,ID)),
[Sub-Department])>0,'G','B')),
if(aggr(count(Distinct if(WildMatch(Category,'*N12*')>0,ID)),Departments)>0,'R',
if(aggr(count(Distinct ID),Departments)>0,'G','B'))
)

,'G','R','Y','B')
,RGB(0,192,0),Red(),Yellow(),Blue()) // RGB code or color function