Recently active
Hi Developers, I'm trying to create a mashup to capture and display images.as the first step, I put a fuleupload widget. Browse button works when I click with mouse but not work when I use finger or apple pencil. Could anyone help me to solve this ? our ThingWorx version is ThingWorx 9.3.6-b1323.
Hi,When adding the repository for the extension Eclipse plugin I receive the error in the attached pictures.From what I understand, there are jar files in the plugin zip.What is going on?I have tried the current and former thingworx specific versions of the plugin without success.Look in the attached pictures for version of the IDE, as well as the error messages. Kind RegardsOskar Berntorp
Hello, Wondering if anyone can see any issue with this. When putting the same things into SoapUI, everything goes thru fine......but when using content loader function postJSON it just times out. // Define the data you want to sendvar messageData ={"@type": "MessageCard","@context": "http://schema.org/extensions","themeColor": "0072C6","summary": "ThingWorx Data Update","sections": [{"activityTitle": "Data Update","activitySubtitle": "Timestamp: " + new Date().toUTCString(),"facts": [{"name": "Sensor Name","value": "Sensor XYZ"},{"name": "Value","value": "42.0"}]}]};let postData = JSON.stringify(messageData);// Define the parameters for the HTTP POST requestvar params = {url: "https://generalmotors.webhook.office.com/webhookb2/4362b7f2-bfdd-48b0-b8f9-63637259d95b@5de110f8-2e0f-4d45-891d-bcf2218e253d/IncomingWebhook/blahblah", // Replace with your Microsoft Teams webhook URLheaders: {"Content-Type": "application/json"},content: postData};// Send the data to the Teams web
How to store null value or empty value in numeric field of infotable
How to create a device in Actility using API from Thingworx
Hi , I am working on the same use case and found that we have session expired event that is fired even the browser tab is closed, but here is also one problem that is how we can update the logout time when we have multiple session for one user. Considering the user access the application multiple time and sometimes he left the browser idle and re-login in other browser. I have one thing that is we can keep multiple entries of user login and logout in infotable but when the browser is idle then on what basis we can update logout time as we have multiple active session. do we have session id for each session , then surely we can updated basis on that ? please let us know. Thanks
How to get global session values on login/logout/sessionexpired event of Security Monitor in Thinworx.i have written a subscription that executes on login/logout/sessionexpired event and in that i am trying to get session values but the session is null here.
shall we disable this column selection popup which comes while right clicking the adv-grid columns.
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
I have a time series chart in my child mashup that is displayed horizontally, now I have added it to a parent mashup in which I want the chart to be vertically displayed. How can I change its orientation?
Migrated thingworx application from version ThingWorx 9.1.0-b10877 to ThingWorx 9.3.4-b1190. Problem occurs when Advanced grid migrated with Rowselection attribute as Multiselect As per older version there is no checkbox and row can be clicked to multiselect.But now,we need to click on checkbox to select the row.Is it possible to achieve the same as old Advanced grid in new thingworx version?If so, please suggest me
Is there any option to get the user engagement time for the TWX application.how much time spent by the user on TWX application.
Hi everyone, Does anyone know how I can resize an image that is on a grid? (comes through as IMAGELINK but displays an image in the grid). Thanks.
Hi Team, We are trying to leverage on the Edge MicroServer (EMS) which when hosted on remote server and communicate back to ThingWorx on situation like Services are running or monitor event viewer logs and alert on particular exception etc Looking forward to hear from the community
First i get data from excel like thisand then import to Thingworx and create datashape like thisand show data in grid at mashupbut data not show the same as raw dataCan i setting to show as the raw data in grid table and edit data in table?
Hello, Do anyone now what is the differences between the Database thing template and the MSSqlServer thing template? BR / Simon
HiI want to modify custom widget which is D3 range chart. The already customized widget have x axis and 2 y axis now i want to add again 2 y axis in the chart. I am new to custom widget, i didn't create custom widget before. And i don't have idea how to create it.I already have D3range chart custom widget extension file but i have to modify it.Can anyone please help to modify the extension file. I don't know where i have to modify it.sharing the links for extension file and the code please check and help me with this.d3.js - Multiple Y axis and paths in different scales - Stack OverflowGitHub - ptc-iot-sharing/D3RangeChart: A Thingworx widget that implements a chart that is highly configurable at runtime using D3.
On right clicking column heading in grid, we can deselect certain columns. We expecting the selected columns to be save until it is changing manually in UUser Interface. But Once I reloaded the page, the grid columns are resetting back and displaying all columns. How to save selected columns of Grid in UI.?
I used the line chart with multiple data source and I apply the legend filter on it but by default all legends are selected and then we can choose the the legends but I want to select only one legend by default. How to do that?
Hi all, Please provide me some resources on Configuring Reports in Thing Worx so that I can learn configuring reports in Thing Worx. Regards, Lavkush
I have created a Localization token but value is not displaying in runtime for chip data filter widget for thingworx 9.2 version.Can anyone help me out??
In the ThingWorx menu bar, on selecting an item, already opened accordion sections should be closed automatically. This "StayOpenOnSelection" feature is not available in ThingWorx 9.3.1 but it is available in 9.3.3 and its later versions (as per the support.ptc.com site). Is there any possibility to inherit this feature alone in 9.3.1? Is it fair to migrate to 9.3.3, will there be any compatibility issues? Please advice.
If I have a gadget that has notes, how can I have a dashboard that contains three of these gadgets but displays different notes? Or, if someone enters a note, when an auto-refresh happens, how can this note stick to this gadget? We have multiple use cases similar to this and I am wondering if this is even possible. For example we have an instance where we want the user to upload an image and display it via a gadget on a dashboard. However, we want to be able to do this multiple times and have it stick on refresh. It is my understanding that..1) Gadgets within a dashboard cannot interact with one another.2) Dashboards cannot send parameters to a gadget.3) Gadgets do not have a unique ID to tie specific data to. So, I think this is not possible and only predefined data can be displayed on a gadget?
Ho All,I create a extension that send a blob file to repository in Azure IoT Hub, when i run the service on Thingworx it fails with the following error:ErrorCode(3a3c069c-6ae1-47d6-81ca-31cf8080667b), Cause(org/reactivestreams/Publisher), Reason(A Java class definition was not found at runtime.), Possible Resolutions([1]=Add the Jar file that contains the missing class in your Extension packaging zip., [2]=Add the Jar file that contains the missing class in your Extension manifest file as a Jar Resource.)All the jar file used into extension are part of extension. I don't known what jar files are missing.BRDimitriDimitri
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.