Posted: Sat May 17, 2008 8:14 am Post subject: Filter node database query condition
Novice
Joined: 01 May 2008 Posts: 14
hi!
I'm wondering...
Is it possible to retrieve data from a database and depends its value propagated to different nodes?
If a Filter node has a database query condition and
if this query returns a row, than propagate to output1
if not, than propagate to output2
somethin like..
Code:
IF( (SELECT count(b) FROM A) = 1 ) THEN
output1
ELSE
output2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum