Hi ,
Try this ,
If $Something=1 then 'one
else if $Soemthing = 2 then 'two'
else ''
Remove the text $Aktivitas/Intentitas , Instead just add Text in ''
At the end add else empty or else '' will resolve your issue if your attribute type String.
Hope this helps.
Thanks.
You need to change this to:
if $Aktivitas/intensLevel = 1 then 'Leha-Leha'
else if $Aktivitas/intensLevel = 2 then 'Baru Mulai'
etc...
else
''