Joe thank you very much boss for replying
It is now opening report but for detail report it is asking to select value from List again instead of taking clicked value and hit it to detail report.
You have two ampersands prior to the lsS parameter – you only need one.
Use “%3A” instead of “:” in “Enter+State:”.
Use URLEncode instead of Replace. It’ll translate all URL-unfriendly characters.
The lsS parameter is used with single-select prompts. If the “Enter State”: prompt in the target report is a multi-select prompt, then use lsM instead.