This formula is used to hide the zero valued components and adjust the empty spaces in between the components automatically.
iif((Parameters!fE1_Calc.Value)>0,(Parameters!fE1_Calc.Value) & vbCrLf & vbCrLf ,"")&
iif((Parameters!fE2_Calc.Value)>0,(Parameters!fE2_Calc.Value) & vbCrLf & vbCrLf ,"")
This is applicable only for RDL format of payslip.
The above formula to be used for all the payroll components which are used for the payslip.
Where should be the formula placed,make it a little clear pls
ReplyDeleteFormula is given,how to use is not mentioned.
Hi, As mentioned it is used in RDL format of payslip. In RDL, wherever you mention the formulas either in earnings or deductions, you should include this format. In the above mentioned formula, E1 and E2 are the two earnings.
ReplyDeleteNote: Should have idea of writing formulas in RDL