Forum Replies Created

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

  • RE: How to skip the file?

    thank you.. It worked.

    Thanks,
    Charmer

  • RE: How to skip the file?

    Okay...like if the file has varchar data in a column which is supposed to be integer. Throws error while loading.

    Thanks,
    Charmer

  • RE: changing the report lay out based up on rendering format?

    Right now, my only option is to create two tablix and display visibility based on rendering format.

    Thanks,
    Charmer

  • RE: Is Aggregation based on RowNumber possible?

    My bad luck. I don't know whether the problem is with the attachment or with my machine...I am not able to download it. It says access denied. :ermm:

    Thanks,
    Charmer

  • RE: Is Aggregation based on RowNumber possible?

    Hi Andrew,

    Thank you so much for sharing your ideas. Unfortunately, I am not able to download the RDL. Could you please attach in here? I have visual studio 2008 version....

    Thanks,
    Charmer

  • RE: Is Aggregation based on RowNumber possible?

    But don't have a row number field coming from the dataset. That's the problem..even if I create a custom row number in tablix, I can't use that in the aggregate...

    Thanks,
    Charmer

  • RE: rows to columns

    I am not able to get the sample output

    but here is the actual data

    /* ACTUAL TABLE */

    DECLARE @Actual TABLE (ReportDate date , DatabaseName varchar(10), ReportID int , TotalSum bigint )...

    Thanks,
    Charmer

  • RE: rows to columns

    I am getting different values for DatabaseName, ReportID on same date.

    I want to show both values. But pivot choose max value.

    Possible to handle this?

    Thanks,
    Charmer

  • RE: rows to columns

    It worked. Thank you so much.

    Thanks,
    Charmer

  • RE: What's the reason?

    Like Sean said, May be the guy was expecting the word 'SCHEMABINDING' from me.

    Yes Lynn, I agree with you. But unfortunately I did not ask him what's the error...

    Thanks,
    Charmer

  • RE: What's the reason?

    I told him in the first place that we don't have permission to drop.

    The guy had told me clearly that we have permission to drop too.

    Then the answer I gave...

    Thanks,
    Charmer

  • RE: How to get this lay out by GROUPING?

    I don't understand. On what basis we should make it hidden? Based on Row Number() to find the duplicates?

    Thanks,
    Charmer

  • RE: How to get this lay out by GROUPING?

    Yes Luis. I tried Grouping the columns and it shows same values for each RequestID but I want to show one time. Not three times for each RequestID.

    That's where...

    Thanks,
    Charmer

  • RE: How to get this lay out by GROUPING?

    The column starting from "ReqestID" to the end should display 3 rows (1,2,3)...

    The column starting from "Sender" to "FailedCardGroups" should display one row ...since this row will occur 3 times...

    Thanks,
    Charmer

  • RE: Grouping And Total

    Hi Igor,

    I want to do this in RDL. I can't use this SQL query. And SP is used in the Dataset.

    Thanks,
    Charmer

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