Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Colin, Yes this is the expected behavior. Hidden parameters are not considered during run time so values cannot be passed. Thanks, Mani
-
Please refer the below http://www.oracle.com/technetwork/middleware/bi-publisher/learnmore/index.html http://www.oracle.com/technetwork/middleware/bi-publisher/community/index.html http://docs.oracle.com/middleware/12212/bip/index.html
-
Hi Antonie - you would need to use rank() / row_number() with partitions to get the row you want. Find out which field can be considered to identify whether this record is recent or not. Based on this field, you can do .. See example below SELECT * FROM (SELECT <columns>, row_number() over(partition by SHIPMENT_GID,…
-
csv output format doesn't pick it from template. It directly pulls from SQL data. You were correct to use eText template to limit the number of columns. If you use eText template then you have to generate the output in Text format and not csv. Use "," comma delimiter in your eText template so that when you export Text…
-
The reason why you see <?ref:xdo0001?> in your code when copied is because, the template was built based on "Large form field" type. If it had been built on "Backward Compatible" then you can copy form field from one template to another template. This setting is available in BIP Desktop plugin --> Option Here you go with…
-
You have done the group configured in WebLogic. Now, you have to configure Application Role in EM (Enterprise Manager)) then only it will get displayed in BIP. When you creating Application Role, make sure to add the WebLogic group to it. See this Customizing the Default Security Configuration
-
Go to Enterprise Manager (EM console) and create a new Application Role of the same that you created in WebLogic. Add the WebLogic group to the newly created Application Role. Add the Application Policy to the newly created Application Role. Once you created Application Role then you can see the same in BIP.
-
No, you cannot upload report object from 12c or 11g to 10g. In 10g - its accepts only .xdo file. Try to extract .xdoz file and upload the .xdo file from it.
-
If you have winzip or 7zip, just right click on the .xdoz file and extract. Open the extracted folder and you can find .xdo file in it. Upload the .xdo file in 10g and see if that works. You also need to upload the template (example rtf) once you uploaded .xdo. In 10g - Data Model and Report are in same object which is…
-
BIP Trail edition does not have FMW platform so it is by default BIP security model. In BIP security model, you can create and manage users within BIP. But in enterprise edition, the default security model is FMW. You have to create the users in WebLogic and Assign the role. Application Roles and Policy can be created or…