I am having issue with supressing a text box if a whole column is null.
Using ISNULL({FIELDNAME}) looks for any row which is null in the column and supresses it but I only want to supress when the whole column is null. If there is any row with the a value in I dont want it to be supresses.
Can anyone help to achieve this please?