Recently active
Hi Team,I am facing this issue mentioned below:I want to prevent sort ascending order .Please help on this and provide solutionThingworx Version-V8.5.6
Hey all. I'm currently trying to work on localization so users from different countries will see dates in their proper format. I want to attach a location code to a profile and use that as a binding, so I tested with a very simple function to see if this approach would work. Below I've written some code that when I output to a div, outputs exactly as I expect in a quick demo React project when pushed to a div.CodeOutputHowever, when I do this in Thingworx services, it fails to do this, and provides a completely different format. Does anyone know what is going on here? Am I making some sort of settings mistake?
In thingworx 9.1 I was using double click properties in the Grid Advance to open new popup mashup but when I switch to 9.4 thingworx version there is option of multiselect so im not able to perform double click to open new mashup.
So i was working on some big number within thingworx and got some unexpected results. var BIGINT_OUT_OF_BOUNDS = Number("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in -9223372036854776000If you read the javascript documentation this is understandable. So i did: var BIGINT_OUT_OF_BOUNDS = BigInt("-9223372036854775805"); result = BIGINT_OUT_OF_BOUNDS; This will result in an error: Error executing service BigInt. Message :: ReferenceError: "BigInt" is not defined. - See Script Error Log for more details. Witch is understandable because thingworx uses Rhino 1.7.11. And BigInt is only implemented from Rhino version 1.7.14. I must be missing something.So my question is, how am i supposed to work with big numbers?
Hi All, I know that HTML Text Area - TWX 8 feature's of text formatting and HTML editing were removed in 9.0 and higher versions due to security enhancements. Now I need same functionality in TWX 9.4.0 for E-Mail body composition requirement because it were already used by customer in TWX 8.5. Is there any work around for HTML Text Area - TWX 9 with same features? Thanks & Regards,Arun C
Hi,I and my team are developing a mashup where we use a collection widget to display a list of things. We would like to programatically select and navigate to a specific item in the collection widget (the id is saved to a session) based of one of the items properties. Can that be acheived and if so, how?KindlyOskar Berntorp
Is there a way to find out what the best learner is after training a predictive model? I haven't been able to find it in the documentation or searching the menus/services. Also, for the elite average ensemble, it's stated in the docs the it chooses the best n learners, but it's never mentioned how it decides what the n number is. There's mention that they're chosen based on their predictive score, but how does it determine the cutoff between good and bad learners? It'l be helpful to know a little more about what the black box is doing in order to improve further models.
I have a list of streams (InfluxDB as persistence provider) with data in it, and I would like to migrate to Postgres (the default persistence provider)Now, how can I proceed further? Does Thingworx provide any migration tools?If I use the export data option, which is not working,
I have a requirement where I need to save the column values as logged in user prefrences.I see there is no way to capture the selected values and default them when user logs in. Cacheruntimedata can help, but it will not work if user device is changed.Is there any way using which the selection can be persisted based on selected users apart from using cacheruntime data option.
I'm studying the concepts of processes and programs in C++ on this site and came across the following code snippet:#include <iostream> #include <cstdlib> int main() { std::cout << "Hello, World!" << std::endl; return EXIT_SUCCESS; }While the code is a classic "Hello, World!" example, I'm struggling to grasp the distinction between a process and a program, especially in the context of this code. Can you explain how this C++ code represents both a process and a program? Additionally, could you highlight any specific elements in the code that demonstrate these concepts?
Hello community, I am trying to build a service that can check all of our thingworx platforms for projects that uses one of our extensions we have built. To do this I am currently using the project entities "ListExternalDependencies" service and from that information filtering on the containerName (which is the name of the extension). I was wondering though, is there perhaps a better way of doing this that I have missed? Because I am look at: And thinking that perhaps there is some service I could use to just straight up get the same information that is used to built the list of extension dependencies shown in the project entity. I had a look in the developer tool and found: So here I am thinking I might be able to use something similar to this endpoint? Any pointers would be greatly appreciated. Regards, Jens C
Hi all,My question is like how can I configure pie chart widget in Thingworx 8.5 so that when I click on a selected part(section) it will navigate to another tab related to the section similarly If I click on different section of Pie chart it will navigate to different tab (means data associated with that section)for better understanding I have attached image please help me to configure this and if possible please share the image of how you bind it and.please forgive me for any grammatical error. Best Regards,Rayon.
I'm trying to display an image in a cell with the grid advance widget in ThingWorx 9.1.8. I have a data table returning an HTML string for the image and the column set to HTML, but nothing is displayed. I've verified the image name/source is correct. I tried following this code...https://community.ptc.com/t5/ThingWorx-Developers/Add-mashup-or-clickable-image-in-advanced-grid/td-p/681125 But no luck. Do you have any ideas?
Hello,I am working on ThingWorx 9.4 and I try to use "Solution Framework" version 1.12.1 delivered by PTC, available on GitHub https://github.com/PTCInc/twx-solution-framework/releases. I applied the procedure described on gitHub, including all extensions dependencies installation (here is the list of BB installed). When I open the Mashup PTC.SolutionFramework.Main_MU, the GetBuildingBlockList Method of Installed BuildBlocks fail with following alarms error :=> "Thing [PTC.SolutionFramework.Manager] Service [GetBuildingBlockList] error at line [2.0] : TypeError: Impossible method "{1}" de {0}"and Warning=> "No Manager was found for identifier [PTC.ComponentManagement.Manager]" I did not found any post that my help us to solve this issue.Could you please help us to solve such issue ? Regards,
How to find Perticular Datashape being used in which service in Thing?Ex-Datashape Name-'dsEventsHeader'.I Want to trace above datashape, In how many services are used?Please provide some workaround or solution ASAP
Hi all, I have a doubt like suppose I have some grid data for example suppose I have 3 column having column attribute like ID, Name and Type now I want to do some calculation on top of grid data like I want to show their number in percentage format. For more detailed info I am attaching an image file please help me Regards, Rayon.
On updating the thingworx version from 9.1 to 9.4 the font size of the tab title is changed. how to fix this issue ?
I need to pass values from one tab to another,I have 3 tab each having one mashup. I want to pass selected value from the first tab's mashup to other 2
Hi All, I want to a help like suppose I have a dropdown widget and a grid widget now in the dropdown widget we can have many item now I want is if suppose I choose one item from the drop down then its whole property (like different column) should be displayed in the grid widget so to do this what are the things which I have to do please help me to do so Thanks in Advance Rayon.
Hello community, we are trying to do SSO in thingworx without using external resources just with the thingworx core. So the users must to access to one external app loggin and when they logging must to be logged in thingworx and shows the specific TWX mashup. One of the ways that we try is by the ThingworxSSOAuthenticator, but we are not able to put enable this authenticator. 1. What changes in the machine where thingworx is installed we must to do to be able to put enable or just to do SSO? For example modify the platform-settings.json or any other file... 2. What we must to consider to create in thingworx or to do for use this SSO aunthenticator by default? 3. ThingworxSSOAunthenticator is just for Pingfederate? If the answers is yes, the alternative is to create an extension and the question 1 I need to have an answer please. Thank you in advance, Luis.
Hi everybody, I'm currently trying to streamline developments on our platform currently based on Thingworx 9.2 for a team of 5 people.We have one shared local instance for development, and two cloud instances : one for preproduction and another one for production. All instances are actually docker containers. My team often met some obstacles because one of them was already making some changes on one entity thus another one could not potentially add some properties/services on this specific entity. I managed to run a local instance and I find the concept great so we could eventually develop without impeding each other and delaying the conflict to the merge when feature has been fully developed.I would like my team to be able to develop features using individual local instances but I don't find any documentation about the licensing issues I may encounter. I already read these articles : ThingWorx DevOps with Azure: The Comprehensive Dev... - PTC CommunityThingWo
Can we make particular word invisible in grid using css or in any other way.
Hi Team, I have developed Thingworx widget extension. I just wanted to know what is the difference between (widgetname).ide.js and (widgetname).runtime.js? If anyone know please let me know asap. Thanks
Hi, I am creating any simple mashup widget extension and would appreciate some guidance on getting started.Can someone please help me in this (Please provide steps it will be helpful for me) Thank you.
Hello community. I was wondering if someone here could perhaps explain to me why these two code snippets do not provide the same result of things? I have two things:VAM_KOP_68316_0 VAM_KOP_68316_1 They are both in the VAM_KOP_Project: They both appear in the browse window: And they also both appear in the Thing browse function: I can unfortunately not provide a view in the projects entity list itself as it contains 10k+ entities. let entities = Resources["EntityServices"].GetEntityList({ maxItems: undefined /* NUMBER {"defaultValue":500} */, nameMask: "VAM_KOP*" /* STRING */, type: "Thing" /* STRING */, tags: undefined /* TAGS */, }); ^ this one doesn't give me any of the two things. Whereas this one gives both: let projectEntities = Projects["VAM_KOP_Project"].GetEntities(); I do not understand why this is... Could it be some type of data corruption? Thanks, Jens C
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.