Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query design help
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01365555
Message ID:
01365670
Views:
13
Hi Naomi,

The query executes fine but does not return the result I am looking for.

The problem is with grouping by EDP. The result return nPVC and nSVC values based on the max(date) but if the max record includes either nPVC or nSVC = 0 than I need the last none 0 value.

Results of your query:
EDP SVC PVC
23733 12.12 0.00
25555 100.12 111.12

Should be
EDP SVC PVC
23733 12.12 15.12
25555 100.12 111.12

I ended up using cursor and processing one record at the time. This is probably the least efficient way of acomplishing this task but at least it does work.

Thank you,
daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform