I want to send parameter value to another report through url expression:
Go to URL
="http://111.111.1.1/paceResolve.aspx?entity=fields!lpk.value"
but it gives following error
<<<Input string was not in a correct format>>>
If I put manually the lpk value it works well like:
="http://111.111.1.1/paceResolve.aspx?entity=J99C88EB77429405EBFA342283ABC-D-Jackstore"
please help