Yes, no quote.
BUT : you can not set default value in the same page : this need to be on different page. Because : EM in same page update HTML, and can not updated .
But here, because you have dfault value in QY, you can use:
Code:
{if(1==1,QY.NAOK,QZ.NAOK)}
But, if you do:
Code:
{if(QY.NAOK>1,QY.NAOK,QZ.NAOK)}
The response are prefilled by 24 and not 48 : because when page start : QY.NAOK is empty.
if you use 'QY.NAOK' or "QY.NAOK" : EM don't appply here.
The remove the quote , and it's OK.