Another question. I'm converting a "search" to a S...
# suiteql
s
Another question. I'm converting a "search" to a SuiteQL. In the search I have ----------------------- "AND", ["shipping","is","F"], "AND", ["taxline","is","F"], ----------------------- What is the equivalent in SuiteQL ?
c
The easiest thing to do, so you can fend for yourself, is do a select * on a couple of rows and look at the values in the columns. Then you can use
=
,
!=
,
LIKE
etc appropriately with the values you have discovered