Hi,
I have a crosstab query, when I open the report I want empty fields to be hidden.
I have tried this code in on page event
if isnull[field] then
field.visible = false
end if
I have also tried the is empty approach
but neither of them work, I have checked my data types(which are text)
Anyideas why or how I can hide empty fields.
Hope ou can help
Steven
I have a crosstab query, when I open the report I want empty fields to be hidden.
I have tried this code in on page event
if isnull[field] then
field.visible = false
end if
I have also tried the is empty approach
but neither of them work, I have checked my data types(which are text)
Anyideas why or how I can hide empty fields.
Hope ou can help
Steven