Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Go URL with fixed flag

Hi,
I'm trying to call a detail report via Go url using an action link.
We are running on 12.2.1.2.0 on linux environment.
I've a parent and a child report sharing a K code wich is my filter in the child report.
I'm calling it via action using the following url:
http://myoraclebi/analytics/saw.dll?PortalGo&Action=@@{1}&path=@{2}&P0=@{3}&P1=@{4}&P2=@{5}&P3=@{6}
passing
the following:
1 = print
2 = /shared/<myreport path>
3 = 1
4 = eq
5 = <my filter field> ("table"."fieldname")
6 = column value, selecting the column I need to pass
If I don't hide the values the call is ok;
once I hide and fix (two flags available) the parameters P3 is not passed anymore, I've got blank in my resulting URL
...I think it is the Fixed flag generating the problem..
Is it a known issue?
Am I doing something wrong?
kind regards
Marco
Aggiornato
EDIT: 07/07/2017
It looks some kind of regression of the product...
I've tried on OBIEE 11.1.1.9.0 and my goUrl setup works;
imported in Obiee 12 my parent - child reports and the call get wrong,
if i select the fixed flag in the action parameter setup no parameter is passed!
Anyone can try on his own environment please?
Regards
M
Answers
-
anyone on 12c can try please...I think it's a bug but I want to be shure before to open an SR to Oracle.
0