Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
Hi,
is it possible to use custom sorting in charts or tables?
For example, sort the values of a formatted date:

April-2021, February-2021, January-2021, March-2021, etc.

in

January-2021, February-2021, March-2021, April-2021, etc..

Thank you
Environment Knowage 7.4, Win Server 2012
in Charting by (240 points)

1 Answer

0 votes
 
Best answer
Hi,

you can add a column to the dataset that contains the date, or the concatenation of YEAR+MONTH, and then order on this new column.
If you don't want this new column to be shown in the table, just hide it from the widget configurator.

Bye,
Marco
by (9.3k points)
selected by
...