BI Publisher (MOSC)

MOSC Banner

Why is a new column/field to data model SQL not available to the template (123fields)

in BI Publisher (MOSC) 2 commentsAnswered ✓

BI Publisher 12C

My experience is limited with no formal training.

I need to modify an existing report that requires adding fields to my data model SQL and adding these additional fields to the report template. (I am using the MS Word plug-in).

  1. Copied the data model/SQL and report(rtf) from a production region to my local folder.

The new fields are derived from the same input parameter which is a four byte year. examples below: -     (SUBSTR(:P_TAXYR-2,3,2) ||'/'|| SUBSTR(:P_TAXYR-1,3,2)) AS PY1,

      (SUBSTR(:P_TAXYR-1,3,2) ||'/'|| SUBSTR(:P_TAXYR,3,2)) AS PY2,

       SUBSTR (:P_TAXYR-1) AS PRIORYR

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center