I am trying to hide Pay Rate for the COMM Pay Codes using Conditional Calculation fields for the Pay Rate in the DD Earning Statement RW Report..
To be able to have 0.00 PayRate and then to hide it I added expression:
uprWorkChkDesc.Pay Code Array[1]=COMM
True: 0.00
False: uprWorkChkPayRate Array[1]
Although the Pay Rate prints for this Pay Code still. What should I change to to make the result equal to 0.00 ? Should I use any other array field in the expression?
Thanks,
Vivian