Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to highlight green row which picked the top 3 from col 2
make it green all 4 col
how it works ?
You can use rank
if(rank<4,green())
https://help.qlik.com/it-IT/sense/August2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/Ranking...