Recently active
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, We have always created SQL logins for our users to be able to connect to external databases from our Thingworx platforms.But it was recently brought up that for some external databases we have, it is more common to use AD as a way to give access when accessing it through SSMS. So I was wondering if there was any documentation or experience in the community on how we could use AD to connect to these external databases. Any pointers would be very appreciated. Thanks,Jens
HI Developers, I had to merge two infotables and export them into excel. Code is working fine to merge them and export but it is merging alternate rows of both table.OEEIssueDelayDescPercentageWasteDegreeSample1Sample28.1Issue9.1Heating 1289testtestingHere we have 2 infotables. one has OEE, Delay, Percentage, Degree. Sample1 and Sample2.. Second has Issue, Desc and WasteRequirement is to merge it likeIssueDescWasteOEEDelayPercentageDegreeSample1Sample2IssueHeating128.19.10.1289testtesting Can we order infotables as per our requirement? Please suggest
Hi Developers, Help needs on the title. we've upgrade TW from ver9.2 to ver 9.3 just before.after the upgrade, the font style is automatically changed even though I use "Style Theme".could you let me know how we can stop this change? 1. font pattern12. font pattern2 when I put(update) date with servive, then font style get normal. ( looks same as the one in "Style Theme")3. font pattern3when I put long text like datetime, then font size get too small.context was Text was wrap displayed in TW ver9.2. our TW version is the below.
Hello, I need a help please i have a chart in my application. I want to change the legend text, the defalut text is the property name (file attached) How can i achieve this goal please ? thingworx 9.1 Thank you
Hi,I'm trying to use QueryNamedPropertyHistory service with query parameter but I can't.I only want the values whose id is 1000, but the service returns all values.This is my service and this result the result I get: What are we doing wrong?Thanks in advance,
Hello All,I have create an extension widget already and I want to add TriggerClick like default ptcs-button to my extension widgetplease suggestion thankyou
Hello, I've been building on a project to help with deployments of projects to QA/BV/Pilot/Prod instances after development has been completed. The use case (which I haven't been able to find an alternative to, so if you have one please let me know) is that when you develop a larger project, you often end up with entities that gets deprecated.If you have an especially large project, it can be annoying to have to manually clean up all other environments of these no longer used entities as you deploy your application. The thought I had was that after using the ImportSourceControlledEntities function, I would delete any entities that were not imported from source control. But when doing some tests I have run into issues with this error: JavaException: java.lang.Exception: Import Failed: Unable to create group: [1,002] Data store integrity violation error: [Error occurred while accessing the model provider.] It seems to me like it happens if the ImportSourceCo
Hello, I am currently working on this guide and have had a lot of success with it up until part 4. I have cloned the GitHub repository and have ran all the commands, but keep getting the following error (see attached image) and am not sure how to fix it. When we opened AdafruitDHT.py in Visual Studios it could not resolve the library. Is that perhaps the issue? Any suggestions? We appreciate all the help. Thanks, -Elijah Becerra
Hello, I'm currently trying to download any widget extension to test at my Thingworx Platform instance, but until now, every extension that I looked at the marketplace does not have a download option.Is there anything missing at my account level? Or maybe I'm looking at the wrong marketplace website. *Bellow a screen shot for one of the extensions that I want to test called "HERE Map Widget ThingWorx Extension"
Hi All, I am trying to install Thingworx 9.0 in Azure using Thingworx ARM Template but I am facing an error message while installing Thingworx using ARM Template. PFB the error message from Azure while Validating the template. Deployment template validation failed: 'The value for the template parameter 'twxadminPasswordOrKey' at line '292' and column '30' is not provided. Please help me in resolving the issue. If there is any document available. Please let me know
Hello, Can somebody help me to write a service in thingworx where infotable data value is checked if it is found in a json data. Thanks.
Hi Team, I have two datasets displayed in two different grids, I need to make one scroll bar that works for both of them. any suggestions? Thanks,
Anyone know if 9.3 grid JSON configuration has the ability to set the location of the filter and reset buttons? The old advanced grids allowed for this by using the below JSON string parameters: "search": { "multiColumn": { "enabled": true, "location": "bottom-right" } }, "resetButton": { "enabled": true, "location": "bottom-right" } However the 9.3 grid configuration documentation does not show the ability to set location. I've tried something like this but now luck. Anyone have a way to set the location of these two features? "resetButton": { "location": "bottom-right", "enabled": true }, "filter": { "show": true, "location": "bottom-left" }, (Note: I have found the documentation to be either inaccurate or non-exhaustive. Wondering if there is something missing in the documentation or if this functionality was disabled.)
Hello I come to know about dynamic grid config while creating one of my business usecase.I am looking for documentation regarding the dynamic configuration of the grid widget using the JSON configuration binding.Can anyone please share if there is any example or sample entity present ? Thanks
Hello I want to implement Filters on My grid data , I tried to do it via some service but not able to do it . For search operation i have made a text box on the basis of one service.Can anyone please help me what is the best way to achieve it? Thanks
After a SQL vm reboot, tomcat won't start. get the following error. used the following article with no luck. https://www.ptc.com/en/support/article/CS307146?_gl=1*bwkc9a*_ga*MTM5MzM0Mzg4Ny4xNjUyNDU1Mjg4*_ga_1QBT6P6HR1*MTY3NjAzMzc0MS4yNi4xLjE2NzYwMzQwMzMuMC4wLjA.
Hi all, i am wondering if there is a way to only activate the background-color for this widget only if the X value is appearing on the right side of the column.
Hello Everyone,I'm facing an issue with the label chart during runtime. Xaxis labels are showing alternatively when the mashup is viewed in chrome (100-67% Zoom), with zoom less or equal 50 all labels are showing. Has anyone faced this issue before? How can I show all the labels even with 100% zoom on all screens? Please share your valuable inputs.Thanks in advance,Regards,Bhavya P C
Hello, i'm using Thingworx version 9.1.10-B931 and got following problem: The query from the Chip Based Data Filter Widget is binded to a Service that uses this query as input.The QueryChanged Event triggers my Service. Everything works fine until i delete / unselect all my filters.The last known query before removing all filters at the filter widget will be applied to my service but i want an empty query and not the last know filter. For me this is a bug because if no filter is selected then the query have to be empty or set to default and not the last know filter / query.
Is style theme part of widget property .?
Hi there, I would like to use a normal thingworx button widget as a back button. This is for design reasons, because in a normal button, you can insert a custom icon.Unfortunately JS history.back() does not work in an expression. Does anyone know a way to do this without the back button widgets?Case no:In the back button widget is theoretically included in icon. However, this is white for me and I also do not get it visible. Does anyone know the parameter that sets the icon color? Thanks alot!
Thus I wrote a binary search tree in C that uses this struct: struct tnode { int content; struct tnode *left; /* left tree part */ struct tnode *right; /* right tree part */ }; My primary method: int main() { struct tnode *Baum = NULL; struct tnode *tmpPos = NULL; Baum = addelement (Baum, 32); Baum = addelement(Baum, 50); Baum = addelement(Baum, 60); tmpPos = searchnode(Baum,50); } So, in essence, this generates a Binary search tree with three components (32,50,60). According to this post, my searchnode function is intended to move a reference to the "50" so that I may delete it afterwards. My searchnode Method, on the other hand, only provides the pointer if the element I'm looking for is the root of my binary search tree.searchnode: struct tnode *searchnode(struct tnode *p, int nodtodelete) { if (p == NULL) { printf("Baum ist leer oder Element nicht vorhanden \n"); } if ( p -> content == nodtodelete) { return p; } if (p->content >
Hi Developers, I have a requirement to take 3 different data sources (1 label and 2 grids) and export an excel from it.I am not able to get csv with edited column along with its other original entire grid columns.Please provide service to achieve this, if someone has any.
ERROR: relation "system_version" does not exist_ Position: 128
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.