Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Tablename.fieldname


Makada May 5, 2020 08:41 AM

Hi,

I would like to know the following:

When i use the "Tablename.fieldname" expression, for example "minute_avg_WS_kph = Table1.WS_KPH_S_WVT(1,1) , and have public data from it, "public minute_avg_WS_kph", then the actual value from the table1 "WS_KPH_S_WVT" is the same as the public minute_avg_WS_kph. So far so good.

But as soon as i make a sample data from the "public minute_avg_WS_kph" in table1, " Sample(1,minute_avg_WS_kph,IEEE4,False)", the output from the sample data from table 1 is one minute late (table1 is a one minute table) compared to the same data from the Table1.WS_KPH_S_WVT ...


JDavis May 5, 2020 05:03 PM

The issue is the order you do things. Data is saved when CallTable() is used.

CallTable() for first table

TableName.FieldName to get value from first table

CallTable() for second table


Makada May 5, 2020 05:11 PM

Hi JDavis,

Thanks for your reply.

Is there a possibility to solve this?

With kind regards. 

Log in or register to post/reply in the forum.