#16 🎨 Control your Table formating in Qlik Sense

🎨 Control your Table formating like a Qlik Artist👨‍🎨

I'm not a fan of tables, but it always comes a time when your business user says :
"Hey, a Crossed Table would be great here !" 😑

As a Qlik 🦸‍♂️or🦸‍♀️, your responsability is at least to ensure that it is as readable as possible !

In my example, I'm using Dimensionality(), ColorMix1() and Mod() 🧙‍♂️

I won't talk again about colour for a while, then leave a comment if you want to get the qvf for the whole series of 4 posts listed below.

Cheers

❓How To❓

You can control background with this king of expression :

If(Dimensionality()=1,rgb(130, 177, 255),
if(Dimensionality()=3,
colormix1( mod(rowno(),2), rgb(187, 222, 251), rgb(144, 202, 249))
))

Download QVF

Read more

#11 CUSTOM GRADIENT COLOR IN QLIK SENSE 🎨

#13 ADD INFORMATION BY COLORING WITH A SECOND MEASURE 🎨

#15 CUSTOM COLOR TEMPLATE IN QLIK SENSE 🎨

DQC16.gif