Graph with the entire list of tags

hi everybody.

Is there in ignition a way to help me to have a graph with the totality of the tag used in my project?

i’d like to have, for example, a box on the left with the entire list of all the tag of the project (auto-update in case of modify of this dataset) and on the right the graph? :scratch:

We don’t have a pre-built component to list out all of the tags. However, since the tags are being stored in the database you can put a table on the left where the data is bound to the following SQL query:SELECT id, tagpath FROM sqlth_te WHERE retired IS NULL ORDER BY tagpath ASCYou can than select a row and add it to the chart using system.dataset.addRow.

You can also look into our goodie called Click to Graph. It stores the configurations of the chart in the database so the user can dynamically select what they wan to see in the chart. Here is a link to download it:

inductiveautomation.com/downloads/extras

thanks a lot!!! :slight_smile:

a little problem: here http://www.inductiveautomation.com/news/item/188

you can find:

[quote]Step 1: Download Click to Graph File

  1. Click on the following link to download the zip file:
    Click to Graph Goodie [/quote]

but this link http://www.inductiveautomation.com/downloads/products/?goodie=18 says

[quote]Error 404 - Page Not Found
The page you are looking for could not be found. It may be temporarily or permanently unavailable, or you may have misspelled the address (URL).
If you have followed a link here, please contact the administrator, info@efa.it, to report this error.
Try one of these links:[/quote]

:scratch: :cry: :/ :laughing:

The click to graph goodie was moved here:

inductiveautomation.com/downloads/extras