Expression compare with null
Posted: Mon Feb 29, 2016 10:25 am
Hello,
I have the next expression:
{(listadoHYG_cabecera.fechaFactura == null) ? listadoHYG_cabecera.fechaInicioFmto+" - "+listadoHYG_cabecera.fechaFinFmto: listadoHYG_cabecera.fechaFactura}
I need compare the field fechaFactura with null, but it doesn`t work. The field fechaFactura contains null. How should I use the comparison operator?
Thank you!
I have the next expression:
{(listadoHYG_cabecera.fechaFactura == null) ? listadoHYG_cabecera.fechaInicioFmto+" - "+listadoHYG_cabecera.fechaFinFmto: listadoHYG_cabecera.fechaFactura}
I need compare the field fechaFactura with null, but it doesn`t work. The field fechaFactura contains null. How should I use the comparison operator?
Thank you!