Notifications
Clear all
Topic starter
Creating a Results Letter form, and was pondering utilizing something where a user could click on a code from a pre-defined dropdown list (BMI, HEIGHT, WEIGHT) as simple tests and save it to DOCUMENT.NEXT_CODE.
And then the next data-display field
{if DOCUMENT.NEXT_CODE = "" then "" else LAST_OBS_VALUE(DOCUMENT.NEXTCODE) ENDIF}
But, kicking out error 32847 Function Definition is not executable.
So, is this possible, but I just have a syntax error? Like needing to do a str() on it?
Posted : April 24, 2018 6:27 am
It's function name issue, try LASTOBSVALUE.
Posted : April 24, 2018 6:42 am