I have an issue with IsNull as a record selection. Prior to SAP Crystal Reports 2013, I was able to take two spreadsheets, compare the 2 and pull only the records from one. For example, RecordA has an ID and Name. RecordB has an ID and Name. I want to pull the ID's and Names from RecordB that are not in RecordA. In the past, I would left outer join the ID from RecordB to RecordA. In the record selection I would use IsNull(RecordA.ID). In Details, I would have the RecordB ID and Name. Prior to the 2013 version, this would work. Now, the results are all the records in RecordB. It might be an issue with set up (File> Options), but, I can't seem to find it.
↧