Hello all,
I have created below mentioned opendocument URL in the dashboard.
I opened the dashboard in Launchpad and when I click on URL button then webi report is opening fine, but it is asking user credentials again.
I have created Flashvariable in dashboard and using it in the opendocument url syntax as below, but still it is asking user credentials when webi report is opening (FYI, it is asking first time only, after that when I click on other url buttons in the dashboard then it is not asking..)
Could you please help me what i am doing wrong here...
Created flashvariable as below
Name: CELogonToken
Variable Format: CSV
mapped the range to = A1
A2 = http://<Server>/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=
A3 = <DocId>
A4 = &CELogonToken=
A5 = CONCATENATE(A2,A3,A4,A1)
URL button component in the dashboard is linked to cell A5.
Thank you,
Suri