In the report, when the user have to type his name and it should appear in the report.
I have only idea by using layout calculation i can do.But want to know how can i pass parameter ? from where i 'll get the data item??
Please, help on same step by step...
1. Use textbox prompt with associated parameter Uname (as mandatory non-numeric)
2. Define report expression as : ParamDisplayValue('Uname')
3. Use this report expression where you need it..