To be honest, I'm not sure. I'm really new to Ignition. Our company adopted it a while back, but I had been doing statistics in PowerBI and was encouraged to port my dashboards over to Ignition.
Modify as in, I don't want to change any data in the SQL database, I just want to look at it and use it in a chart.
How is the data getting into the database? Is it being stored by the Tag Historian or is there another process like Transaction groups, scripting, or some third party software that is collecting the data?
The data is from one of our processes. So it will have information for each pieces like date and time manufactured, cycle time, target weight, actual weight, serial number, etc.
Then the answer is that you will want to use a query to pull the data. Some combination of NamedQueries, Bindings, and Scripting. There are of course ways to build the query in script, but NamedQueries would be considered best practice in most cases.