Skip to Content
0
Jan 08, 2023 at 12:30 PM

Displaying all of my table values in individual fields

76 Views Last edit Jan 25, 2023 at 10:24 PM 2 rev

Hello! I'm new to CR. I just want to ask something.

Hyphotetically, Can I display all of my table data as individual fields? I need to do this based on what value is in my table,

For example;

I have a table that can store name and amount in their value fields

Name         |  Amount
Smith        |  100
Will         |  200
Pedro        |  300

Using crystal report, I want that value to be formatted like;

          Name

Smith |  Will  | Pedro

100   |  200   | 300

Basically, I want to put the value of amount below name and transform "NAME" to the header.

Can this be done? Thanks!