Microsoft
Software
Hardware
Network
Question : ORDER BY items must appear in the select list if the statement contains a UNION operator.
i have done unions where i did not have to do any order bys.
But when I did a union of 2 select statements, I get the above error; why is this?
thanks
Answer : ORDER BY items must appear in the select list if the statement contains a UNION operator.
You can do it like this:
=iif(Fields!CustomerState.
Value = "NY", "Tri-State", iif(Fields!CustomerState.V
alue = "CT", "Tri-State",iif(Fields!Cus
tomerState
.Value = "NJ", "Tri-State", Fields!CustomerState.Value
)))
Random Solutions
Disk Management - Dynamic Disk - Convert ot Foreign Disk OR Convert to Basic Disk
How do I block out days in Jquery calendar
Why I need crystal report file path?
My Innocent Web Site is being blocked as a phishing site? How can I stop this
WSUS Issue
Access - VBA Examples - Resources
Adobe Reader - can't find all printers
Shape color
SBS 2003 migration to new hardware
On a File/Print server, is there a way to tell who has certain printers mapped?