Found the problem:
There is a suppression on that section for the titles:
Tax1Summary > Report Header Section : has this
I just removed it and it shows the headers for zero vat
There is a suppression on that section for the titles:
Tax1Summary > Report Header Section : has this
if ({Orders.Tax Total Cost 1} = 0) then
true
else
false
true
else
false
Comment