-
Notifications
You must be signed in to change notification settings - Fork 0
/
qgis_label_expression.txt
31 lines (26 loc) · 1.69 KB
/
qgis_label_expression.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
if( "Grand Total" is not null,
'<b>'|| "ADM2_EN" ||'</b>'||
'<p>'||
IF ("Agriculture" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Agriculture" || ' '|| "o_Agriculture" || '<p>','')
||
IF ("Coordination" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Coordination" || ' '|| "o_Coordination" || '<p>','')
||
IF ("Education" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Education" || ' '|| "o_Education" ||'<p>','')
||
IF ( "Habitat" > 0, '<span style=”font-family: Humanitarian-Icons”></span> '|| "Habitat" || ' '|| "o_Habitat" ||'<p>','')
||
IF ("Logistique" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Logistique" || ' '|| "o_Logistique" ||'<p>','')
||
IF ("Nutrition" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Nutrition" || ' '|| "o_Nutrition" ||'<p>','')
||
IF ("Protection" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Protection" || ' '|| "o_Protection" ||'<p>','')
||
IF ("Sante" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Sante" || ' '|| "o_Sante" ||'<p>','')
||
IF ("Securite Alimentaire" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"Securite Alimentaire" || ' '|| "o_Securite Alimentaire" ||'<p>','')
||
IF ("WASH" > 0,'<span style=”font-family: Humanitarian-Icons”></span> '||"WASH" || ' '|| "o_WASH" ||'<p>','')
||
IF ( "Autres" > 0, 'Autres ' || "Autres" || ' '|| "o_Autres" ||'<p>','')
||
IF ( "Not defined" > 0, 'Non défini ' || "Not defined" || ' '|| "o_not defined" ||'<p>',''), '')