Quickfix99
Technical User
I have a view which returns a list of records by year. What I would like to do is have one row returned in the view, even though there are two rows in the origin table. Here is an example of the data:
Current View Returns: (2 records)
Year GrossLand GrossImprovements
2002 0.00 5000.00
2002 1000.00 0.00
What I really want: (1 record)
Year GrossLand GrossImprovements
2002 1000.00 5000.00
Is this possible?
Thanks in advance,
M
Current View Returns: (2 records)
Year GrossLand GrossImprovements
2002 0.00 5000.00
2002 1000.00 0.00
What I really want: (1 record)
Year GrossLand GrossImprovements
2002 1000.00 5000.00
Is this possible?
Thanks in advance,
M