Skip to main content
1-Visitor
October 23, 2020
Solved

QUERY PROPERTY HISTORY CAN BE USED FOR "STRINGS"?????

  • October 23, 2020
  • 1 reply
  • 1547 views
 
 
Hello I am using a grid to create a history of my data, however my data "strings" do not appear, because from the querypropertyhistory service they are not there.

How can I include the strings in the querypropertyhistory service?
Best answer by mnarang

Any property which is logged will be stored in the Value Stream, there is no exception for String Base type. Just make sure you have logged the property and the values on property got changes in a span of time. These changed values should come as a result of QueryPropertyHistory.

 

 

Thanks,

Mukul 

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
October 26, 2020

Any property which is logged will be stored in the Value Stream, there is no exception for String Base type. Just make sure you have logged the property and the values on property got changes in a span of time. These changed values should come as a result of QueryPropertyHistory.

 

 

Thanks,

Mukul 

lgarcia1-VisitorAuthor
1-Visitor
October 28, 2020

Wow, thank you very much!! you really solved my problem, my string data was not logged.