If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Toggling problem in Matrix report ssrs2008

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-11, 13:50
dev_ritesh dev_ritesh is offline
Registered User
 
Join Date: Dec 2011
Posts: 3
Toggling problem in Matrix report ssrs2008

I have a query in my matrix report like this.

SELECT
T1.A1,T1.A2,T1.A3,T1.A4,T1.A5,T1.A6,T1.A7,T1.A8,T1 .A9,T2.B1,T2.B2
FROM T1
INNER JOIN T2 ON T1.A9 = T2.B3
LEFT OUTER JOIN T3 ON T1.A10 =T3.C1D


I have row groups on A2,A3,A4,A5 and column group on A6.

Now I have added new column A1 and I have to make drill down on this A1(country name) and after trying every technique it's not coming.

It should look like this when user select multiple countries at a time:

+USA
+Russia
+France
+Japan

and some one select like 'france' then:

+USA
+Russia
-France
A2 A3 A4 A5 A6 A7 A8 A9 B1 B2
.. ... ...
+Japan


Can some one help in my case.

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-02-11, 13:58
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
I don't understand what your problem is.

Quote:
I have row groups on A2,A3,A4,A5 and column group on A6.
???

Can you give us the table structures, some sample data and the result that you want?

If I can make anything from your description, this is not a database problem but an interface/programming problem.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
  #3 (permalink)  
Old 12-02-11, 14:25
dev_ritesh dev_ritesh is offline
Registered User
 
Join Date: Dec 2011
Posts: 3
Toggling problem in Matrix report ssrs2008

Country AccNam Accnum Name DoorRep Address1 City\
USA TURNER 531 Ashley Ryan 11 Capital Tallahassee
USA TURNER 531 Ashley Michael 314 S.W Mobile
USA TURNER 531 Ashely Michael K 100 Shore Blvd Fort
France TURNER 53 Ashley Ryan 11 Capital Tallahassee
France TURNER 53 Ashley Michael 314 S.W Mobile
France TURNER 53 Ashely Michael K 100 Shore Blvd Fort
Japan TURNER 54 Ashley Ryan 11 Capital Tallahassee
Japan TURNER 54 Ashley Michael 314 S.W Mobile
Japan TURNER 54 Ashely Michael K 100 Shore Blvd Fort

I want like this:

+USA
+France
+Japan

When user click on France

+USA
-France
Country AccNam Accnum Name DoorRep Address1 City\

France TURNER 53 Ashley Ryan 11 Capital Tallahassee
France TURNER 53 Ashley Michael 314 S.W Mobile
France TURNER 53 Ashely Michael K 100 Shore Blvd Fort

+Japan


I hope now you can underatnd what I want.
Reply With Quote
  #4 (permalink)  
Old 12-02-11, 14:31
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
Quote:
I hope now you can underatnd what I want.
Yes, now I can.

What you want is an opening/collapsing tree view, comparable with a directory structure. That is an interface problem. Sorry, can't help you with that.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
  #5 (permalink)  
Old 12-02-11, 14:33
dev_ritesh dev_ritesh is offline
Registered User
 
Join Date: Dec 2011
Posts: 3
Toggling problem in Matrix report ssrs2008

Is there no way to solve this issue. there should be some alternative. If you know please let me know.
Reply With Quote
Reply

Tags
ssrs, ssrs 2005 navigation, ssrs 2008, ssrs2008

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On