Hello , community.
Im having an ussue with crystal reports. and VB.net.
Im trying to pass a selection formula:
This fails to return any rows.Code:CrystalReportViewer1.SelectionFormula = "{EQ_Equipment.equipment_cf_tag} like '73'"
but if i use the following
I get the correct line of data...Code:CrystalReportViewer1.SelectionFormula = "{EQ_Equipment.equipment_cf_tag} = '73'"
What am i doing wrong???
EDIT: I just discoverd something odd... I created a record withthe number 1173
If i do a like Search on 1173 it finds the record... if i do alike searc on just 73 it returns no record.. WHAT?...




Reply With Quote