Recently active
Hi Team, Is it possible to set the default value on the grid Add row button for a certain column? Thanks in Advance Vipul
As per the original post. Hi @VladimirN , I am also facing similar issue accessing ThingWorx Flow Dashboard. I have 1 doubt wrt port details. While installing ThingWorx Foundation is installed and configured on port 8443 and for ThingWorx flow I provided port address as 443. Will it going to have any impact on accessing Flow Dashboard? I am able to access Foundation url but for flow getting white screen even before user authentication. Regards, Siddharth
Hi Community,I have installed Integration Runtime on my system and trying to connect to windchill using custom Integration connector. I have configured Integration Runtime following ptc support "https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Composer/IntegrationConnectors/InitialSetupofIntegrationRuntimeServiceforIntegrationConnectors.html#". Post this I created custom Odata connector and provided fixed authentication. But connection fails while executing "ValidateConnection" service. Also error log shows initialization failed error.Attaching Screenshot of steps I followed to configure Integration Runtime and creating custom odata connector. Kindly help.Regards,Sid
Hi, I have installed Thingworx and was able to access it on the localhost:8443/Thingworx/When restarted after a few days, I could not access the same localhost:8443/Thingworx/ when checked on the Application Logs... Thingworx up and running: Where can I check on which Port and URL is running? Thanks,
Dear community, I am using textfield widgets to support building a SQL statement, including the where clause. Unfortunately textfields show a weird behavior when entering "<>", the characters seem to be interpreted and replaced by other characters. The replacing characters consume more space, the rest of the text is visibly moving to the right. This reminds me of MS Office where for example a dash automatically starts a bullet list. This could be nice in some cases but here I certainly do not want any kind of this interpretational behavior. Not sure whether this is a bug or a feature going the wrong direction. I am working on Release 9.3.9. Screenshots "<" works fine: Screenshot "<>" does not work: Many thanks for any pointerBenny
Hi Community, I have installed ThingWorx Flow and configured it with Windchill Server. For Testing purpose I tried creating a sample Workflow which will use GetViewables to retrieve windchill visualizations as 3D thumbnails. Could you please suggest how I can display this on ThingView Widget?What should be next step to retrieve list of CAD Documents and Parts and display it on a ThingWorx UI. Thanks,Siddharth
I am also interested in how to structure a query to InfluxDB with the Flux API, mainly for the time grouping and functions that are available OOTB. If anyone has a sample of a PostJSON that is working, it would be great to see, I think the issue is how the fluxQuery part is structured, I have tried multiple formats with the same failure result. Below is a sample of what I am trying, but the response I get is "An internal error has occurred - check server logs" // Construct the Flux query as a string let fluxQuery = "data = from(bucket: \"thingworx\")\n |> range(start: -60m, stop: -1m)\n |> filter(fn: (r) => r[\"_measurement\"] == \"Winder_Thing01\")\n |> filter(fn: (r) => r[\"_field\"] == \"KibbleWinderAmps\")\n |> filter(fn: (r) => r[\"valuestreamname\"] == \"Winder_Thing01_VS\")\n |> aggregateWindow(every: 1m, fn: median, createEmpty: false)\n |> yield(name: \"median\")"; var headers = { "Content-Type": "application/json", // Correct the Con
I have a parent mashup where there are two mashup containers. One of the mashups in the containers have custom CSS. However, this custom CSS is also affecting the other contained mashup. How do i prevent that from happening? This is the CSS is one of the mashups: rect { fill: rgba(0, 0, 0, 0); !important } I just want to hide the rectangle in that certain mashup, but it ends up hiding the other rectangle in the second mashup too.
To download Thingworx Scriptlog.log file and DatabaseLog.log from repository, kindly share me the URL. The below attempts failed to download the ThingWorx repository fileshttp://localhost/Thingworx/FileScriptLogs/logs/ScriptLog.loghttp://localhost/Thingworx/logs/ScriptLog.log
Hi everyone, I want to use google map widget and I follow this post Display Geolocation Data Using Google Maps Part 1 when I finished Step.1 then in step.2 i create a mashup and want to add google map widget but the google widget did not appear in Widget tab. I tried to remove and reinstall the extension but the google widget still not appear. Can anyone tell me how to solve it ? Thanks a lot!
Hi, there is an article "Managing and using Localization in ThingWorx" dated 2016, which explains how to export & import localization data.Is there a way to export all data from 1 one language (the default) , adding manually translations in xls and then upload in bulk into another localization table. Thanks & Regards,Izzet
Hi all, I am currently using ThingWorx 9.3.4. I have a requirement where I am using a pie chart that shows records of 24 things. The pie chart displays the distribution of all things, but the legend shows only 10 pieces of data. If I increase the height of the widget, the legend shows all the data. However, I cannot increase the height of my widget. How can I get all the information in the legend? Thank you!
Hi,Logic: Based on Selection of Dropdown list the values in ptcs-chartline will change.Problem:Unable to predict when the Default Reset Button in ptcs-cahrtline was working. It will work for some data and for some period of time.
I have 5 columns in infotable. When Distinct API used for first two columns together, the output infotable should have 5 columns with the distinct values of first 2 columns. How to do this
I'm looking for solution, where I can access value of property by 2 indexes: i for rows, j for columns. Something like myValue = myInfotable.rows[i].columns[j]Also could use solution likecolumnName = myInfotable.fields[j].name;myValue = myInfotable.rows[i][ColumnName]; Generally, I have bulk load of data, some auxiliary infotable and destination datatable.I have a loop where I read rows of destination table, call service to read data acc. to row from destination table. Inside loop to read received data record after record, and inside this - loop to check if datas coresspond with rows of aux table, If data fits - increase value in destination infotable, in actual row of it - but column number of destination table depends on row of auxiliary table. Something like: (columnA, columnB, columnC are just direct name of column)for (i == 0; i<dest.getRowsCount();i++) { {data = myService (dest.rows[i].columnC); for (j == 0; j<data.getRowsCount(
Hi everyone, What are the ways through which we can Integrate ThingWorx with Flex PLM so that we can have a real time data from the Flex in our Thingworx Regards,Lav
Hi everyone, I created 4 mashups having different types of data in all the 4 , now I want to Integrate all mashups in a single mashup, like I want to make a mashup where all the mashup present by their name only and if I click on any mashup name it should open in the same mashup and if I click on another that should open and first one be closed and so on please let me know if I can do this. Regards,Lav
Hello, I have a long string part of which need to be replaced to make read easier. But template literal error arises. How can I modify my code? Or how to update js engine?my code var age = 10; let result = `I am ${age} years old`; errorversion: ThingWorx 9.3.1 BR
hi,I'm facing an issue while saving or viewing the mashup popping an error message "Unable to update mashup: property name homeMashup not found."27-10-2023 it was working normally, nothing was deleted and changed but on 30-10-2023 it was showing this popup screen. Can anyone help on this issue to resolve it please. Thingworxs version :9.1.2-b552
How can this problem be fixed when a different input is entered into the drop-down widget label chart and the loading icon only appears for 1 second while the prior data continues to display and the loading icon is hidden, after some time new data gets loaded.
On clicking print button in Mashup1 of Thingworx, it should pass Mashup2 to print functionality of browser. For example on clicking one button, print popup should be opened automatically which contains different mashup in it. How to do this ?
We are using ptcschipdatafilter for filtering grid. How to filter the rows in grid for which the column doesn't have value. example ColA=null/blank/empty.
1. I am trying to change Grid Filter Icon, I tried to change for individual using filter-field icon and it works but i want to change it for all the grid filter.2. Also want to change Data Filter (data-filter) background color using common css.
As per the original post. Can somebody point to the documentation where these placeholders usage is described?
Hi, I am confused about what should i prefer to generate reports in thingworx, Javascript or SQL query(as i am using Database)? i have to generate reports based on input like in below image.. if we choose javascript then how can i compare these inputs or how i can filter data based on input like month and year? i know there is Query param for query service but in query param where can i put this month & year? Thanks,
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.