I need to pass prompt parameters entered in the text box prompt of source report to target report (which has a list report and a filter) through the (target report) url dynamically.
I know we can pass parameters through url by hard coding the values in url but how to pass them dynamically without hard coding. Do I need to use java script?
Thanks