문제

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.

도움이 되었습니까?

해결책

I did not continue solving my problem using storing to array. I just grouped my top and bottom with formula using the conditional if-then-else in crystal report.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top