I have a Loan Number column in the report and created @LoanNumber parameter for the users to filter the data based on the loan number. Some of the Loan Numbers has leading zeros, but users should be able to key in just the numbers for @LoanNumber
parameter and its corresponding data should get displayed. For example if the Loan Number is 0004563467, user can pass 4563467. How can we format the @LoanNumber parameter in the report?
↧