Not sure if I am answering your question, but you can use any KPI for color palette in treemap (of course, needs to have relation with the dimension and the size)
Dear Guillermo,
Thank you for your message and suggestion, we used that approach, but we are looking something a little bit more complex.
We are trying to keep the treemap dimension and size based into the number of cases and just change the color related with a classification PQL we had in other KPI. I do not know if it is possible?
Hmmm.... How's that classification PQL KPI? Something like "CASE WHEN whatever THEN 1, when whatever2 then 2, etc....?
I guess that, as long as the output of the KPI is numerical, you could use it for the colors.
But, again, you will need to test it.
HTH
Hi Guillermo,
Thanks a lot. We changed the PQL to a numeric value, and it worked (yes, we were using a CASE WHEN but we used a string classification type as output).
Now is working as expected.
Thank you again