So I thought this would be simple but I can't figure it out after scouring the forum. I have a view in my DB that I want to pull all the records from if one field (TeamId) DOES NOT EQUAL the value of a variable (Team) that I pass to the form.
In my DB Read I have this for the condition and it pulls all the records that EQAUL the value of the variable, but I can't figure out how to make it NOT EQUAL.
<?php
return array ("Team" => ($form->Data("TeamId")) );
?>
How do a I do a not equal (!=) ?
In my DB Read I have this for the condition and it pulls all the records that EQAUL the value of the variable, but I can't figure out how to make it NOT EQUAL.
<?php
return array ("Team" => ($form->Data("TeamId")) );
?>
How do a I do a not equal (!=) ?
This topic is locked and no more replies can be posted.
