Create Realtime spreadsheet visual output that can be sorted by columns and filters

Hi there, jumping in at the deep end. Iā€™d like to write some code to interrogate a node for realtime information, to store that data and then to use it to display realtime graphs and spreadsheets that can be sorted by column and filters for both current and historical average datasets.

Much help appreciated :slight_smile:

1 Like

Hi,
You can manage external libraries using the instructions here .

You can store data in a database collection and display it on your site using tables or repeaters .

To learn how to sort and filter it, click here .