I have another question regarding another part of this report I am working on that perplexes me.
I have a Column called Classification_Referral_Source. It contains 5 types of referral sources: Self_Report, Third Party, Board Action, Board-FUDT, Board-Eligibility; the two latter ones always need to be added together for reporting purposes.
Is there a way that would either create an extra column to add all of the Board-FUDT and Board- Eligibility numbers together or that would replace those two columns with the total of the two?
This is what I am working with thus far. Thanks your your kindness. Im really new at this...
SELECT Month([Date_Closed]) AS CalendarMonth, Year([Date_Closed]) AS CalendarYear, IIf([CalendarMonth]>6,[CalendarYear]
+1,[CalendarYear]) AS FY, sj_qry_close_by_referral_by_fy.CaseID, sj_qry_close_by_referral_by_fy.Date_Closed, sj_qry_close_by_referral_by_fy.Board, sj_qry_close_by_referral_by_fy.Classification_Referral_Source
FROM sj_qry_close_by_referral_by_fy
WHERE (((sj_qry_close_by_referral_by_fy.Date_Closed) Between #7/1/2007# And #6/30/2014#));
FY | Total Of CaseID | Board - Eligibility for Monitoring | Board - Follow-Up to Diagnosis/Treatment | Board Action | Self-Report | Third Party |
---|---|---|---|---|---|---|
2008 | 449 | 60 | 78 | 53 | 207 | 51 |
2009 | 462 | 78 | 70 | 45 | 183 | 86 |
2010 | 489 | 87 | 64 | 62 | 201 | 75 |
2011 | 524 | 103 | 68 | 57 | 189 | 107 |
2012 | 455 | 91 | 37 | 56 | 193 | 78 |
2013 | 522 | 107 | 37 | 79 | 227 | 72 |
2014 | 527 | 120 | 55 | 83 | 189 | 80 |
__._,_.___
Posted by: Sheryl.Jones@state.mn.us
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar