Tuesday, May 11, 2010

OBIEE Naming Conventions – Presentation Layer

clip_image002

This Article is only a guideline to an OBIEE naming convention for the repository. The most important aspect of a naming convention is that you use it consistently. The used naming convention should be readable for any future development.

1.1 Presentation Catalog Name:

clip_image004

Format General: << For End User Logical Name >>

Format Custom Display Name: “VALUEOF(NQ_SESSION.CN_”+Business Model Name + “)” {*}

Format Custom Description: “VALUEOF(NQ_SESSION.CD_”+Business Model Name + “)”{*}

{*} Only used for “translated” Repositories

1.2 Presentation Table Name

clip_image006

Format General: << For End User Logical Name >>

Format Custom Display Name: “VALUEOF(NQ_SESSION.CN_”+Business Model Name + Business Model Table Name + “)” {*}

Format Custom Description: “VALUEOF(NQ_SESSION.CD_”+Business Model Name + Business Model Table Name + “)”{*}

{*} Only used for “translated” Repositories

1.3 Presentation Column Name

clip_image008

Format General: << For End User Logical Name >>

Format Custom Display Name: “VALUEOF(NQ_SESSION.CN_”+Business Model Name + Business Model Table Name + Business Model Column Name + “)” {*}

Format Custom Description: “VALUEOF(NQ_SESSION.CD_”+Business Model Name + Business Model Table Name + Business Model Column Name + “)”{*}

{*} Only used for “translated” Repositories

Till Next Time

1 comment:

Gord Webster said...

Hoping you could clarify what you mean by "Only used for “translated” Repositories"?