Are you saving to your local hard drive? When I do that (I'm running on Citrix also)it crashes. I have to save as csv or xls to the I: drive, then open an explorer window and copy the file and paste it into my hard drive. VERY annoying, but it seems to be the only way to do it.
Nevermind! I got it - it was crashing since it was trying to divide zeros for some people, i guess. I nested it in a case statement:
CASE
WHEN
(TO_NUMBER(NVL( (SELECT SUM("PS_AL_CHK_HRS_ERN"."EARNINGS")
FROM
"PS_AL_CHK_HRS_ERN"
WHERE
((("PS_AL_CHK_HRS_ERN"."CHECK_DT" BETWEEN <<BeginDate...
I am trying to get an average of money paid over a number of checks that had certain earnings codes. So I added the sum of the earnings as one derived field and the the count of the check numbers that meet the critera as the other derived field. They work just fine alone but I want to divide...
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.