Hi ,
OBIEE entire column needs to be updated in write back and not one by one or row by row
Hi,
you probably missed this, have a look: https://youtu.be/5CgBmj7Jz6Y?t=18s
Not the purpose nor intent of Write-Back ... OBIEE is not a data quality tool ...
dont understand the real objetive behind your question.. dont know why you need it because in think the objetive behind a write back there is something like a do particular update, not a update batch of records.. maybe for this particular thing you could use another alternatives like a action links (webservices, java method) which has more complex logic..
I would suggest what I have previously on write back, point write back at a view; simple or complex; use write back to effect the update.
On the database create a trigger on the view that will handle the update, which now can be as complex as you like and, because OBIEE is very crude for data updates you can also ensure the quality of data hitting your database, you have effectively written an API.
Alternatively as the other learned posters say, use java methods etc or an Apex form if that is more your skill set / and / or you don't have the luxury of being able to create views / triggers on the database.
US people wants automation..of the column for entire update of column once as they have set up script in db and it triger's emails to the user
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M