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!

Recalculate totals without hidden fields...?

Status
Not open for further replies.

mhkbdk

Vendor
Apr 18, 2007
2
US
Can ReportNet re-calculate totals and sub-totals WITHOUT hidden fields?

For example, I’m trying to generate a report based on income levels but my data has a lot of “unknown”. The “unknown” data completely throws off the % calculations and any charts I try to create.

Is this something my admin needs to set up?

Any advice would be greatly appreciated.

Thanks,
-Mike
 
What do you mean by 'unknown'? Null values?
Or are null values substituted by a default 'unknown' string.
Did you attempt to filter them from the resultset?

Ties Blom

 
Thanks Ties,
My example of “unknowns” was probably not the best one to use. We are working on filtering them out beforehand but that will only partially solve the problem.

There are several instances where I would like to eliminate some data and recalculate all of the percentages. Unfortunately, I can only hide a column but the totals and, therefore, percentages don’t change.

Thanks for your help.
-Mike
 
You can set a filter that performs prior to aggregation (a condition in the where clause of the query) and one that performs the filtering on the resultset (after aggregation)
Did you check whether that can be used?

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top