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: 
clovati
Partner - Creator
Partner - Creator

Code for no color

I want to put no color (transparent color) (AS TO HIDE) but not WHITE color because I have most background color.

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Try with expression in Text Color Expression like

ARGB(0,255,255,255)

View solution in original post

2 Replies
stigchel
Partner - Master
Partner - Master

Try with expression in Text Color Expression like

ARGB(0,255,255,255)

Not applicable

Hi,

ARGB() function may help, it specifies the alpha channel value (opacity):

ARGB(alpha, e1, e2, e3)


- Alpha = White to black (0 to 255), the alpha integers are (0 = Transparent, 255 = Opaque)


Kind regards,

Nuno