Hi
I have a table called PAYIHIST.
In one column I would like to report the sick incidents for each employee so I created a formula:
if {PAYIHIST.ACCUMCD}= 'sinc' then
{PAYIHIST.AMOUNT}
In the next column I would like to write another formula that pulls that employees worked hours in their history
I thought I could write another formula:
if {PAYIHIST.ACCUMCD}= 'regu' then {PAYIHIST.AMOUNT}
but all I am getting is the hours for 'sinc' not 'regu'
LL
I have a table called PAYIHIST.
In one column I would like to report the sick incidents for each employee so I created a formula:
if {PAYIHIST.ACCUMCD}= 'sinc' then
{PAYIHIST.AMOUNT}
In the next column I would like to write another formula that pulls that employees worked hours in their history
I thought I could write another formula:
if {PAYIHIST.ACCUMCD}= 'regu' then {PAYIHIST.AMOUNT}
but all I am getting is the hours for 'sinc' not 'regu'
LL