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

How to join pay_time_periods table to hwm_tm_rec

Summary:

Need to join the workforce management table hwm_tm_rec to the pay_time_periods table to get the Period Names that are being used for all the different kinds of hours being recorded in the hwm_tm_rec table.

Content (please ensure you mask any confidential information):

I am creating a sql query in BI Publisher that will report on the number of hours our hourly employees are recording in a given time period.

The hours are being recorded in the hwm_tm_rec table.


SELECT h.measure, h.resource_id

FROM hwm_tm_rec h 

JOIN hwm_tm_rep_m_ptt_atrbs_v at ON at.usages_source_id = h.tm_rec_id 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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