Can anybody help me, it going so well and i reach a wall

0
i need help i like to close this if else statement but i don't know how to close it so can anybody help me?
asked
2 answers
0

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.

answered
0

You need to change this to:

if $Aktivitas/intensLevel = 1 then 'Leha-Leha'

else if $Aktivitas/intensLevel = 2 then 'Baru Mulai'

etc...

else

''

answered