Microsoft
Software
Hardware
Network
Question : Help with Grouping and Filtering?
hi,
Can you help me with grouping and filtering?
Here is my table:
orderNo, Department,status,substatu
s,orderdat
e,Approved
Department has D1,D2,D3,S1,S2,S3
Status has pending, accept,decline
substatus has cancel,return
I was able to group by Depart then Status to print them like this:
Department D1
Pending items
list pending itemno here
Accept items
list accepted itemno here
Decline Items
list decline itemno here
--------------------------
---
Now I want to break down the accepted items deeper using condition.
Pending items
list pending itemno here
Accept items with substatus cancel
list accepted itemno here
Accept items with substatus cancel
list accepted itemno here
Accept items with approved checked
list accepted itemno here
Decline Items
list decline itemno here
I am using the grouping in SSRS report.
I can't think of a way to add another group.
Can you advise?
Hopefully I was able to present my questions clearly :)
Answer : Help with Grouping and Filtering?
something like this
=iif(Fields!LightsID.Value
=1,"True group",
iif(Fields!LightsID.Value = 3,"False group",
"other group"))
Random Solutions
iPhone jailbreak now legal, what's the safest?
Mac OS X 10.6.3 Can't logon to Active directory
Please explain me this javascript example about the DOM
Exchange 2010 Antivirus Options
Setting up DNS records for a small business with a new domain
window 7 OS: blank (black) screen only, as it logs in
Where is the Default Printer set in Crystal Reports?
adding static IP addresses onto a network. anything I should take into account?
Access Cheker Web part not working with MOSS SP2 with CU April 2010
How do I convert a 6 figure digit string to look like a date?