How to get multiple formula column using search.lo...
# suitescript
d
How to get multiple formula column using search.load ? is there a way to get using name instead of column number ?
b
you get a column using the same parameters used to create it
so figure out how to create the formula column using script, then use that same column for result.getValue
d
but i don't want to create a new column in the script, there are already 3 formula text in the saved search that i'm loading, i want to get value of those 3. I want to try to eliminate the changes on the script if users want to change formula
b
how do you plan on identifying the different columns
d
hmm that's my question, maybe using label ?
b
then iterate through all the columns on the search and find the column with the label you are looking for
d
hmm alright, thanks for the direction given