Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppressing zeros in ReportStudio

Status
Not open for further replies.

coggie01

Programmer
Feb 7, 2006
3
US
I am working in Report Studio and am trying to suppress rows when all measures are zero in the report. Does anyone know how to go about doing this?

thanks!
 
Hi,

You have to use an if then else statement.

Like:

IF([blabla] is 0) then (null)else ([bla2bla2])

Hope this will help you to get on the right track.

Cheers,

MissReportNet
 
Thanks for your input though I will still have the problem of the record showing up but all with null values.

I would like to see happen if the all measures displayed in the report are zero then suppress the record from being displayed at all.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top