Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | shilpashPosting Yak  Master
 
 
                                        103 Posts | 
                                            
                                            |  Posted - 2012-05-25 : 12:52:10 
 |  
                                            | i have 4 paramters in ssrs.I am displaying it in orderly.lets say A,B,C AND D.Paramters b depend on a,paramter c  depend on a and b and paramter d depend on a,b and c.This means when user choose a ,,he will see value on b depending on paramter a and when he chose b,he will see values on c depending on a and b and so on.Evertyhing displaying right on my report.But when i choose paramter d,it only depends on c.I need to tie this with a,b paramter as well.Please help.Thanks |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2012-05-25 : 15:37:01 
 |  
                                          | how have you given the query for populating parameter d? does it have a.b and c as parameters passed into it?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |  
                                          |  |  |  
                                |  |  |  |