formatting if fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 consecutive (not nested) if statements with number picture field
switches in each for the field results. I want each number result to be on
a separate line if there is a result.
If there is not a result I do not want a blank line inserted.
Can you help?
 
For example,

{ IF a = b "{ REF x \#0.00 }
" ""
}{ IF c = d "{ REF y \#0.00 }
" ""
}{ IF e = f "{ REF z \#0.00 }
" ""
}

Pete Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top