Notifications
Clear all
General Discussion
3
Posts
2
Users
0
Reactions
96
Views
Topic starter
I'm trying to enter in the MEL Expression box, 2 functions. One is LASTOBSDATE ("PE SHOULDER") and the other is ALL_PRIOR("LIST).
I'm wanting to list all previous obs of PE SHOULDER in a list. Not just the last previous one.
Any help is appreciated.
Posted : September 24, 2015 5:24 pm
Give this a try:
{LIST_OBS('PE SHOULDER','Signed','list',"valuedate")}
This should give you a list of the terms that have been signed with the date and time recorded. Take a look at the help file in cps for LIST_OBS() and it will give you other formatting options.
Posted : September 25, 2015 2:26 am
Topic starter
Thank you very much. That's exactly what I was wanting.
Posted : September 25, 2015 2:55 pm