June 4, 2009 at 3:26 am
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
June 4, 2009 at 11:00 pm
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 🙂
June 6, 2009 at 2:17 am
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