georgesOne
Technical User
Dear All:
I have a query (Quarter is a string function (Quarter: Format(Startdate, "q"), Incidents is a count function of Startdate entries during this quarter in the underlying table resulting in
Tool Quarter Incidents
A 1 2
A 3 1
A 4 3
B 3 4
C 1 2
I want a result like
Tool Quarter Incidents
A 1 2
A 2 0 <-
A 3 1
A 4 3
B 1 0 <-
B 2 0 <-
B 3 4
B 4 0 <-
C 1 2
C 2 0 <-
C 3 0 <-
C 4 0 <-
because I want to create charts with identical layout for each quarter.
How would I do that...any tip?
Thanks a lot.
Georges
I have a query (Quarter is a string function (Quarter: Format(Startdate, "q"), Incidents is a count function of Startdate entries during this quarter in the underlying table resulting in
Tool Quarter Incidents
A 1 2
A 3 1
A 4 3
B 3 4
C 1 2
I want a result like
Tool Quarter Incidents
A 1 2
A 2 0 <-
A 3 1
A 4 3
B 1 0 <-
B 2 0 <-
B 3 4
B 4 0 <-
C 1 2
C 2 0 <-
C 3 0 <-
C 4 0 <-
because I want to create charts with identical layout for each quarter.
How would I do that...any tip?
Thanks a lot.
Georges