There is a case where I need to use multiple IF in one line.
In which upcoming version will it be possible to do this? Or maybe there is a way to circumvent this limitation, but without moving to another line.
case:
cmdDelimiter: '[{'
[{IF variable.value == 'someTest'}] test: [{ field.value }][{END-IF}][{IF variable.value == 'someTest1'}] test text: [{ variable2 }][{END-IF}]
There is a case where I need to use multiple IF in one line.
In which upcoming version will it be possible to do this? Or maybe there is a way to circumvent this limitation, but without moving to another line.
case:
cmdDelimiter: '[{'