How to get multiple formula column using search.load ? is there a way to get using name instead of column number ?
b
battk
01/17/2023, 2:30 PM
you get a column using the same parameters used to create it
battk
01/17/2023, 2:31 PM
so figure out how to create the formula column using script, then use that same column for result.getValue
d
dennysutanto
01/19/2023, 6:59 AM
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
battk
01/19/2023, 7:47 AM
how do you plan on identifying the different columns
d
dennysutanto
01/19/2023, 7:57 AM
hmm that's my question, maybe using label ?
b
battk
01/19/2023, 8:07 AM
then iterate through all the columns on the search and find the column with the label you are looking for