Hello!
I have a problem with a report. Made in crystal reports v 8.5 using an access database.
I don´t know if this is possible to do in crystal.
Here is what i want to do... the data is presented like this in the database:
Artnr Value Date Status
100 10 1
100 11 0
110 8 2007-10-10 0
120 9 0
The problem is...
I want to fetch all rows with status = 1, so where there are two rows that has the same value for ArtNr but with a difference in status i only want to show the one with status = 1
If there is a row looking like ArtNr=120 i want to show it, that is if it dosen´t have values on status like the row for 110
I don´t want to show rows with status = 0 and where date has a value
The rows are presented in the details section.
Can i control this with the select expert? If i can, how do i write?
I have a problem with a report. Made in crystal reports v 8.5 using an access database.
I don´t know if this is possible to do in crystal.
Here is what i want to do... the data is presented like this in the database:
Artnr Value Date Status
100 10 1
100 11 0
110 8 2007-10-10 0
120 9 0
The problem is...
I want to fetch all rows with status = 1, so where there are two rows that has the same value for ArtNr but with a difference in status i only want to show the one with status = 1
If there is a row looking like ArtNr=120 i want to show it, that is if it dosen´t have values on status like the row for 110
I don´t want to show rows with status = 0 and where date has a value
The rows are presented in the details section.
Can i control this with the select expert? If i can, how do i write?