Forum Replies Created

Viewing 15 posts - 46 through 60 (of 114 total)

  • RE: SSRS report error : Multi value parameter report error only with Select All

    Please post your T-SQL query if possible ?

    And also try to use SQL Server profiler to get the exact query being passed along with parameter values selected to the database...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Performance issue with Multi value parameter in SSRS

    Lucky's (10/4/2012)


    Hi,

    I have a multi value parameter in SSRS report which has a list of values around 600..When the user selects 'SELECT ALL',its passing the long list of values

    to...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: What are the negative points when we migrate BO reports to SSRS reports?

    Please refer to this post created by you:

    http://www.sqlservercentral.com/Forums/Topic1370073-150-1.aspx

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: RDL - Visual Studio Report Designer omitting certain tags

    cnirosky (10/8/2012)


    From my reading of the Report Definition Language Specification, tag nesting down to the Body element should look like the following

    <Report>

    <ReportSections>

    ...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: In one SSRS report, can we sync data from both table and SSAS cube?

    kothakeerthi (10/8/2012)


    1. can I take 1 source from table and other source from SSAS cube and do the "Report Server Project"

    2. can I take 1 source from table and other...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: From flat file to flat file

    I followed the exact same steps to achieve the required output.

    But i was trying to do the same thing as you mentioned of achieving it 'without using a staging table'.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Quick Interview question... I don't know if i got it right or wrong....

    the only way i can think of is to have the 'commonly viewed parameters' as a seperate 'one-tick' option.

    I don't know how to do it.

    what about using defaults parameter values?

    If...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: 2 sub reports show despite different criteria

    Maybe the value of "Fields!AppointmentLetterStage.Value" changes within the rows of the tablix.

    Check for its value which maybe includes integers as 1,2,3,....

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: 2 sub reports show despite different criteria

    It's set in the subreport properties in the master report.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Adding a column group to matrix table

    Can you share the sql query and maybe screenshot of the matrix report you have created ?

    That may help to suggest the sql query.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Adding a column group to matrix table

    ByronOne (9/20/2012)


    Hi

    I have a Matrix table in SSRS 2008 which shows sales data for the past ten financial years. The table consists of Financial years across the top (columns), sales...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Tablix with 2 different dataset content

    It depends on what you need to do.

    There are two different cases as follows and also in my earlier post:

    Case 1) You can use the lookup/lookupset function in SSRS 2008...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: 2 sub reports show despite different criteria

    Here's what I have in the hidden property for each sub report:

    Sub report 1: =(Fields!field.Value <> 1)

    Sub report 2: =(Fields!field.Value = 1)

    The field is an int field and can...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Tablix with 2 different dataset content

    You can use the lookup/lookupset function in SSRS 2008 to access data from different data sets.

    Also you can get aggregated data from different data sets using aggregation function like this:

    =Sum(Fields!Balance.value,...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Quick Interview question... I don't know if i got it right or wrong....

    Maybe this is silly but i only knew the following way to do it :

    Suppose there are prompts called 'Year', 'Half Year', 'Quarter', 'Month' and 'Week'.

    So the dependency of prompts...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

Viewing 15 posts - 46 through 60 (of 114 total)