Recently active
Hello! I have an infotable with the following data: When displaying this data in the Pie Chart the second and third records are displayed in different colors: Can this widget combine records with the same Label-field and color them in one color so that there are no such repetitions?
Hi, I notice some error log "Exception: Cannot read property 'BM_recycled' of undefined" in the runtime mashup log, although it seems that the error doesn't affect my current page behavior , I'm afraid of the potential risk. The error doesn't tell me more reason about it , does anyone has clue on analyzing it ? =============one of the complete log ======================================== Runtime exception handling data update for binding {"Id":"248e8b98-608c-4d4c-847c-b8482a528207","SourceArea":"Session","SourceSection":"Session","SourceId":"Session","SourceDetails":"AllData","TargetArea":"Mashup","TargetSection":"","TargetId":"mashup-root","PropertyMaps":[{"SourceProperty":"OperatorConfirmStartWorkOrderId","SourcePropertyType":"Data","SourcePropertyBaseType":"STRING","TargetProperty":"StartWorkOrderId","TargetPropertyBaseType":"STRING"}],"isBoundToSelectedRows":false}Exception: Cannot read property 'BM_recycled' of undefined &nbs
I have already configure my Tomcat serve for CORS still i am not able to access my api and i am getting " Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource." When i am trying to access the API using Postman i am getting 403 error. For reference please check attached images.
I create SQL command for purge all data in table. DELETE FROM [[tableName1]]; [[tableName1]] is the input table. When execute this service. It error like below code Unable to Invoke Service purgeTable on MTH.FC2.ASSY.SQLConnector : Execute Update failed: com.microsoft.sqlserver.jdbc.SQLServerException: Must declare the table variable "@P0". But, If I put the table name inside the service code. It can execute without error. DELETE FROM test; How I should to do ?
In composer on a particular machine all datetimes are listed as yyyy/mm/dd h:m:s instead of yyyy-mm-dd h:m:s. Is there a default setting somewhere like in platform settings where this can be changed?
Hi i wanted to know how we can bind remote datashapes and other components to Composer. Thanks Shyam
Hi, I am currently working with gridadvance widget (8.1 TW version), and I want to being able to sort each column. I defined my datashape, bind my data into the grid, etc. But when I go under my widget's properties, I select EnableSorting and run it. Unfortunately when I try to sort the column (number type), the table header shows me that its trying to sort (triangles are showed), but the the rows does not get sort. Am I skipping any step or there is a problem with this widget? I appreciate any help Thanks
Hi, I an trying to find a way to download a Data table in the form of PDF. The Thingworx 8.3 has the readily available feature of downloading/extort a data table in the form of .xlxs form, but i am trying to download/export in the form of PDF.Is there any work around or any extension that can help me?
Hi. Still learning ThingWorx so bear with me. I managed to log some live property data with a ValueStream using an Influx persistence provider. And showing it on a LED/Guage in a mashup. So far so good, cool stuff. But what now, if I would like to apply some math to the property values to e.g. calculate output over the last 5 minutes. Can I write custom queries to InfluxDb, or must everything go through the ValueStream for mashups? What's the recommended approach?
I want to connect the database in mashup. I've read this manual. https://developer.thingworx.com/en/resources/guides/data-storage-methods/dsm-value-streams andhttps://developer.thingworx.com/en/resources/guides/external-databases/completed-examples-databaseConnection succeeded. row num :15 = result count : 14If row num is 15 or less, the number of grids is 15. The number of row num 10 is 10 if the grid. The number I want is the same.However, there are no values in the grid. I put ojdbc6 in Tomcat and Java. I thought about the cross domain, which is one of the browser constraintsBut, The IP and thingworx IP of the database are the same. I think I did it wrong. I'm new to Thinkworx. I'd like to put data in the chart and the grid. Can you help me?
Dear, How can I parse JSON string and decode from Base64 and then visualize in mashup ? I receive this string {"applicationID":"1","applicationName":"temperature-humidity","deviceName":"TH_sensor","time":"2019-08-26T14:31:54.833027Z","location":{"latitude":0,"longitude":0,"altitude":0}}],"data":"eyAiaHVtaWRpdHkiIDogNjguOSwgInRlbXBlcmF0dXJlIjogMjUuN30="} and I would like use coloured data to visualization. "data" is Base64 .. Thank you in advanced
Hi all, I created a master mashup and there is a menu with four options, each option open a different mashup. But when I click to open a mashup the message below appears: Every mashups are Responsive Advanced Can someone help me? Regards Leonardo
Hello. The problem layout is simple: I have a service that returns the current time. The code would be the following: var d = new Date(); result = d; This shows the browser's time (for example, 11:50:23). However, if I execute this: var d = new Date(); var hour = d.getHours(); result = hour; It will show me the server's time (which happens to be one hour behind, so it shows me 10). Does anyone have any way of approaching this issue, so it would not display the server time, but actually display the actual present time of the browser? Thank you.
Hello. I have a layout, and I want to insert a shape in it with a value display in the center. But once I put the shape, there's no way for me to put the value display on the same layout. Any solutions for this? Thanks!
I followed the instructions to uninstall Thingworx Analytics Server and then on the new install I get the following error: There has been an error. Unknown error while running/default/json_utils-configfile=/results-ms_report.json - property=version. Any ideas how to fix this? Thanks
Hi all, I want to customize the XY Chart in ThingWorx such that the x-axis is on the top of the chart and the intersection with the y-axis is in the top left corner instead of the bottom left corner. The x-axis values should increase from left to right and the y-axis values should increase from top to bottom. To do so, I tried to create my own XY chart widget to mimic the built in XY chart widget so that I do not overwrite the existing built-in XY chart widget. I have the necessary code of the built-in XY chart widget so I just needed to create another widget via Eclipse, copy and paste the code and import it to ThingWorx. The import is successful but I get an error when loading the mashup saying "XYChartV2Mashup opened with errors" so the widget doesn't get imported at all. I have attached the zip file containing the necessary files, it would be great if someone can help me find out why my widget isn't imported or suggest another solution to my problem.
In some cases, after you have created Thing Shapes, Templates, Things and mashups it could appear that you want to change the names because you found out some typographical errors or need to change the existing names from a logical/structural/organization point of view .Our customer does not want to delete or copy them because there are existing relations between the "Things" themselves and the mashupsIs it planned for a future release?ThanksChristoph
The sample Anomaly dashboard does not show anomaly model from generic things about only those things created from remote things. Is there a way to configure this? I was finally able to get my generic thing anomaly model to run(init, calibrate,...monitor) but was unable to find it on sample Anomaly dashboard mashup.
I need my Thingworx development environment in my local PC (not a server). If is that possible, please provide a link to system requirements and installation guide
Hi all, I have created an XY chart widget for customization based on the built in XY chart widget in ThingWorx and imported it to ThingWorx. The import is successful and I have the new widget in the composer. However, after binding data to the widget, nothing displays when I view the mashup. What baffles me is that I am using the exact same code as the existing XY chart widget so the widget I created should work as well. Attached is the zip file for reference. Any help will be greatly appreciated!
Hi all, I am using the Host Server and two days ago I can not to access my platform. Follow the image below. Regards, Leonardo
Hi, I have implemented pie chart in my mashup. I need to get pop up with information related to the portion selected. In properties of pie chart I have observed that 1. There is no single click event in pie chart i.e, Only Double-click available. 2. There is no option to fetch which portion has been selected. 3. There is only tool tip available which will show the value, but no option to display value on the text. Please let me know, Anyone know how to implement feature which will display the data related to the portion of pie chart selected and to display value on the potion of pie chart.
Hi all, I am ThingWorx Industrial Connectivity to communicate my PLC with ThingWorx Foundation. However, I wanna to bind my TAGs from PLC with my charts in my mashup and when the TAGs values change, mu charts too change, in real time. How I do this?
Hi all, In my browser be show me the follow message "There are only 4 days left until your license expires. Contact your PTC account team" But I installed the ThingWorx Trial Edition yesterday. Does anyone know the reason for this?
I want to preview two different value sets on the same bar chart widget. Kindly refer attached image.
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.