Forum Discussion
TD21
7 years agoHelper II
How to Display Data As Is
Let's say my data has 2 columns:
ColumnA-Student ColumnB-Grade
John A
Michael F
Stephen B
Phil A
How do I create a visualization that looks exactly like the data (i.e. student name in 1 column and his corresponding grade in the 2nd column)? I tried using Matrix but got the following:
Student Count-of-Grade
John 1
Michael 1
Stephen 1
Phil 1
Thanks in advance.
- Anonymous7 years ago
Using Table instead of Matrix works for me, that seems to display the data exactly as it appears in my database
2 Replies
- AnonymousNot applicable
Using Table instead of Matrix works for me, that seems to display the data exactly as it appears in my database
- TD21Helper II
Thank you!!