Alli Deacon
09/22/2021, 2:03 PM{"function":"suiteQLRun","sql": "SELECT * from item where itemid = '10092783' or upccode = '10092783' and BUILTIN.DF(isinactive) = 'F'" }
However it is returning records where isinactive = 'T'
, even when that BUILTIN.DF(isinactive)
in the select clearly returns a 'T'
. Any ideas? TIA!CD
09/22/2021, 2:05 PMand
/ or
out first so they are logically paired within paranthesis how you would like them to be evaluated?Zoran Roncevic
09/22/2021, 2:06 PMAlli Deacon
09/22/2021, 2:09 PMbattk
09/22/2021, 2:09 PMAlli Deacon
09/22/2021, 2:09 PMAlli Deacon
09/22/2021, 2:10 PM