Page 1 of 1

Argument with column name

Posted: Mon Apr 06, 2020 1:41 pm
by luigi.arena
Hello,
I have this data:
0_1|1_2|2_3|3_4|4_5|
27 |33 |14 |10 |24 |

The colum name are
0_1|1_2|2_3|3_4|4_5|
represent the hours of the day
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

Re: Argument with column name

Posted: Tue Apr 07, 2020 2:43 pm
by Lech Kulikowski
Hello,

You need to set it manually or prepare an additional column that will contain list of columns names.

Thank you.

Re: Argument with column name

Posted: Tue Apr 07, 2020 4:45 pm
by luigi.arena
I redone the query by adding the missing columns and now it works, but how can you manually create the headings on the x axis?

Re: Argument with column name

Posted: Tue Apr 07, 2020 9:23 pm
by HighAley
Hello,

You could set the List of Arguments of the chart with a fixed list of values.

Thank you.

Re: Argument with column name

Posted: Wed Apr 08, 2020 7:38 am
by luigi.arena
Thank

Re: Argument with column name

Posted: Thu Apr 09, 2020 4:17 am
by Andrew
You are welcome, Luigi.

Take care!