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
your No. Hrs Worked should be [No. Hrs Worked] or "No. Hrs Worked"
please post sample app
thanks
regards
Marco
try $(vDisplayFormat)
Hi, I tried that before using the forum, doesn't work.
Sample app is uploaded
your No. Hrs Worked should be [No. Hrs Worked] or "No. Hrs Worked"
try like this
=NUM(SUM($(vDisplay)),'$(vDisplayFormat)')
Thanks ... simple solution
This is the answer, just need to adjust the variable action to one of the above and it will work fine
Didn't work ... but we got to the solution