View Full Version: Employee Pay_rate

LawsonTalk > Reporting (NEW!!) > Employee Pay_rate


Title: Employee Pay_rate
Description: I can't


Mil0n023 - November 6, 2006 10:10 PM (GMT)
:banghead:
probably a dumb question:

Doing a report but when I pull in the Pay_Rate field from EMPLOYEE table it shows up blank for some exempt people - others I see fine.

I can see them on the HR11 screen. I even tried pulling in the field from PRTIMEHIST table

How can I get this to show up on my report? I need to do a calculation of this field...
:somb: :somb:

cjmart - November 6, 2006 10:30 PM (GMT)
A couple of questions first...

1) You are using Crystal against an Oracle database using an odbc or native oracle connection, correct?

2) Run the following query in a query tool (ie TOAD, SQL*Plus, etc):

CODE

select count(*)
 from [I]schemname[/I].employee
where trim(pay_rate) is null


How many results do you get?

Mil0n023 - November 7, 2006 12:32 AM (GMT)
I will try this cjmart - thanks you sir.

But, good news is I was able to retrieve the pay data by linking EMPLOYEE >and< PRRATEHIST

Thanks! You rock! :thumb: :thumb: :bow:

cjmart - November 7, 2006 01:01 AM (GMT)
You worked it out yourself...you don't need my help on this one.



Hosted for free by InvisionFree