I am trying to use the CrystalReports1.SelectionFormula property of the CR object.
I can use it to filter unneeded records using an attribute of the table I am using.
i.e. {AdmittedStudent.AdmittedStudent_Country} like "Russia"
However:
Some of the columns in the report are derived and I would like to be able to filter them as well. I can do it in the CR IDE but using the exact same code in the SelectionFormula property within VB yeilds no changes in the report.
i.e.{@SelectionFormula} like "Whiskey"
I can use it to filter unneeded records using an attribute of the table I am using.
i.e. {AdmittedStudent.AdmittedStudent_Country} like "Russia"
However:
Some of the columns in the report are derived and I would like to be able to filter them as well. I can do it in the CR IDE but using the exact same code in the SelectionFormula property within VB yeilds no changes in the report.
i.e.{@SelectionFormula} like "Whiskey"