Hi folks,
![Grin ;D]()
I have a the following in my Framework Model and it is producing a 1 or 0 for each record that meets the condition.
if ( [UCM Physical View].[STATUS] in (1,2,3) )
then (1)
else (0)
The problem is I need to have any record that falls ...


I have a the following in my Framework Model and it is producing a 1 or 0 for each record that meets the condition.
if ( [UCM Physical View].[STATUS] in (1,2,3) )
then (1)
else (0)
The problem is I need to have any record that falls ...