We have developed 1 dashboard in QlikView and we are using NP Geo Map extension externalyy. Below is the picture of the same. We are using 2 Formulas to showcase Budget and Actual Country wise using color code range.
Color Code formula:
If($(vSalesBud)>=15,RGB(84,130,53) , if($(vSalesBud)>=0 and $(vSalesBud)<=15, rgb(146,208,80) , if($(vSalesBud)>=-15 and $(vSalesBud)<0, rgb(255,192,000), if($(vSalesBud)<-15,rgb(192,000,000) ))))
I'm now developing the same Dashboard in Qlik Sense and using in-built Map but If I use the above Color code expression under Color Tab and Check "Expression is Color Coded", I get the color but no values. Reference pic:
If I unchecked "Expression is Color Coded" and only use the formula Num(Sum(Budget),'#,##0.00'), I get following :
Can anyone please help me in achieving at least most feasible closest solution to the "Map" issue.