Hi All,
I have just 3 Field.
DateStart(date),DateFinish(date),Cost(double)
How can I make Output is Cost Accumulation per day like
Day1=Cost Which SUM all UnitCost within Day#1
Day2=Cost Which SUM all UnitCost within Day#2
Day3=Cost Which SUM all UnitCost within Day#3
..and so on until the latest DateFinish.
another word..calculate daily or weekly cost spent so i can display it as daily basis, or weekly basis. i m not able to do it becouse the data entried is not per daily..but per range of date.
Please Help
Thanks for any support.
I have just 3 Field.
DateStart(date),DateFinish(date),Cost(double)
How can I make Output is Cost Accumulation per day like
Day1=Cost Which SUM all UnitCost within Day#1
Day2=Cost Which SUM all UnitCost within Day#2
Day3=Cost Which SUM all UnitCost within Day#3
..and so on until the latest DateFinish.
another word..calculate daily or weekly cost spent so i can display it as daily basis, or weekly basis. i m not able to do it becouse the data entried is not per daily..but per range of date.
Please Help
Thanks for any support.