Multiple Value Field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaniKanabathy
    New Member
    • Mar 2008
    • 52

    Multiple Value Field

    Hi..

    How can i make a field in crystal retrieve multiple row data?
    Currently each data display in different pages in crystal report. Like

    120,130,140,150 all in 1 field in the report
    instead of 120 in 1 page, 130 in 1 page and so on

    Im using CR8.5 and vb6.

    Thanks.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    how are you populating the CR.

    Comment

    • vaniKanabathy
      New Member
      • Mar 2008
      • 52

      #3
      It is like this, i got 1 tableA that match many rows of data for same id from another tableB. So i query to retrieve all the data for one id from tableB. It will list out all the data related to that id from tableA. Now the problem is the the data display from tableA one by one in different pages in crystal report but i want all the data display in same field object in 1 page of CR. like
      120,130,150,... ............... .
      120,180......

      Please help me..I hope u understand what is my problem are.

      Thanks in advance.

      Comment

      Working...