Here are the fields that I have,
DateTime CompanyNumber EmployeeID EmployeeName
I am grouping by the companynumber.
I wasn't able to get the codes that you offerred working, can you elaborate? Thanks
Hello I have a report that is grouping the a bunch of dates by companies.
I would like to show only the latest date only. Does any know how to do this.
Example:
123
03/02/04 1:02:00pm 454 John
03/03/04 2:03:00pm 454 John
234
03/24/06 1:02:00pm 232 Abby
03/24/06 1:03:00pm 232 Abby
I...
I have a query to filter a from a few tables like the below
Datetime Company Id Person
04/04/06 1:00:00PM 123 34 Emily
04/05/06 9:00:00PM 123 34 Emily
04/05/06 2:00:00PM 123 34 Emily
04/05/06 3:00:00PM 322 34 Emily
04/05/06 3:20:00PM...
Hello..
I'm trying to get a query to work but it's not working so well.
I have this for my date criteria.
=Now() or >Now()-14
I'm trying to pull data that are 1 to 13days old but if it is 14 days old, then I want to exclude it.
My example is still pulling for dates that are beyond the 14...
I have one amount field which I would like to filter out based on the code from another field within the same table.
Example:
TableA
Job ID Amount
2 12 100.23
2 12 222.22
1 12 34.00
3 11 34.09
3 11 333.33
2 11 332.34
4 31 343.01...
Hey synapsevampire, Thanks much. The codes works great but I found out that what I wanted to do was totally different from my original thought process. Thanks much.
Is there a way to filter out a complete line of records based on one field?
Example
Jobcode Id Name Amount1 Amount2
1 12 JH 123.09 333.22
1 12 JH 333.34 543.02
11 HK 222.22 1211.03
3 11 HK 233.33 333.33
5 32 AX...
this is exactly what I have:
........
If {tempreport1.jobcodereg}+{tempreport1.jobcodeot}=0.00 then
" "
else
If {tempreport1.jobcodereg}=0.00 then
{tempreport1.jobcodeot}
else
IF {tempreport1.jobcodeot}=0.00 then {tempreport1.jobcodereg};
............
I had something similar to lbass. But I'm getting the same error.
"A number, currency amount, date time, ofr data-time is required here."
Both of the fields are number fields (0.00).
Any ideas?
I'm using Crystal Reports 8.5.
Hi all,
I need help with this, hope someone can help. Thanks ahead of time.
I have two fields. CollumnA and CollumnB
I want to compare the values. If they are the same then I only want to output what is in field A. (If both are zeros then output blank".
If they are different, but if either...
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.