Cant get report to sort correctly

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Gerard_(Guest)
Posts: 55
Joined: Tue Oct 10, 2017 12:44 pm

Cant get report to sort correctly

Post by Gerard_(Guest) » Tue Jul 30, 2002 1:58 pm

I have following:__JMA file wich is main____JMA links to DET1 (which has a STOCKA field)__JMA links to DET2 (which has a StockB field)____I want the report to sort on The Stocka/StockB field which is a stock code____e.g.__JMA_cODE DET1 DET2__100 AAA__100 BBB__100 CCC__100 AAA__100 BBB________What I am trying to do is:__JMA_CODE DET1 DET2__100 AAA__100 AAA__100 BBB__100 BBB__100 CCC____I have set up a field MySort=Trim(Det1 = DEt2) but it is still not sorting correctly, even though the field is printing ok__How do I do this ? ____Regards,__Gerard______________

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> Cant get report to sort correctly

Post by kfleming » Tue Jul 30, 2002 4:57 pm

What if you create a calculated field with expression:__STOCKA STOCKB____and use that as your sort field?____Kathleen__R&R Support

Post Reply