Summary

This command returns true if the first parameter is greater than 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="randomEntranceCk">
    <body>
        <s:alert>
            <s:expression>
                <s:or>
                    <s:not>
                        <s:isSet/>
                    </s:not>
                    <s:not>
                        <s:isSet>
                            <s:question>
                                <s:question path="/day_1/ie.evdt_"/>
                            </s:question>
                        </s:isSet>
                    </s:not>
             <s:gt> 
                               <s:datePath path=":value"/> 
                               <s:datePath path="/day_1/ie.evdt_:value"/> 
                               </s:gt> 

                </s:or>
            </s:expression>
            <s:correction>
                <s:string value="optional"/>
            </s:correction>
            <s:text>
                <s:string value="Date of randomization is not after the entrance criteria
                date of assessment. Please clarify."/>
            </s:text>
        </s:alert>
    </body>
    <target typeId="evdt4_"  when="preprocess" shouldReconcile='true' />
    <dependent path="/day_1/ie.evdt_"/>
</script>





Need more help?

Please visit the Fountayn Contact Information page.