Hello, I am giving this comparison:
{Video.bitrate == null? "NULL": "NO NULL"}
thanks
Check if binding is null
Re: comparison
Most bindings cannot be null and will throw an Exception instead which causes your expression {...} to not return anything at all.
e.g. Here's what I'd do:
@see viewtopic.php?f=5&t=1895
e.g. Here's what I'd do:
Code: Select all
any{bitrate}{'undefined bitrate'}