Bug Report #1647262346152 issue in Set Value data binding with if else condition

OS info

Problem description

Steps to reproduce

  1. report1647262346012.zip (126.3 KB)
  2. Whenever i write a condition inside Set value properties in server side, it changes automatically using + operator,
    Syntex below

My Syntex was in Code:

stat == 1 ? 'SUCCESS' : stat == 0 ? 'FAILED'  : 'PENDING'

Syntex automatically changed as:

stat==1+? 'SUCCESS' : stat==0+? 'FAILED' : 'PENDING'
Community Page
Last updated: