I set a global HK:
Code: Select all
nuSetProperty('hk', nuGetValue('mycheckbox').toString(), true)
Next, in a Browse SQL, I added the following SQL code:
Code: Select all
SELECT * FROM mytable where my_column <> '#hk#'
I also added in BB:
Code: Select all
nuDebug('#hk#');
Are you doing anything differently that I should know about?