Hi
We have few columns which renamed later, defined alias in presentation layer.
Report created with old names are now throwing error nonexistent column even though old name mentioned in alias.
Please help.
Thanks
Hi,
Can you please share the details, like the environment details, error screens, etc.?
The column "Industry SIC" is rename to "Primary Industry Code" in presentation layer and old name mentioned in Alias.
Reports are already developed using alias name. while generating those reports getting below error eventhough name is mentioned in alias.
you don't have to change anything in the reports when you alias a column in the presentation layer, it just works without a rewrite.
So you either need to go back to the prechanged version of the report(s) or refresh the field(s) in question in the report.
Can you also share a screen of the Presentation layer (the alias) as well?
As Robert highlighted, you do not have to do anything post creating a alias in Presentation Layer.
Hi SonPat,
"Primary Industry Code" is having alias name as "Industry SIC" as per below screenshot. Still getting error mentioned above for same column.
Does the alias have a trailing space? Just looking at obvious points where the lookup will fail ...
It's looking up Industry."Industry SIC". Your Presentation Column has a FQN (fully qualified name) of "Primary Industry"."Industry Code" if you take into account the table name. Is the table aliased as well?
Hello,
Your Table name from the initial screen shot is "Industry"
But, from the new screenshot, you are referring to table "Primary Industry"
As highlighted by Christian Berg, I think this is causing the problem. Have you renamed the table as well...?
Hi All,
Yes the table name was not aliased. Its working fine now after giving alias name to the presentation table.
Thanks for all your help and Support.
Good to hear. Watch out for aliases - they are a huge pain in the long run and make maintenance and lifecycle-management a real chore since no one knows which combination of "name"."alias"."name" or "alias"."alias"."alias" or "alias"."alias"."name". etc etc etc gets used and where.
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