Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
I'm trying a simple sum but have 2 different formats to return the data, dependant of the data which is selected to be shown. The elements are set using a variables:
vDisplayFormat (This should set the formatting to use)
vDisplay (This refers to the field where the data resides)
Expression I'm using is:
=NUM(SUM($(vDisplay)),vDisplayFormat)
This works for the Cost formatting, but the Time formatting returns the Error in Expression: ')' expected
The idea is to return the:
Any ideas?
Message was edited by: Chris Evans
Try =NUM(SUM($(vDisplay)),'$(vDisplayFormat)')