Problem with Parametr

  • Friends,

    i want to gererate report where user can enter value of paramert.

    Eg. if user want report to show top 10 records then he don't select from dropdownlist but he can enter a value like 1,2,3,..............

    and depending on that condition he want report.

    thanks

    abj

  • Hi...Abj 🙂

    Regards,

    You can create a parameter such as SelectTopRecs with the data type as Integer. Then you can create a group based on the field you wish to calculate top count, after that, you can bind this parameter to the report in Filter condition option as

    Expression Operator Value

    Fields!ABC.Value -->> TOP N -->> Parameters!Top10Params.Value

    This should resolve this issue.

    Thanks,

    Niraj 🙂

  • thank u Niraj

    regards

    Abj

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply