Login   Register 
Receive news via our XML/RSS feed
Home | Book | Contents | Preview | Articles | Tools | Newsletters | Premium | Ask | About

Home

Book

Contents

Preview

Articles

Tools

Newsletters

Premium

Ask

About

Most Popular Articles
  • Using Secure Sockets Layer (SSL) for SQL Server 2000 Reporting Services
    Creating an SSL Certificate to ensure your confidential reports remain confidential


  •  
    Beta V Corporation
     
     
    SQL Reporting Services - Answers to your questions
     
    Author Thread: Select all by default for parameter
    roy mm

    Select all by default for parameter
    Posted: Thursday, March 29, 2007 7:22 AM (GST)
    Hello. I have a parameter with multi values taken from a query. When I open the report the first option in the parameter option list is "select all". I want the "select all" to be selected by default when I open the report. I Tried to use the same query in the default value of the parameter in the hope that this will check all the values but it didn't work. Any ideas? Thanks!
     

    Comments:  

    Author Thread:
    NancySoto
    Select all by default for parameter
    Posted: Friday, April 13, 2007 5:21 PM (GST)

    We setup our parameters so we can default to "All" by the following code in the report dataset:

     

     (@ParmName = FieldName OR @ParmName= 'All')

     

    Then you don't need to use the "select all" (it doesn't work in 2005 anyway until one loads SP2)

     

    Hope this helps

     
     
     
     
     
    Home | Book | Contents | Preview | Articles | Tools | Newsletters | Premium | Ask | About