Right now I am using [HasData] to reference whether a subreport has data but what I really want to use it for is to reference where the field within the subreport has data.
Is this possible?
If I do this - I end up with #name -
[subreport].[Report]![Jan].[HasData]=True
If I do this it works but its not quite workly the way I need it to work because its returning true even though its really false because within my crosstab the field i need does not have data but other fields in the row do.
[subreport].[Report].[HasData]=True
Is this possible?
If I do this - I end up with #name -
[subreport].[Report]![Jan].[HasData]=True
If I do this it works but its not quite workly the way I need it to work because its returning true even though its really false because within my crosstab the field i need does not have data but other fields in the row do.
[subreport].[Report].[HasData]=True