Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone! Need a help from you, I have a table and I need to do a color conditional saying the following. if (Column (3) <= -10, white (), But when I make this logic in qlik sense he can not recognize the -10, which would be the reason. The original data is in percentage.
Att,
Raul Souza
Hi Raul,
This is because percentages are floats and not integers. Read, -10% is really -0.10. This means if you want the coloring to work, you should change the number.
Jordy
Climber