Lee
Well-known member
If I have the following code:
Is it possible to cumulatively check the value of a result and check to see if it is not null?
For example if I had 10 results I would like to read the following field:
And display some text if any of them return null.
Code:
<xf:foreach loop="$foobar" value="$foo">
</xf:foreach>
Is it possible to cumulatively check the value of a result and check to see if it is not null?
For example if I had 10 results I would like to read the following field:
Code:
$foo.xyz
And display some text if any of them return null.