I have a simple database with salaries table I want to make a dynamic report as a payslip doesnot represent fields with ZERO values
I have a simple database with salaries table I want to make a dynamic report as a payslip doesnot represent fields with ZERO values
Your post is unclear. In general be sure that a blank is not in any math field. A blank (null) is not the same as 0. There must be a 0 in the field in order to flow thru all math and display as 0. Typically this is best implemented by putting in 0 default as a table field property for currency fields.