FOREACH

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

FOREACH

Post by cklahr »

How can I simplify a Foreach statement to 2 or more options?

Ex: <FOREACH {{Order.ExistingSecurityInstrument[{{.InstrumentType}} = “Mortgage”]}}>

How can I add "OR [{{.InstrumentType}} = "Assignment"]"?
Mark McKenna

Re: FOREACH

Post by Mark McKenna »

Sorry for the late reply...

Code: Select all

<FOREACH {{Order.ExistingSecurityInstrument[{{.InstrumentType}} = “Mortgage” OR {{.InstrumentType}} = "Assignment"]>
Post Reply