Hello,
Hoping for some help on a Monday...It's been awhile since I've had to change any mel programming for our letters and I think I might be having a temporary brain lapse.
One of my doctors wanted to add some new NERVE boxes to his EMG VFE forms. This is done. However, he wants to only pull in what he uses into a letter.
How do I get the OBSTERM to only show in the letter if it is populated?
In other words:
F-Waves: Normal
If F-Waves is not populated then nothing.
Any help is greatly appreciated.
Rebecca
{OBSANY("obs")}
Thank you for the response. I would need the heading in there as well if it were to populate.
F Waves: {OBSANY("obs")}
If no obs then to not see as a blank spot:
F Waves:
{if obsany("obs") <> "" then "F Waves: " + obsany("obs") else "" endif}
Works like a charm. Thank you. I am little embarassed that I didn't remember how to do it!
Thank you again!!
Rebecca