Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.