hi all,
i am passing parameters to congos reports through back url from java front end. sometimes in one of the parameters values contains '&' in between like below.
&p_name=AT&T Inc
Because of this, cognos is taking that value as parameter name. so, how to avoid this problem.
thanks in advance
vsud
You need to encode the ampersand to %26 (i think thats the number)