Is there any way you can convert nested query output using python scripting? Because I want all my data to be in script, thanks!
Please share what you have and more clearly describe what you are trying to achieve. Something got lost in translation.
sorry, like this for example, i want to convert this nested query to replicate the process but using python scripting
That's not a nested query. See Nested Queries in SQL for examples of nested queries.
See also: system.db | Ignition User Manual where you can find all of Ignition's database script functions.
I think that actually is a nested query in the report data tab, but I've never used one so my helpfulness ends there.
Here's a less cropped screen shot:
yes i was trying to replicate that using python script, my plan is to automate creating new pages for each tank, my goal data output will be like this
This sounds like a classic XY problem, where you've now described the actual problem you're trying to solve.
Why do you think you need scripting to solve this, or what do you think scripting can do here that "standard" nested reporting queries can't do for you?
Perhaps you are looking for this:
But to echo Paul: Why?
i just want to try different approach but I guess you're right, thanks for the side thoughts!