Summary

This command returns true if the first parameter is greater than or equal the second parameter.


Attributes

Parameters

Choice of one of the following:

  • two date commands
  • two number commands
  • two string commands
  • two partial date commands

Example

<script scriptId="randomCheck1">
    <body>
        <s:alert>
            <s:expression>
           <s:or>
             <s:not>
                <s:isSet/>
            </s:not>
            <s:not>
            <s:isSet>
                <s:question>
                    <s:question path="/day1/ds3.evdt4"/>
                </s:question>
            </s:isSet>
            </s:not>
            
                <s:gte>
                    <s:datePath path=":value"/>
                    <s:datePath path="/day1/ds3.evdt4:value"/>
                </s:gte>
                
           </s:or>
            </s:expression>
            <s:correction>
                <s:string value="optional"/>
            </s:correction>
            <s:text>
                <s:string value="Date of contact is before the date of randomization.
                Please clarify."/>
            </s:text>
        </s:alert>
    </body>
    <target typeId="evdt6_" when="preprocess" shouldReconcile='true' />
    <dependent path="/day1/ds3.evdt4"/>
</script>



Need more help?

Please visit the Fountayn Contact Information page.