count only visible entries

  • Thread starter Thread starter jakem
  • Start date Start date
J

jakem

Guest
is it possible to only count visible enties??

i have hiden duplicate entries in my report but they are still being included in the count fuction
 
something to the effect of
If(fields.visible = true) then
count = count + 1
end if

Basically, if the fields are visible then add those fields to the count, otherwise don't.
 

Users who are viewing this thread

Back
Top Bottom