Solved
how to map a database value to the new property created in a thing.
There is a MSSQL database Thing. I would like to add a new property to this thing as "TempValue" and then map a sql query to this property. How can this be done ?
There is a MSSQL database Thing. I would like to add a new property to this thing as "TempValue" and then map a sql query to this property. How can this be done ?
Hello,
The only way I know how to do this is to create your SQL query, then call that query from a javascript service where you then would set your property value using the returned value.
Regards,
Jens
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.