Recently active
Looking for a solution. We have large grids with multiple date fields (formatted to short dates) If the sort is enabled for the multiple date columns it stops working. The sort works fine with any other column. It will usually work for the dirst date column but after the second date column is clicked for sorting none of the columns will sort until you refresh the page. Is there a work around that will make this work as I prefer being able to sort the column with having to use the query filter that reloads the data.
Hi everyone, I am about to migrate an application from .NET Framework to .NET Core (Because of EF7 and the fact, that Framework is considered legacy by Microsoft). Currently the Thingworx .NET SDK requires (and only works with?) .NET Framework, (at least v.4.5.2). Are there any plans to migrate the SDK to .NET Core?
Hi Everyone, I am trying to call the forEach(myFunction) {} But I keep getting this error: : TypeError: Cannot find function forEach in object com.thingworx.types.InfoTable@e5e813bf. Is this a version issue?Please assist me with this Many Thanks,
Hi i am new to thingWorx, and i want to change the spinning dots of "ShowDataLoading" to somthing else, is it possible and how can i do that.thank you in advance
how to view the image in the different(eg; png, jpg etc) format in the grid table.
When I am executing service, it shows the unable to find the certificate.
Hi ,I need to create Menu and subMenu with Horizontal Alignment of Menu item. as shown in attached file.how to achieve this in Twx 9.3.0 , with Icon need to add Menu Item. what widget is suitable here if we see Sub Menu as well in small popup. Thanks,Vaibhav S.
Using Thingworx to connect to kepserver, I want to monitor the alarm status of a device. I use properties to store the alarm status, create event subscriptions for multiple tag, and modify the status properties through the subscription, but the properties results are only sometimes incorrect, I think the multiple tag are caused by concurrent alarms, any other solutions or suggestions?
I am trying to get one SQL query into the LED widget and another SQL query into the Gauge Widget. I am unable to do the bindings from the MSSQL connection thing to the Mashup.
I am getting the date in DateFormat as mentioned below2023-02-09 16:26:07.000I would need date in this format for ex: 20230209 (YYYYMMDD)format. Can you help me out over here ?
Hello all, I have some grids where all of my columns needs to be a fixed width. The grid also needs to support multiple selections. But when these two things are activated together, the grid has some (to me) unexpected behavior. You can see that it cuts off part of the last column and creates a scrollbar at the bottom. From what I can tell this is due to the fact that the grid part of the grid widget itself doesn't take into consideration the added column for the checkboxes. Does anyone know of any workaround for this? Or maybe I am just doing something wrong? Any help with this would be much appreciated as it is the last thing from my 9.1 -> 9.3 migration that I haven't been able to solve. Thanks, Jens
I have a lot Tokens to add, if I add them manually one by one it will be a waste of time, do we have any tools can upload in batch? Thank you
Hello everyone, I am actually trying to migrate Thingworx 8.4 to 9.3 an i am facing an issue. I actually saw that you cannot migrate from 8.4 to 9.3 i have first to set Thingworx to the 9.0.3 version. I am using:JDK -> Amazon corretto 11Postgresl 13. Tomcat work perfectly fine and i m facing that issue when i tried to launch my service.I have already checked this article:https://www.ptc.com/en/support/article/CS305796 Afiter checking the point step by step, i can confirm there is actualy no answer for my situation, I join you the main informations from the stack trace, my linux service config and my setenv.sh.in screenshot format. (All the rights and ownership have been setted for tomcat8.5, which is the user of the service) Thanks for your time,
Hi @slangley Any idea if Thingworx latest version has introduced session timeout logs?
What can be used instead of for loop to loop through 10000 records which is present in Infotable?
Hi I'm using grid for entering numeric data. but when I switch my keyboard to polish then while entering data on grid using numpad of keyboard I get comma instead of dot which my grid does not take. I have set column rendering as number with column format 0.0000. Please help with this issue
Hi, We are currently trying to display our ThingWorx mashup alongside with other web pages by using web rotator in HTML. The ThingWorx mashup URL with appkey works without having to log in when we click on the URL, but if we put it through the HTML code for web rotator, it asks for log in and even if we log in , it refuses to connect. Are there anything blocked in ThingWorx platform setting or are there other solutions on how to fix this? Thanks Sai
I'm unable to get a validator for dropdown widget to work. The validator is supposed to check if a selection was made from a dropdown widget. I've tried the following in the validator but it still goes through. How can I get this validator to work? The validator input is bound to Selected Row of the service that populates the dropdown. (Type !== "") && (Type !== null); //(Type == "New Functionality") || (Type == "Bug Report") || (Type == "Other");
Hello,Is there any extension available for integrating the FIIX with ThingWorx?There is a link in Vimeo: https://vimeo.com/683618643, in this video there is an extension present, is this available to download anywhere?Thanks,
Hello,The stateDefinition object that I gave the advanced grid is not doing what I want it to do. State Definition:"stateDefinition": {"fieldName": "example","name": "example_alarm","type": "non-fixed","states": [{"comparator": "<","name": "min_value","styleName": LowStyle","value": "10"},{"comparator": ">","name": "max_value","styleName": "HighStyle","value": "100"}]} I am using the exact same layout for the string type columns of my grid and it behaves the way I want it to, since I am using the "==" comparator.However for my number type columns, I am not getting the range that I want. The outcome is as if the comparator was "==". Now I realised that the value I gave it was a string, so I changed it to: "stateDefinition": {"fieldName": "example","name": "example_alarm","type": "non-fixed","states": [{"comparator": "<","name": "min_value","styleName": LowStyle","value": 10},{"comparator": ">","name": "max_value","styleName": "HighStyle","value": 100
Hi, For the button, we do have the following CSS for the blue border issue ptcs-focus-overlay { visibility: hidden; } .ptcs-wrapper:not([no-wc-style]):focus:not(.dummy):not(.dummy):not(.dummy) { box-shadow: none; } Article: Article - CS328986 - Is it possible to remove the blue border around widgets when selecting them at runtime in ThingWorx (ptc.com)Even after changing the Colors in the Style Properties in the TextField, the blue color still exists.How can this be resolved for the TextField widget?Thingworx version: TWX 9.3.0 Thanks,
Would like to generate a report based on the inputs from different sensors and then send this report as an email attachment.
Dear Team,For Live Prod Environment Energy Project, we are fetching hourly data to ThingWorx from Kepware and found that whenever there is Bad Error in Source Column (Thumbs Down) in ThingWorx we are getting previous hour values, rather than Live Hourly values for that hour. This affecting data quality of storage in SQL severely, where previously hour values get repeated. Attaching a screenshot for your reference. -
Hi,I want to show the data loading symbol when I refresh the mashup from the refresh requested. I'm using the Expression to show value. Please respond if you have any solutions. Thanks
How to customize Thingworx URL example (https://thingworx)? Is it possible to go without using port in URL? thanks Keerthivarman.
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.