I want to use the visualization of data table only with split Rows, without display metric count
|field: Descending |Count |
|value1|46|
|value2|14|
|value3|14|
the display I want :
|field1: Descending |
|value1|
|value2|
|value3|
or
|field1: Descending |field1: Descending|
|value1|valueA|
|value2|valueB|
|value3|valueC|
Thanks in advance