Bill_gator Posted April 25, 2008 Share Posted April 25, 2008 hello people, I'm trying 2 get an sum out of an portal when i have the following numbers (portal named global) 320 940 510 60 (witch in my book is 1830) the " sum (Global)" gives me this result : 32094051060 c the pattern (320,940,510,60) not my idea of sum any help would be apreaciated Barry Leunge Link to comment Share on other sites More sharing options...
AHunter3 Posted April 25, 2008 Share Posted April 25, 2008 More info please: a) You are, umm, on a layout somewhere. That layout has a native table occurrence of its own. Named what, exactly? Something other than "global" which is the table occurrence to which your portal leads. The native TO of the layout itself. b) The field that is being summed up, it has a name, yes? You can't just define a field as Sum(Global: you have to define it as Sum (Global::SomeFieldName), right? What's the field's name? c) That calc field, is it defined in the table you identified in a) above, the table that is the native table of your layout, not your portal? That's where it should be. Link to comment Share on other sites More sharing options...
Bill_gator Posted April 25, 2008 Author Share Posted April 25, 2008 got it working now been away for a few ours and i just saw it thx for the help anyway Barry Link to comment Share on other sites More sharing options...
Recommended Posts