Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
FTisiot wrote:Why don't you1. create a "Fake Column" in the RPD like "Dim Variable"."Variable"2. Create a prompt for "Dim Variable"."Variable" that manages the variable varDimName3. create the prompted link using "&col1=%22Dim Variable%22.%22Variable%22&op1=eq&val1="Vendor" Thanks for the workaround. Looks like this'll…
-
Is oracle's documentation wrong then? Maybe it just doesn't work. They have it posted you can pass in variables with values: https://docs.oracle.com/middleware/12211/biee/BIEUG/GUID-5347837C-D903-43E8-90D1-89D65C8BFDA6.htm
-
I need to set the column name to a specific field name. If I don't pass a value for the presentation variable, it won't allow the URL to define the field to group the data on. I just tried the URL without the val1 value, and it pretty much does the same thing as with the value...it just returns my default column. Normally,…