I'm trying to create a link to another report so that when the report is sent via burst the user can click the link and the report will run as an .xls file and then they can view the relevant information.
I'm getting stuck at modifying the url.... Here's where I'm at so far if anyone could point me in the right direction.
https://testing/cognos10/cgi-bin/cognos.cgi?b_action=cognosViewer&ui.action=view&ui.object=XSSSTARTdefaultOutput(*2fcontent*2ffolder*5b*40name*3d*27Reports*20for*20Email*27*5d*2freport*5b*40name*3d*27DC*20Suite*20To*20Do*20burst*20report*27*5d)XSSEND&ui.name=XSSSTARTDC*20Suite*20To*20Do*20burst*20reportXSSEND&ui.format=spreadsheetML <<existing url
I need to add the following to it >>
&p_userFullName='+ [SQL6].[userFullName] '&p_userEmail=' + [SQL6].[useremail] '
Where you able to resolve this?