5 pts.
 Crystal Reports 2008 filter an array
How can I return records in a data set that have a specific variable, but not another?

Ex:

Return records when field A includes X but not Y?



Software/Hardware used:
Crystal 2008
ASKED: October 12, 2010  6:05 PM
UPDATED: February 9, 2011  4:14 PM

Answer Wiki:
Try this.. Create an INSTR formula and use this as a parameter in the record selection. Formula: Instr({FieldA},"X") > 0 hope this helps
Last Wiki Answer Submitted:  February 9, 2011  4:14 pm  by  Leoneking   15 pts.
All Answer Wiki Contributors:  Leoneking   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _