I tried using this.parent and that did not work. So I named the cells in
row 7 and then used this.rawValue= in the calculate field with the other
script in the layout ready field.and that worked except it hides the
entire cell not just the value, So I have an entire row of cells in the
table that has no borders unless there is a value in it. I again made a
code change. Instead of using this.presence = "hidden", I changed it to
this.rawValue = "" and it worked. Thank you for all your help. It is
...