Forum Replies Created

Viewing 15 posts - 61 through 75 (of 180 total)

  • RE: Deploying SSRS problems

    Answer for your second question is

    TargerServerURL ? http://remoteserver/ReportServer

    OR

    Copy the solution to remote server and deploy

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

    Thanks,
    Arunkumar S P

  • RE: Unable to see subscriptions

    Use subscription table in Reportserver database

    select * from subscriptions

    Hope this will help you

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

    Thanks,
    Arunkumar S P

  • RE: Hiding Columns based on a value

    Hi,

    Use the below VB.Net code in Report ? Report Properties ? Code

    Public Function TestFunction(ByVal Names() As Object, ByVal CompareString As String)

    Dim i...

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

    Thanks,
    Arunkumar S P

  • RE: One month prior on tablix

    Use this

    =Format(CDate(DateAdd(DateInterval.Month, -1, Fields!Next_Payment_Due_Date.Value)),"yyyyMMdd")

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

    Thanks,
    Arunkumar S P

  • RE: One month prior on tablix

    Use the below expression

    =DateAdd(DateInterval.Month, 1, Fields!Date1.Value)

    Hope it will help you

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

    Thanks,
    Arunkumar S P

  • RE: "Unable to load client print control" error message

    Refer http://forums.asp.net/t/1464160.aspx

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

    Thanks,
    Arunkumar S P

  • RE: Issue in developing simple cube

    Thanks a lot steve. I can understand you.

    Now i clicked the process and i got the detailed error. I try to solve this myself. If i can't, i'll come back...

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

    Thanks,
    Arunkumar S P

  • RE: Issue in developing simple cube

    Thanks Steve.

    I tried it but its showing the following error

    Error4Errors in the OLAP storage engine: An error occurred while processing the 'SOP10200' partition of the 'SOP10200' measure...

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

    Thanks,
    Arunkumar S P

  • RE: Integrating cube with reporting service

    Its Okay. Thanks Marianne.

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

    Thanks,
    Arunkumar S P

  • RE: Integrating cube with reporting service

    Thanks a lot Marianne.

    I tried your solution and its working fine for me.

    Now another task for me is to retrieve a particular value(Measure) from cube and pass that to...

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

    Thanks,
    Arunkumar S P

  • RE: Sorting Data with Sort Expressions

    Its better to keep the seperate column (SortOrder) in your table for sorting. and assign the values in table like below

    Transactions ...

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

    Thanks,
    Arunkumar S P

  • RE: Sorting Data with Sort Expressions

    Use

    Properties ? Sorting ? Expression (Fields!Transaction.Value) ? Direction (Ascending)

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

    Thanks,
    Arunkumar S P

  • RE: rounding date range to number of months

    Hi jneff,

    This is possible.

    Use the below function to calculate the date difference

    =DATEDIFF("m", Parameters!FromDate.Value,Parameters!ToTime.Value)

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

    Thanks,
    Arunkumar S P

  • RE: Suggest a good for SSAS for beginners

    Thanks Ells

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

    Thanks,
    Arunkumar S P

  • RE: Suggest a good for SSAS for beginners

    Thanks GSquared

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

    Thanks,
    Arunkumar S P

Viewing 15 posts - 61 through 75 (of 180 total)