Sorting Chart data

Hi everyone!
I would like to know if there is a way of sorting data in charts? I could not find any way to do it.

Regards,

Hi @walychado

The Corteza chart builder allows for a range of different filters:

I hope this answers your question!

Kind regards,

Niall

Sorry, I was not clear… I want to order ascendent/descendent data in chart. Is that possible?

1 Like

No problems. So that I’m absolutely clear, can you give me one or two examples please?

Here you have:

What would be great is to have this 3 columns ordered from left to right based on value. In reporter module is possible.

As far as I know, that is not currently possible. Feel free to create a feature request on Git Hub.

You could however define it in the reporter and then use it on a compose page via the “Reporter” block.

1 Like

I think this order is down to which value shows up first in the database so you could also try:

  1. create a view in your database,
  2. create a new module which pulls data from that view
  3. create a chart for that module

Thanks! You are right, I can do it through the reporter module, but it does not allow me to drill down like regular charts. It a good alternative though.

A little too advanced for what I’m able to do right now. I’m exploring that option for this limitation: Count / Aggregate Many-To-Many Relationships - #3 by peter

Thanks for the help though!