I am working on a report that the business unit has added some twists and turns for me to find my way through. Report will be bringing in 60 months worth of data (long running queries) with multiple breaks by place of service and services throughout.
example of output I have multiple columns doing similar things I am only showing one on this example.
(Month end) (claims/members) (annual % change) (Quarterly % Change)
01/31/2000 $200 0 0
02/29/2000 $200 0 0
03/31/2000 $100 0 0
04/30/2000 $500 0 0
05/31/2000 $100 0 0
06/30/2000 $300 0 160% current/prior qtr
this would continue month by month until 60 months are displayed. It will not always be starting in January. Quarter logic will always be based on calander quarters.
01/31/2001 $100 (50%)
Once months are displayed so there are months a year apart in this example (claims paid Jan 2001) / (claims paid Jan 2000) annual change will start displaying
Issues I am working through on report:
How can I identify prior Qtrs I can force context and get a dollar sum by quarter but am stumped at how to find previous for quarter change variable.
Same with year how to identify dollars from Jan 2001 to be divided by Jan 2001
Currently I am working with 2 queries. One bringing in dollars for claims the other member counts. I am trying to limit queries due to the level of granularity and very long run times.
Mike Murray EDS
Wellmark Blue Cross Blue Shield of Iowa
mike.murray@eds.com
change is inevitable, progress however is optional
mmurray (BOB member since 2003-01-13)