Go URL with fixed flag — Oracle Analytics

Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Go URL with fixed flag

Received Response
1
Views
1
Comments

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

  • marcobalduini
    marcobalduini Rank 4 - Community Specialist

    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.