Forums

DB read filters

brononius 22 Feb, 2016
Hey,

I'm trying to filter some records when I'm using a DB read.
I've got a colomn with 'status', and I would like to read all values, except the status 6.

So in DB read, when I use the return array('status' => '4');, the function works.
But when i use return array('status' != '6');, it gaves me an error? I expected it would give me all things, except 6.

What am I doing wrong?
brononius 22 Feb, 2016
Thanks!

It's working flawless.😉


ps maybe you can put the 'faq-link' under the field in the DB Read function instead of the example of today?
GreyHead 22 Feb, 2016
Hi brononius,

Sorry, I don't have any access to Max's source code :-(

Bob
This topic is locked and no more replies can be posted.