Duration Field
i need to have Duration field to automatically filled by subtract start date from end date . i try the following but its not work
<$dprDerivedValue=parseDate(parseDate(#active.xEnd_Date) - parseDate(parseDate(#active.xStart_Date)$>
0
i need to have Duration field to automatically filled by subtract start date from end date . i try the following but its not work
<$dprDerivedValue=parseDate(parseDate(#active.xEnd_Date) - parseDate(parseDate(#active.xStart_Date)$>