Microsoft
Software
Hardware
Network
Question : access crosstab query question
Is there any way to change the order of the columns in the pivot section of the crosstab query?
I have one stuck in the middle that I need at the beginning.
Here is the query
TRANSFORM Sum(IIF(R.FeeBenefitAmount
= 0, null,R.FeeBenefitAmount)) AS SumOffAmount
SELECT R.Client, R.Loan, R.[Customer Name], R.[Mailing Address], R.[Property Address], Sum(R.FeeBenefitAmount) AS [Sum Of Fees]
FROM QryCustomerServiceRpt_JMR as R
GROUP BY R.Client, R.Loan, R.[Customer Name], R.[Mailing Address], R.[Property Address]
ORDER BY R.Client, R.Loan
PIVOT R.FeeCodeDescription;
The FeeCodeDescription gives me the fee titles. I need one of those fees at the beginning.
Answer : access crosstab query question
On top, DCOM can be secured by encryption automatically.
Random Solutions
Convert C# to VB
Just installed SQL Server 2005, but no instance appears
XP 10 inbound connection limit question
group policy missing options
Cannot start the reminder service - Outlook 2007
PHP/Javascript newbie - need help integrating niftycube into my site
Bash Shell script interview questions
Audit Report Generation SharePoint Content Viewing
How to find the row count in an Oracle DataReader in ASP.NET?
linux router with iptables script