For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Putting up with it for now only other option is cut and paste or build a management report
Hi
Do you mean these
Service Administrators Create and maintain all aspects of the system, except for user management
Reports Administrators Create report packages, management reporting definitions and Disclosure Management documents
Application Administrators Create and maintain all application artifacts, such as applications, models, dimensions, and data grants
Library Administrators Create folders, including root-level folders
Users The minimum role required to log in to and use the service, and to view artifacts to which the user has access
Hum...300dpi is pretty poor these days, I think an enhancement request is required if it's not on the roadmap
Hi, are you attempting to make two embedded tales visually look like one, if so then I may have this issue too
Richard
Does this post help you http://appsconnect.custhelp.com/posts/542549cc72
Also consider setting up a master subject area that contains the content of both subject areas
Subject Areas are there for a reason they set the boundary for the query set
This needs to be expanded beyond reliance on ODBC connectivity e.g. REST API connection
have you checked for any patches related to this issue?
probably need to preprocess that column, can use unix sed for example
Check that you are not truncating and reloading your Dimensions if you are using a sequence to populate your WID then you will be out of synch, use an insert/update strategy
Check that you are not truncating and reloading your Dimensions if you are using a sequence to populate your WID then you will be out of synch, use an insert/update strategy
This is tricky I want to do the same in GCP, ideally I want to access REST APIS from OAC linking to BigQuery as a datasource
I don't think multi-cloud is a strong point
Interesting. Initial thoughts
What is your aggregation set to
Can you create two separate calculated on the source then create a third logical column that then does the subtraction
Thanks will look into this
Are you truncating and reloading. If this is the case you will be resetting the Dimension ROW_WIDS and these will be out of sync with your fact.
You should be using an update/insert strategy for your dimensions
It is possible to create a PUT REST API that accepts a value for a selective update, not sure how you would call this through OBIEE, are you looking to update a particular row or all rows in the view ?