Page 1 of 1

if - endif condition on one line with empty value outputs if condition

Posted: 28 Mar 2024, 03:34
by antevasin
replicated in this demo by going to
https://rukovoditel.cloud/demo/3.5/inde ... mo_id=3141
Print>>Print Sticker is fine and outputs as expected as there is value for field 215 (Project)

However going to this record
https://rukovoditel.cloud/demo/3.5/inde ... mo_id=3141
Print>>Print Sticker outputs {{if([215]>0):}} incorrectly
export template issue.png

Re: if - endif condition on one line with empty value outputs if condition

Posted: 30 Mar 2024, 09:31
by support
In one line just ad spaces in condition

Code: Select all

{{if([215]>0):}} {#215:Project} {{endif}}
https://rukovoditel.cloud/demo/3.5/inde ... mo_id=3141