Question
Stats from Query of Query - is there a better way?
I am building a dynamic statistics page for authors. It
should show the number of publications generated by year (but still
show a column if no pubs for a year between first year and latest
year). Also, the number of times a publication is cited should be
totaled up by type, per year. The example I have running seems very
slow -- am I doing something wrong? is there a faster way?
The first script generates a simulated query with three columns and x number of rows. The initial query is inflexable and can not be used to generate any additional data.
This first part is to get the totals by type from latest year to first found year.
Any comments on how to make this better, stronger, faster for less than six-million dollars would be great.
THANKS!
The first script generates a simulated query with three columns and x number of rows. The initial query is inflexable and can not be used to generate any additional data.
This first part is to get the totals by type from latest year to first found year.
Any comments on how to make this better, stronger, faster for less than six-million dollars would be great.
THANKS!