Forum Discussion

TD21's avatar
TD21
Helper II
7 years ago
Solved

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.

 

 

  • Anonymous's avatar
    Anonymous
    7 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

  • Anonymous's avatar
    Anonymous
    Not applicable

    Using Table instead of Matrix works for me, that seems to display the data exactly as it appears in my database