Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BRE Rules › Re: BRE Rules
December 22, 2006 at 1:00 AM
#17051
There is no direct way to do "else".
The normal way to achieve this in one policy is to have two rules, one which is the "not" of the other.
Or, as the previous poster suggested, you can create an intermediate result and check that in another rule. However, this tends to produce logic which is very hard to read.
By the way, if I understand correctly, not having an "else" clause is quite normal in rules languages.
John D.