Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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 ?
Solved! Go to Solution.
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
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