Insert a table ONLY if product D has a %
In addition, how do I insert a table ONLY when one of the products has information. So if Product D has a % in the data source then insert a table that will have three columns headers : Product, Current Price, New Price.
This table will only show when Product D has a % otherwise it will be "invisible".
The table will have 11 rows. Each of those "cells" will be conditioned "show" when Product D has a % in the data source.
Product Current Price New Price
Fee 1 $1.00 $2.00
Fee 2 $2.00 $3.00
Fee 3 $3.00 $4.00
Thanks again!!!!!
|