Hello all,
I have been trying to add a parameter of the line level Note Text in a report. i would like to filter and display the results in the report based on the term entered in the Note Text field. So till now I have tried to add as follows:


So as an example: if any of the records has a note text entered as “record is accepted”
So if I type “accepted” in the report parameter then the system should only display the records that have the text “accepted” entered.
So as a result the report should display my record as “record is accepted” since it contains “accepted” in the string.
Also to mention the parameter that I am trying to add is not getting displayed on the screen.
How can I get this done?
Thanks.