-----Original Message-----From: eLink Discussion: Livelink LiveReports Discussion [mailto:livereportsdiscussion@elinkkc.opentext.com]Sent: 02 July 2003 18:14To: eLink RecipientSubject: Tracking Task List with LiveReports Tracking Task List with LiveReports Posted by SANMIN011 (DeRoche, John) on 07/02/2003 01:06 PM I'm trying to track a group of tasks that are either active, completed, pending, on hold or cancelled. Each group has three sub-groups. The information I want to capture would be the number of each group, the number of each sub-group within the active group, how many days each task is open then average them together, how many days each completed task was open then average those numbers together. I know this is pretty involved any advice or suggestions on how I should go about capturing this information would be greatly appreciated.
Try using these two lines:
[LL_REPTAG_'$' SETVAR:VarValueDollar /]
[LL_REPTAG_!VarValue ROUND:2 SEPARATE:, CONCATVAR:VarValueDollar CURRENTVAL /]
In particular the Separate command saves a lot of code, inserting commas after every three digits.