BAQ report w/ Blank input field for user

I have created a BAQ report. I need to create a blank field for the user to enter an amount that will be used on my report. This field is not a field in my BAQ. I’ve done this in E9 w/ crystal reports (you get the pop up box), but have been told can’t do it w/ ssrs.

Has anyone done this before or have any ideas on how?

Any help would be greatly appreciated.

Thanks!

Laura

Ms. Laura: you can add a ReportParam_Number01 at the BAQ Report Designer.

Your User will be prompted for a number:

Then use: =First(Fields!Number01.Value, “BAQReportParameter”) to reference the value in SSRS

DaveO

2 Likes