I have this data:
0_1|1_2|2_3|3_4|4_5|
27 |33 |14 |10 |24 |
The colum name are
represent the hours of the day0_1|1_2|2_3|3_4|4_5|
for example 1_2 means from 1:00 to 2:00 33 objects have been worked.
In x(argument) I would like to see the name of the column (1_2), how do you view the name of the column and not the content?
Here there is image with table:
https://www.dropbox.com/s/b7pdhtvps6uq8 ... a.PNG?dl=0
Thanks