How can I type an expression that give me specific text based on another field value? I added an image of example data.
Asked
Active
Viewed 61 times
1

CASE WHEN "KAR_KOD" = 9 THEN 'ibreli' WHEN "KAR_KOD" = 100 THEN 'karisik' END. This post might also help: Elseif Conditional Statement in QGIS Field Calculator – Joseph Nov 17 '16 at 09:53