I was having the same problem. It ended up being the version of Oracle client that I was running (8.1.7.0). There is a db patch that worked in my case(8.1.7.4).
Hope this helps
Here is another way this might work.
Create the following calculated columns and group by Job:
Actual Date = If TransactionType=A and Date Between 2003-04-01 and 2003-04-30 then Date else Null
Est Date=If Transaction type = E then Date else Null
Act Value=total(If Transaction Type = A then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.