Crystal レポートの数式フィールドを使用して、このコード ブロックで評価されるデータを保存しようとしています。
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.
誰か助けて。ありがとう。