Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thank you Robert
-
Thank you for the idea. will use the table analysis, hide the unwanted columns and design the cell to look like a tile.
-
Can you kindly elaborate what you meant by that?
-
Hi Christian, I was able to get the Presentation variable to work in the URL, but only on a table analysis. The same column used in a performance tile does not pass the value of the presentation variable to it.…
-
Hi Christian, this is the interface option. /saw.dll?Dashboard&PortalPath=@{1}&Page=@{2}&Action=@{3}&var1=@{4}&psa1=@{5}&col1=@{6}&val1=@{7} I saw this blog, http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/ but still a bit confused as to how to pass the variable
-
Hi Christian, I tried various approaches but I wasn't able to pass the value of the Presentation variable. Boris's article doesn't specifically highlight a scenario with a presentation variable.
-
I did try passing a value for &val3 but it hard codes it. I will once again as per Boris's blog you shared. For example, the dashboard prompt on dashboard page 1 for district has a default value of "Sydney". I tried adding this fr &val3. Of course, then the value gets passed to the 2nd dashboard prompt via the GoURL. But…
-
Sorry, misinterpreted it i guess. English is not my first language as well. I use it in "Navigate to web page"
-
Here is the Prompted URL created on the dashboard page 2 (the destination page) https://xxx/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2FQAMT%2F_portal%2FQAMT&Page=QAMT&Action=Navigate&var1=dash… The two presentation variables in the URL are prevalent in the page 2, so that's fine. I need to pass the variable from…
-
This is the formula syntax <Content Path>, Action=Navigate, Column1 (col1), Operator1 (op1), Values1(val1), Column2 (col2), Operator2 (op2), Values2 (val2) ... https://docs.oracle.com/cd/E10383_01/doc/bip.1013/e10416/dashbdlinks.htm
-
I am using the syntax/URL formed by BI itself. I went to the destination page and then clicked on "Create prompted link". This created the URL for me to use. But it doesn't pick the presentation variable in the district column. Was trying to figure out how to pass it but nothing worked. The parameters come up something…
-
Hi Christian, Many thanks for the reply. 1) The prompts are from two different subject areas but the fully qualified name is the same. If I use an action link, it passes the value automatically. But since i'm using the GoURL, it doesn't. I am using a GoURL as I've have to pass other values via parameters. The presentation…