cancel
Showing results for 
Search instead for 
Did you mean: 

Table Row cells are not moving UP

pvsbprasad
Active Contributor
0 Kudos

HI,

I tried to Hide the details of the matrix if the Taxtype = VAT

if ($.parent.colTaxType.rawValue eq "VAT") then

 

  $.parent.colTaxPer.presence="hidden"

end if

but the cells are hidden and matrix is not moving up.

Regards,

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

soumik_de2
Participant
0 Kudos

Your requirement is not clear.

please explain it properly .

i think you want to reduce that blank area. if it is then create the whole matrix (including the heading)

in a flowed subform it will solve your issue.