Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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?
Solved! Go to Solution.
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
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
Wow, thank you very much!! you really solved my problem, my string data was not logged.