Filtering in SQL Server reporting

Last post 09-26-2008 2:41 AM by Thavash. 6 replies.

Sort Posts:

  • Filtering in SQL Server reporting

    09-22-2008, 1:51 AM
    • Contributor
      2,728 point Contributor
    • binobose
    • Member since 10-23-2007, 8:42 AM
    • India
    • Posts 606

    Hi everyone

    Can anyone pls help me how to filter a report (reporting service) using certain criteria thats been generated from an SQL Server Business Intelligence studio.

    Cheers
    Bino
    www.codepal.co.in

    Please Mark as Answer if you find the post useful.
  • Re: Filtering in SQL Server reporting

    09-22-2008, 7:01 AM
    • Contributor
      2,728 point Contributor
    • binobose
    • Member since 10-23-2007, 8:42 AM
    • India
    • Posts 606

    Can anyone pls reply.its urgent!!

    Cheers
    Bino
    www.codepal.co.in

    Please Mark as Answer if you find the post useful.
  • Re: Filtering in SQL Server reporting

    09-24-2008, 10:54 PM
    • Contributor
      2,728 point Contributor
    • binobose
    • Member since 10-23-2007, 8:42 AM
    • India
    • Posts 606

    hello anyone there? its been two days since i've posted this. someone please reply

    Cheers
    Bino
    www.codepal.co.in

    Please Mark as Answer if you find the post useful.
  • Re: Filtering in SQL Server reporting

    09-25-2008, 7:06 AM
    • Member
      80 point Member
    • Thavash
    • Member since 07-02-2008, 6:26 AM
    • Posts 10

    Hi. You have to provide more details. Do you want to filter based on another selection ( ie. A cascading parameter ) ?

    Thavash G


    Check out my reporting services blog at Live.com Spaces

  • Re: Filtering in SQL Server reporting

    09-25-2008, 11:29 PM
    • Participant
      1,966 point Participant
    • Momo_Stev
    • Member since 06-05-2007, 8:28 AM
    • Posts 224

    Not sure what does the certain criteria  mean. But in reporting service, there are two levels to filter data. You can filter your data in SQL query side, or you can add a parameter for your report, and provide the parameter on the report-consumer side. (this is used in RDLC mostly.) Try the article

    http://msdn.microsoft.com/en-us/library/ms155917.aspx

  • Re: Filtering in SQL Server reporting

    09-25-2008, 11:54 PM
    • Contributor
      2,728 point Contributor
    • binobose
    • Member since 10-23-2007, 8:42 AM
    • India
    • Posts 606

    My idea is to create a report based on the result from a Stored Procedure. Infact im not supposed to modify the result set inside the SP. What i have to do is to filter the result based on a criterion for example, report on a given date or can be a given string. Is that possible in reporting? Please reply.

    Cheers
    Bino
    www.codepal.co.in

    Please Mark as Answer if you find the post useful.
  • Re: Filtering in SQL Server reporting

    09-26-2008, 2:41 AM
    Answer
    • Member
      80 point Member
    • Thavash
    • Member since 07-02-2008, 6:26 AM
    • Posts 10
    So basically you are not allowed to have a filter in the Stored Procedure ? You want to bring all the data from the stored procedure and then filter this in the report itself ? You can do this using the filter property on the table or matrix object. Go into the properties of the table or matrix , select filter and you can set it up to filter on a column and you can even link this to a parameter.
    Thavash G


    Check out my reporting services blog at Live.com Spaces

Page 1 of 1 (7 items)