This seems simple but I can't figure it out:
I have a report with project numbers and a subreport with trade numbers:
Project A
Trade X
Trade Y
Trade Z
Project B
Trade Y
Trade Z
I would want to get a vlue of 5 rather than 2 (which would be =count(*)).
I tried, using the expression builderbut I get the "Enter parameter value" box.Code:=Count( [FieldNotCompleted subreport1].Report![TradeCode] )
Any ideas? Thanks!