Summary
This command performs a logical NAND on all parameters. It will only return false if all parameters are true.
Attributes
- none
Parameters
- two or more boolean commands
Example
<script scriptId="pregform2">
<body>
<s:if>
<s:nand>
<s:not>
<s:isSet>
<s:question>
<s:question path="/screening/inex.inc2:value"/>
</s:question>
</s:isSet>
</s:not>
<s:ne>
<s:numberPath path=":value"/>
<s:number value="2"/>
</s:ne>
</s:nand>
<s:list>
<s:createForm>
<s:parent>
<s:form path="/v01"/>
</s:parent>
<s:type>
<s:string value="pregser"/>
</s:type>
<s:alias>
<s:string value="pregser1v"/>
</s:alias>
</s:createForm>
<s:createForm>
<s:parent>
<s:form path="/final"/>
</s:parent>
<s:type>
<s:string value="pregser"/>
</s:type>
<s:alias>
<s:string value="pregserfin"/>
</s:alias>
</s:createForm>
</s:list>
</s:if>
</body>
<target typeId="sex" when="after" shouldReconcile='true' />
<dependent path="/screening/inex.inc2"/>
</script>Need more help?
Please visit the Fountayn Contact Information page.