@battk
Is there a way for me to plug variables into the filters of a search.create?
I am getting null values
b
battk
08/02/2022, 2:05 AM
where are the null values
k
Ken
08/02/2022, 3:51 PM
I am getting null values on during the search.
my obj.runPaged().count shows 0 result
Ken
08/02/2022, 3:52 PM
I had trouble plugging in variables into filter
b
battk
08/02/2022, 3:54 PM
the parameters for Result.getValue should match the column, including the join and summary
k
Ken
08/02/2022, 3:55 PM
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
Ken
08/02/2022, 3:57 PM
Actually
Ken
08/02/2022, 3:57 PM
i think you are right let me try grabbing by column index instead