I am trying to convert a date field that is stored in the AS400 as a numeric field. The data is YYYYMMDDMMSS. However, when displayed in Crystal 10 or 11 is shows commas in between for example 20040120.00. The formula I am trying to use is as follows:
NumberVar input:={CKSCHEDE.SEFRDT}...
Yes & No. Basically, in order to get accurate numbers I had to add a footer and sum all the records. The derived fields did not work correctly. According to ReportSmith tech support, they indicated this was the way to do it. However, I never had this issue before.
Thank you for your help...
We have recently switched to PCPW 5.2 & ReportSmith 4.0. I am having an issue with summing gross earnings in a derived field. On one employee the Sum Distinct works great but on a another is doesn't. The following is the SQL that is not working properly. thanks...
SELECT
SUM(DISTINCT...
Thanks this works. Except I am still getting 2 rows. Should Term date & Rehire date be in query only,so that I just get the most recent (active) record?
Using this case function is new to me can it be used to handle multiple criteria like a nested if statement? Any examples would be great.
A null value, I guess. My issue is that I have active employees with a term date & a rehire date but the rehire date should be greater than the term date. I hope this made sense?
I need a derived field or formula that looks at status =A and Rehire date > Term Date = Rehire else Hire date. I am using PCPW 5.2 Oracle database. Any help is greatly appreciated.
I am trying to join the Employees tbl and the Title tbl. I need to include all from Emp tbl and only where the values equal or are null. Any tips are greatly appreciated.
Thanks but I forgot a part, we have both Salaried employees paid weekly & biweekly plus straight hourly weekly. I need to include all 3 variables. Like the following but it doesn't work. Any suggestions.
Decode("REPORTS"."V_EMPLOYEE"."PAYFRQ"...
Does anyone know how to create the if then function in a derived field? I need to create a field that calculates annualized earnings. I keep trying to create the field using the decode function but it isn't working properly.
If PayFreq = B and RateType = S
Then Rate1* 26
Else if
If PayFreq...
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.