Forum Replies Created

Viewing 15 posts - 106 through 120 (of 180 total)

  • RE: ReportViewer (web control) - parameter change refresh

    Then as far my knowledge it will get refresh because it will execute all the dataset once again based on selected parameter value

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: ReportViewer (web control) - parameter change refresh

    Are you excuting any query based on the selecting parameter value?.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Ignore 0 in average

    Use IIF or something like this

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Disabling User login prompt

    is it asking sql server username/password or system username/password?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: executing dataset based on report parameter

    As far i know you can execute the query in the dataset based on the selected parameter but you can't execute the datasets based on parameter because all the dataset...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Animation Effect In SSRS

    I think flash is not possible but you can add gif image.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Learn next to SSRS

    Thanks SIVA and DEAN. I need SSAS book for 2005. I need this to learn SSAS 2005 and then to get cerification in 70-445 Business Intelligence exam.

    Please specify some...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Bind data selected record from dataviewgrid to report

    Please expand your problem. I'm not clear with your issue

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Learn next to SSRS

    Thanks for your valuable reply Scott.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Learn next to SSRS

    Which is the best book or site to learn SSAS?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: How to get difference of two running value columns

    Use

    =Fields!Test1.Value-Fields!Test2.Value in the expression of thrid column.

    Hope this will help you

    Waiting for your test result

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Alter table column width based on parameter

    Hope the below url will help you

    http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/9e6043f1-c458-4540-be59-d37b02feab8a/

    Waiting for your test result

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Could not load file or assembly.Access is denied

    Thansk for your reply.

    I solved this issue by adding

    Imports System.Security

    Imports System.Security.Permissions

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Could not load file or assembly.Access is denied

    Please help me experts

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • RE: Filter data by user but let managers see it all

    You can filter the data using query

    select * from tablename where columnname=(select case User!UserID when 'manager name' then columnname else User!UserID)

    In Sql where columnname=columnname it will list entire data...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

Viewing 15 posts - 106 through 120 (of 180 total)