Hello,
I am trying to write a formula that returns a value from a table if a code is 340 for an employee which it is doing but it is also displaying the other information for the employee to the count of time they are in this table.
The formula is
if {CT_ABSENCE_DETAIL.PAY_CODE} = 340 then
{CT_ABSENCE_DETAIL.START_DATE}
what I think I need is some kind of show no record as an else if the formula is false. Am I on the right track?
Thanks again everyone.
Fergal
I am trying to write a formula that returns a value from a table if a code is 340 for an employee which it is doing but it is also displaying the other information for the employee to the count of time they are in this table.
The formula is
if {CT_ABSENCE_DETAIL.PAY_CODE} = 340 then
{CT_ABSENCE_DETAIL.START_DATE}
what I think I need is some kind of show no record as an else if the formula is false. Am I on the right track?
Thanks again everyone.
Fergal