I have a non-stored calc field. Non-store because its part of a proprietary third party application table, and dont want to alter their solution, only augment it.
I cant seem to make an aggregate sum of this non-stored calc field. Its not showing up in the list of column selections in aggregates, however its integral to my solution and my presentation on Friday.
Any ideas how I can aggregate a non-stored calc?
Should I use a FOR loop in a method?
JM