Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
is it possible to see the exact value in % of the transparency I've selected f. example for a button?
To understand better what I mean see the picture attached.
The background of my question is, that I like to have the same value for each button -- The way to copy the first button and insert it on every sheet is possible but that's a lot of work because there are a lot of buttons that already exists.
Thanks
Hi,
Go to the button properties, General, click on the Color button, and on the new dialog, click on Calculated Color, then write, for example:
ARGB(50, 255, 0, 0)
Which will leave the button 50% transparent, with red background.
Hope that helps.
Miguel
Hi,
I'd suggest you to use instead the ARGB() function, that allows four parameters, the first of which is from 0 to 100 the value of transparency.
Hope that helps.
Miguel
Thank you for your fast response.
Where could I insert this function? I can't find an editor at the button-object. - Or is it necessary to set a condition and insert there the ARGB()-function?
Hi,
Go to the button properties, General, click on the Color button, and on the new dialog, click on Calculated Color, then write, for example:
ARGB(50, 255, 0, 0)
Which will leave the button 50% transparent, with red background.
Hope that helps.
Miguel
Okay, thanks a lot 🙂
It work's but as a hint for other readers:
The first value of ARGB is not in percent -> To get it near non-transparency you have to choose a higher value like 200
And as a hint to the QlikView-developers maybe they should think about to show the exact value of the transparency-value at the slider 😉
Thanks for the clarification!
Actually I was wrong and the values for transparency are not certainly percentage but value from 0 (transparent) to 255 (opaque).
Regards.
Miguel