Not IsEmpty

Discussions related to ReadyDoc development.
Post Reply
cklahr
Posts: 71
Joined: Tue Oct 27, 2009 3:32 am

Not IsEmpty

Post by cklahr »

For some reason, the Not IsEmpty IF statements don't seem to be working. When I switch it around to an IsEmpty IF statement it works fine. Could there be a problem?
swheatley
Posts: 26
Joined: Thu Sep 11, 2008 1:55 pm
Location: Raleigh, NC
Contact:

Re: Not IsEmpty

Post by swheatley »

Could you post the whole statement you are using? That would help us track down the problem.
cklahr
Posts: 71
Joined: Tue Oct 27, 2009 3:32 am

Re: Not IsEmpty

Post by cklahr »

<IF (Not IsEmpty({{.PolicyNumber}}))>POLICY NUMBER: {{.PolicyNumber}}<ELSE>POLICY NUMBER: PRO FORMA</IF>
Post Reply