My query (Qwerry1) produces a table with 7 rows and 3 columns.
I want to insert the result of Qwerry1 dynamically in my chart (stacked Column 3d). How i can do it?
Hey @TimRandy , you can connect the output of the DB query to the chart. You can follow this article for reference. In case you face any more issues, you can ping here or on the discord server.
Hi, my query returns a 7 rows and 3 columns table (column a,b and c).
I would like to display these values in a coustumn chart. How can I dynamically retrieve these values by assigning column a as categories and column b as absices and column c as orders ???
Hi, my query returns a 7 row and 3 column table (column a,b and c).
I would like to display these values in a column chart. How can I dynamically retrieve these values by assigning column a as categories and column b as absices and column c as orders ???