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
Adding an if statement
Your message wasn't delivered because of security policies. Microsoft Exchange will not try to redeliver this message for you. Please provide the following diagnostic text to your system administrator
#tables always in tempdb only?
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
How to connect Crystal Report to SQL database in .NET C#
How do I check if a window is already open or give it focus using Flex/Flash
How do I connect to a Windows VPN server through a Cisco ASA 5505?
How convert Windows 7 shadow copies into usable Restore Points like XP?
Add date to MySQL
SAP RFC returning Invalid Data Type