Categories
Default report format output

Summary
Default report format output
Content
I have a link that I created that links an OBIEE report to a BIP report using go URL. In the example I followed the report output is PDFs. PDF is defined towards the end of the go URL as follows: &_xf=pdf&_xautorun=true. If I want the default format to be Interactive format what do I need to do?
Answers
-
I tried changing pdf to xpt and got this error
0 -
Check the below , tried to run a sample report and share the URL ..
Interactive Output
http://TEST:9704/analytics/saw.dll?bipublisherEntry&Action=open&itemType=.xdo&bipPath=%2F~TESTUSER%2FTEST_URL.xdo&bipParams={"_xmode":"2","_xpf":"","_xpt":"0","_xdo":"%2F~TESTUSER%2FTEST_URL.xdo","_paramsP_DEPT":"","_xt":"TEST_URL","_xf":"analyze","_xana":"view"}
PDF Output
http://TEST:9704/analytics/saw.dll?bipublisherEntry&Action=open&itemType=.xdo&bipPath=%2F~TESTUSER%2FTEST_URL.xdo&bipParams={"_xmode":"2","_xpf":"","_xpt":"0","_xdo":"%2F~TESTUSER%2FTEST_URL.xdo","_paramsP_DEPT":"","_xt":"TEST_URL","_xf":"pdf","_xana":"view","_xautorun":"false"}
so I am assuming if you change as below it may work ..
&_xf=analyze&_xautorun=true
Hope this helps .. Good Luck
0 -
Thank you YGUTTIKONDA. Interactive is set as the default format. The format
is being set as PDF in the go url link. I am not sure how to code it to
have interactive as the default display format of the report.
&_xf=pdf&_xautorun=true
On Tue, Feb 27, 2018 at 1:07 PM, community-admin <
0 -
Go to your bi Publisher report --> Edit--> view as list (right corner) --> Default format --> Interactive
0 -
Great ,, Please mark the thread correct
0 -
I tried it and analyze was the answer. Thank you very much for helping oout
and making me a happy camper.
On Tue, Feb 27, 2018 at 2:23 PM, community-admin <
0 -
Hello - One of my users wanted to change the default export format to excel instead of manually changing the settings while Scheduling the reports in Schedule process in ESS? How can we do that? Should i create an SR with Oracle to give us the admin rights to change that setting?
Appreciate your input. Thanks.0