Forum Discussion
HamzaJ
11-25-2024Data Integration
Hey mmalhame ,
There probably is a javascript to do this, however I am not a javascript expert so my suggestion would be to use HTML.
Pivot tables allow HTML, so you could add to that field (or create a new one ) in the elasticube something like;
case
when group = 'Bindable Ready to Quote' and status in ('open','cold') then concat(concat( '<font size="6" face="verdana" color="green">',status),'</font>')
etc
Hamza