Changes

Visibility Condition

25 bytes added, 19:37, 2 June 2009
no edit summary
* To make the field visible after 06 February 2009.
now()>'2009-02-06'
 
 
* '''IMPORTANT:''' for a visibility condition based the '''startdate''' or '''enddate''':
::* Use ''''@fullstartdate@'''' rather than ''''@startdate@''''
::* Use ''''@fullenddate@'''' rather than ''''@enddate@''''.
:''This will format the stored date as yyyy-mm-dd so it can be compared using < and >.''
'@fullstartdate@' >= '2009-05-01'
* To make the field visible only if the date in the field named '''Date Initiated''' is on or after 2009-01-31
'@Date initiated@' >='2009-01-31' :'''IMPORTANT:''' for a visibility condition based the '''startdate''' or '''enddate''' standard fields you should use ''''@fullstartdate@'''' rather than ''''@startdate@'''' and ''''@fullenddate@'''' rather than ''''@enddate@''''. This will format the stored date as yyyy-mm-dd so it can be compared using < and >.
0
edits