Hello everyone.
I have a query that gives me the following results:
[tt]Name SkillUsed TimeUsed Date[/tt]
[tt]Name 1 Skill1 20 8/1/2008[/tt]
[tt]Name 1 Skill1 20 8/2/2008[/tt]
[tt]Name 1 Skill2 10 8/6/2008[/tt]
[tt]Name 1 Skill2 20 8/5/2008[/tt]
[tt]Name 1 Skill1 20 8/4/2008[/tt]
[Name] is based on a criteria and [Date] is based on a criteria as well (need the date range - from-to).
I would like for this query to give me the totals of TimeUsed based on [SkillUsed] ignoring the Dates...
Something like this
[tt]Name SkillUsed TimeUsed[/tt]
[tt]Name 1 Skill1 60[/tt]
[tt]Name 1 Skill2 30[/tt]
Any suggestion on how to achieve this would be really appreciated.
Thank you in advance.
I have a query that gives me the following results:
[tt]Name SkillUsed TimeUsed Date[/tt]
[tt]Name 1 Skill1 20 8/1/2008[/tt]
[tt]Name 1 Skill1 20 8/2/2008[/tt]
[tt]Name 1 Skill2 10 8/6/2008[/tt]
[tt]Name 1 Skill2 20 8/5/2008[/tt]
[tt]Name 1 Skill1 20 8/4/2008[/tt]
[Name] is based on a criteria and [Date] is based on a criteria as well (need the date range - from-to).
I would like for this query to give me the totals of TimeUsed based on [SkillUsed] ignoring the Dates...
Something like this
[tt]Name SkillUsed TimeUsed[/tt]
[tt]Name 1 Skill1 60[/tt]
[tt]Name 1 Skill2 30[/tt]
Any suggestion on how to achieve this would be really appreciated.
Thank you in advance.