<@U5TF1GQ20> Is there a way for me to plug variabl...
# suitescript
k
@battk Is there a way for me to plug variables into the filters of a search.create? I am getting null values
b
where are the null values
k
I am getting null values on during the search. my obj.runPaged().count shows 0 result
I had trouble plugging in variables into filter
b
the parameters for Result.getValue should match the column, including the join and summary
k
battk, i believe that part will work, it just that my itemsupplysearchObj.length is 0. it means my search filter does not work based off of the variable i passed it
Actually
i think you are right let me try grabbing by column index instead
b
the screenshot you share shows logs for 2 results
k
thank you battk, I got it working