You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

new columns in BI Publisher

edited Oct 31, 2019 6:32PM in Reporting and Analytics for HCM 2 comments

Summary

create columns in BI Publisher

Content

I am writing a BI Publisher report that requires weeks in rotation and number of shifts in rotation. They are found in the PER_POSITION_EXTRA_INFO_F table but both fields are in the same column so I need to write a code that will give me "weeks in rotation" when

PER_POSITION_EXTRA_INFO_F.POIE_INFORMATION_CATEGORY='SKG_ROTATION_SUMMARY'

and another column that will give me "number of shifts" in rotation when

PER_POSITION_EXTRA_INFO_F.POIE_INFORMATION_CATEGORY=SKG_ROTATION_SUMMARY = 'SKG_ROTATION_DETAILS'

Code Snippet

PPEIF.POEI_INFORMATION_NUMBER1, CASE WHEN PPEIF.POEI_INFORMATION_CATEGORY = 'SKG_ROTATION_SUMMARY' THEN PPEIF.POEI_INFORMATION_NUMBER1 else null end as ”WEEKS”
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!