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!