I am trying to store the data that are evaluated in this block of code using the formula field in crystal report,
if "TOP" in {materialDescription} or
"Top" in {materialDescription}
then
//Storing the data into a TOP array here.
else
//Storing the data into a BOTTOM array here.
Somebody help me. Thanks.