Hi many thanks for reply tried setting array as shared variable but couldn't return array as result of a formula (was using the sum (field ,Group) clause). Ultimately I want to do a running total on the array elemnts .
e.g. Group Staff Name **Weeks ["1","2","3","4","5"]**
Mon 9:00 - 10:00 (array) ["2.5","0","2.5",".75","0"]
Tue 11:30 - 12:00 (array) ["1.5","1","1.5","0","0"]
Group Footer ["4","1","4"".75","0"] ** Result want 2 achieve
This will then give me the totals for each week this person worked .
Hope this makes some sort of sense.
Again many thanks.