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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Totals

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When creating a report I group my query and then when I want to Total I chose count for each group but how do I get it to total a numeric column - there is only minimum, maximum, mode etc

Thanks
 
I am using data from Lotus Notes and crystal is not recognising it as numeric - I need to convert it from a text type to a numeric type. Could anyone help me please.

Thanks
 
Create a formula field to convert your numeric and use the ToNumber function eg. ToNumber({yourfieldname})

ToNumber("123.45")

Returns 123.45.

As for the totals, insert your newly created formula to the report in the details section, right click and choose Insert then SubTotal and select the group that you have created. This will insert a sub total at the group level. Choose Insert / Total if you want an overall calc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top