Hey there...I have a report that I'm working on and I have a field called AssetOwner and AssetValue....this owner has a possibility of having 3 different values (Self, Spouse, Joint)
I can bind a table and display the raw values without any problems, but at the bottom of the table I want to sum up the AssetValues based on the Asset Owners...like this.
Asset Owner Asset Type AssetValue
--------------------------------------------------------------------
Self Car $5000
Self Boat $1000
Spouse Jewelry $1000
-------------------------------------------------------------------
Self Asset Total: $6000
Spouse Asset Total: $1000
Joint Asset Total: $0
I was trying to just do a sum(AssetValue) but I can't find out how to filter that sum for a particular AssetType.
Any help would be really appreciated.
Thanks in advance.
John Scott.
I can bind a table and display the raw values without any problems, but at the bottom of the table I want to sum up the AssetValues based on the Asset Owners...like this.
Asset Owner Asset Type AssetValue
--------------------------------------------------------------------
Self Car $5000
Self Boat $1000
Spouse Jewelry $1000
-------------------------------------------------------------------
Self Asset Total: $6000
Spouse Asset Total: $1000
Joint Asset Total: $0
I was trying to just do a sum(AssetValue) but I can't find out how to filter that sum for a particular AssetType.
Any help would be really appreciated.
Thanks in advance.
John Scott.