cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying Type 'Text' in Crystal Report for Sap Business One

tgyc001
Explorer
0 Kudos
742

Hello Community,
I want to display the Text Type in reports.
but I can not.
what method should I use to do this, or function?
thank you in advance for your help.Capture.PNG

 

Accepted Solutions (1)

Accepted Solutions (1)

LoHa
Active Contributor

Hi,

you have to use the tables with 10
e.g. Order
Header ORDR, Lines RDR1, Textlines RDR10

The sorting is a little bit tricky. in RDR10 you find the column AftLineNum in sorting process the VisOrder in RDR1 is meant and in it is OrderNum.
e.g a 2 Textlines after VisOrder 3
Then the sorting is Textline1-> AftLineNum 3 OrderNum 1 Textline 2 AftLineNum 3 OrderNum 2

regards Lothar

tgyc001
Explorer
0 Kudos
Oow Thanks for your Help

Answers (0)