Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi All,
I am new to the TWX but I have a doubt like I have a data base and I want to filter the data based on different filter criteria like I want to filter it based on a Product Name (string) attribute please help me to write a query for that if possible just any random query
Regards,
Rayon
Solved! Go to Solution.
Hi @Rayon_11
If you are using external DataBase - SQL WHERE Clause (w3schools.com)
For Thingworx Query - Query Parameter for Query Services (ptc.com)
You can also generate a Query using "Create Query For InfoTable" snippet.
/VR
Hi @Rayon_11
If you are using external DataBase - SQL WHERE Clause (w3schools.com)
For Thingworx Query - Query Parameter for Query Services (ptc.com)
You can also generate a Query using "Create Query For InfoTable" snippet.
/VR