vennila ramasamy
09/18/2023, 3:43 PM{
values: {
"SUM(formulanumeric1)": "3",
"SUM(formulanumeric2)": "3"
}
}
i want to fetch 3, but am not able to do it. i had tried all means. coudl anyone please help? below is the code
search.createColumn({
name: "formulanumeric1",
summary: "SUM",
formula: "CASE WHEN {quantity}-{quantityshiprecv} > 0 THEN 1 ELSE 0 END",
label: "Open Lines"
}),
search.createColumn({
name: "formulanumeric2",
summary: "SUM",
formula: "{quantity}-{quantityshiprecv}",
label: "Open Qty"
})NElliott
09/18/2023, 3:45 PMClay Roper
09/18/2023, 4:43 PMraghav
09/18/2023, 6:25 PMvennila ramasamy
09/19/2023, 8:04 AMNElliott
09/19/2023, 8:39 AM