Saves search formula to display sate in a state format

Add the following column in the search

search.createColumn({
    name: "formulatext",
    formula: "TO_CHAR({trandate},'DD/MM/YYYY')",
    label: "Expiry Date"
})

Leave a comment

Your email address will not be published. Required fields are marked *