air1access
Technical User
I have seen this trick a while back but can't remember how to do it...!
I have a table with the data like this:
Admin Ops-141 Escalated Member Status Change - 141.12
Admin Ops-141 HouseCalls Business Continuity Plan - 141.11
Admin Ops-141 HouseCalls Small County Analysis - 141.13
Analytics-132 Create Pseudoclaim for HEDIS Gap Closure - 132.16
Analytics-132 HC External Customers Coding and Billing Review - 132.20
Analytics-132 HC External Referrals Processing - 132.18
Analytics-132 Inpatient Members for Manual Dialing - 132.13
I'd like for it to look like this:
Admin Ops-141
________________Escalated Member Status Change - 141.12
________________HouseCalls Business Continuity Plan - 141.11
________________HouseCalls Small County Analysis - 141.13
Analytics-132
________________Create Pseudoclaim for HEDIS Gap Closure - 132.16
________________HC External Customers Coding and Billing Review - 132.20
________________HC External Referrals Processing - 132.18
________________Inpatient Members for Manual Dialing - 132.13
I know it takes 2 queries. one I have like this:
SELECT Team, "" AS [Process Name & ID] FROM tbl_Inventory_Report
But I can't remember how to build the 2nd query and then build them in an Union query...
Any suggestions? Ideas?
Thanks in advance..!!!
I have a table with the data like this:
Admin Ops-141 Escalated Member Status Change - 141.12
Admin Ops-141 HouseCalls Business Continuity Plan - 141.11
Admin Ops-141 HouseCalls Small County Analysis - 141.13
Analytics-132 Create Pseudoclaim for HEDIS Gap Closure - 132.16
Analytics-132 HC External Customers Coding and Billing Review - 132.20
Analytics-132 HC External Referrals Processing - 132.18
Analytics-132 Inpatient Members for Manual Dialing - 132.13
I'd like for it to look like this:
Admin Ops-141
________________Escalated Member Status Change - 141.12
________________HouseCalls Business Continuity Plan - 141.11
________________HouseCalls Small County Analysis - 141.13
Analytics-132
________________Create Pseudoclaim for HEDIS Gap Closure - 132.16
________________HC External Customers Coding and Billing Review - 132.20
________________HC External Referrals Processing - 132.18
________________Inpatient Members for Manual Dialing - 132.13
I know it takes 2 queries. one I have like this:
SELECT Team, "" AS [Process Name & ID] FROM tbl_Inventory_Report
But I can't remember how to build the 2nd query and then build them in an Union query...
Any suggestions? Ideas?
Thanks in advance..!!!