error the string is non numeric
Please be patient with me I'm a novice at this
crystal 8 Oracle database
Each field (8 of them) below are observations for a sewer manhole inspection
each one is populated by numbers
I created this formula below called @Size which totals all 8 perfectly
(tonumber({INSMHI.HYCVRS}) + tonumber({INSMHI.HYFRAMES} ) + tonumber( {INSMHI.HYRINGSS}) + tonumber({INSMHI.HYCONES})
+ tonumber({INSMHI.HYWALLS}) + tonumber({INSMHI.HYBENCHS}) + tonumber({INSMHI.HYCHNLS}) + tonumber({INSMHI.HYBASES} ))
My Problem is when I sort or try and create a group on the formula I get the error stated above
Any suggestions or better way of doing this would be awesome , not to mention getting my boss off my back
thanks in advance
Please be patient with me I'm a novice at this
crystal 8 Oracle database
Each field (8 of them) below are observations for a sewer manhole inspection
each one is populated by numbers
I created this formula below called @Size which totals all 8 perfectly
(tonumber({INSMHI.HYCVRS}) + tonumber({INSMHI.HYFRAMES} ) + tonumber( {INSMHI.HYRINGSS}) + tonumber({INSMHI.HYCONES})
+ tonumber({INSMHI.HYWALLS}) + tonumber({INSMHI.HYBENCHS}) + tonumber({INSMHI.HYCHNLS}) + tonumber({INSMHI.HYBASES} ))
My Problem is when I sort or try and create a group on the formula I get the error stated above
Any suggestions or better way of doing this would be awesome , not to mention getting my boss off my back
thanks in advance