I am trying to get data for a tag at a certain step in the process. Is there any way we can do this without using SQL ? If not then how would I go about joining all the data between the partitions.
Problem statement:
I want to find the weight scale value at current step = 53 for my process for last 6 months.
If someone can help me find a solution it would be great. I am not familiar with SQL.
I suggest that you learn how the history has been stored.
Create a view with a table in it.
Create a binding on the table's data property.
Select "Tag History Binding".
Play around with this, having a look at the returned data displayed in the table.
When you understand the returned data then you can start thinking about writing a script to get the data into the format you want.