Notifications
Clear all
Topic starter
A colleague of mine is trying to create a listing of all of the attended office visits for a particular provider.
This is what she has come up with. I think this fails because APPTS_BY_STATUS does not return a string but I could be wrong. Anyone have any ideas or suggestions?
{If match(APPTS_BY_STATUS("arrived","FULL"), 1,“Kassube MD”) > 0
Then
Getfield(match(APPTS_BY_STATUS("arrived","FULL"), 1,“Kassube MD”))
Else
“No appointments with Kassube”
endif}
As usual, thanks for all of your help!
Geoff
Posted : November 13, 2013 5:34 am