Save Read Only Grid Query into local variable.

Certified Associate Developer

Hello, 

I am using read only grid to with Query to show data inside the read only grid. So question is can I save at the same time the data from the grid into local variable ? to be used in a chart for example ?

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    Technically you could but it would not be ideal from a query, data size, or performance perspective under most real-world use cases.  It would probably be better to use a separate query for populating a chart, especially since there would likely be aggregation involved which you'd want to fine-tune to that chart (and would require a separate query anyway).  Do you have a more specific use case you can provide?