Hi everyone, how do I format the result my saved s...
# suiteanalytics
n
Hi everyone, how do I format the result my saved search formula (numeric): {amount}-{billingtransaction.amount} say, text color red and bold - I've made a couple attempts on my own, but they were not successful!
g
How are you trying to do this?
via HTML in the formula?
If you're trying via HTML, it won't work in a Formula (numeric) - has to be Formula (text)
Without knowing more about your search, you could try this:
'<span style="color:red;font-weight:bold">'|| ({amount}-{billingtransaction.amount}) ||'</span>'
k
Try using nvl to return 0 when null too
👍🏻 1
Also try looking into highlighting rules
n
@Gregory Jones @KevinJ of Kansas Thank you for the suggestions, I'll lyk if I'm successful! I forgot I tossed this out there, so I apologize for the delayed reply.
g
Good luck, hope you're able to get what you need (or at the very least, close enough to it).