Problem with VAT table in NAV 2013 R2 Report

Hi everyone,
I am having a trouble with displaying VAT lines in a NAV 2013 R2 report.
Infact, the customer wants the VAT amounts displayed in the report even if the VAT amount is zero.
I couldn’t figure out what visibility condition to put while avoiding the empty blank lines Brick wall
First, I used the condition:

=iif(Cstr(Fields!VATAmtLineVATAmt.Value)="",TRUE,FALSE)

It works fine when the VAT amount is >0, but i get nothing when the VAT amount is zero.
What shall I put?
Thanks in advance :)

What do you mean by Get Nothing ???

Is it showing same line or blank lines…

Is shows nothing, the table gets hidden…