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

ColorMix1 with hex color?

Is it possible?  Something like this:

ColorMix1($(some_variable), white(), '#4477aa')

I don't know what the correct syntax is, but the above does not work.

2 Replies
petter
Partner - Champion III
Partner - Champion III

You can do this:

ColorMix1( $(some_variable) , white() , Num#( '4477aa' , '(HEX)' )  )

mmarchese
Creator II
Creator II
Author

That sort of works, but the result looks glitched out as shown in the screenshot below.

The left column's background color formula is:

ColorMix1(Expression3, white() , rgb(68, 119, 170))

The right's color formula is:

ColorMix1(Expression3, white() , Num#('4477aa', '(HEX)'))

ScreenClip [3].png