Changes

Jump to: navigation, search

Template / Type Formula

150 bytes added, 18:42, 24 October 2013
Examples
* To populate the '''End Date''' standard field with the date the status is changed to '''Complete'''
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">@level1.enddate@=CASE WHEN "@level1.status@"="Complete" and "@level1.enddate@"="0000-00-00" THEN CURDATE() WHEN "@level1.status@"="Complete" and "@level1.enddate@"!="0000-00-00" THEN "@level1.enddate@" ELSE "0000-00-00" END;</pre>
==Using a Level 2 Type Formula==
8,849
edits

Navigation menu