Recently active
Hi all, I am trying to find a way to make the Time Series Chart widget able to show only the data that is selected on the list widget (multi-selection available). How to do that ? Thanks in advance.
I have a service which returns an infotable. I need to display graph using Timeseries chart. I am getting data in Grid, but not in Timeseries chart ( both default and v2 version from marketplace)
Hi Team, I have a device connected to a remote Thing and when I delete it and try to create a new Thing with the same name I'm experiencing this error: Failed to create device : JavaException: java.lang.Exception: Unable to create thing: DeviceThing.T : [1,018] Data store unknown error: [Error occurred while accessing the model provider.] There are not ghost Things, the Thing doesn't exist, but Thingworx doesn't allow me to create a Thing with the same name. I found this ticket, https://community.ptc.com/t5/ThingWorx-Developers/Data-store-unknown-error/td-p/528023 that seems to be exactly the same case as mine, but there are no solutions. Is there any possible solution for this ? In my specific case I would like to avoid restarting TomCat, unless there was some evidence that it would solve the problem. Note: I'm using ThingWorx 8.4.2. Thanks in advance.
I have a "navigation page" that needs to update a grid on a new mashup that loads when my navigation button is pressed and two items are selected from my drop down and combo box lists. My navigation button will upload the next correct mashup however my grid is not being filled with any info based on selected items from my drop down lists. bindings for grid widgetmashup bindings for navigation page mashup Any thoughts of what I am doing wrong? Thanks
Hi , I have a menu in my master and i have a button in my mashup.Clicking on the button should take me to the next menu item.How should i do this? Thanks in advance, Kishore
How to upload multiclass classified dataset into Thingworx analytics . When i try to import, it showing error and not allowing to import more than two class dataset. ( True/false )
Am getting data from kepware to thingworx and storing it in the value stream. Now my requirement is to display this data in a timeseries chart and when new data comes in the new data should get appended to the chart and it should look like a continuous(real time) chart.
Hi all, I would like to know if there are possibility to change my screen from a click on marker on my map I have a map in my mashup and there is one marker. I want to insert other marker and when I click in other marker my mashup change to other mashup like if the marker was a function "go to display button" Regards, Leonardo.
Here is a question: when I insert data inside data table entities and want to show this data using label chart. May I know what is the sequence for label chart displaying the data. Because here is out of sequence and I struggling with this question!!!
var query = { "filters": { "type": "EQ", "fieldName": "Kategory", "value": "Quality" } }; here is a question for using query filter. when I custom the service, there is an error appearing in the result. Could Someone can help me to fix this problem and what is the output should I choose. Now I chose "STRING""
I was trying out the example on Prescriptive analytics in thingworx. However, i am not familiar with the meaning of the result as shown. What is the meaning of originalScore and optimisedScore and why is it the same in this case. How does this information translate into the results of prescriptive analytics which is to offer solution to the problems identified by predictive analytics.
I was trying to install "ThingWorxH2Trial-8.4.0-SNAPSHOT-linux-x64-installer.run" on ubuntu desktop. But some the installation got stucked at certain stage so I need to stop the installation in between. So because of this the installation file did not get created in installation path. But when I am tring to install the "ThingWorxH2Trial-8.4.0-SNAPSHOT-linux-x64-installer.run" again, I am getting error as please unistall the previous installation first. Is there any way I can install the thingworx again on my ubuntu desktop.
Hi, Is there any currency conversion API available for Thingworx ? I want to convert one currency value into another based on user selection(with current value of currency). Regards, Chahat
I have a service on a ThingShape. In my Mashup I connetced a selectedThing to the EntityName Parameter. How to access this parameter in the service JS? I want to reduce the number of additional input parameter, so i thought it would be "faster" to call this service dynamic and pass the thing as entityname to work with it inside the service. var params = { identifier: undefined /* STRING */ }; // result: THINGNAME var machine = Resources["EntityServices"].GetThingNameForIdentifier(params); .... Code does something with machinename here. What is the parameter/variablename for the entityname?
Dear,We have a specail case to handle thingwox with datastax.I just want to add measure data set into thingworx and cassandra but data include several measured data such as measured by manual and then this data should be inserted middleware database.Thingworx take this data after updated in kepware through interanl middleware.It means there is two types of times, one is measued time by manual and another is thingworx create time.In this case thingworx insert measure data in storing time instead of measure time.But customer want to see data with measure time. But thingworx insert data with created time.We are about to change createdate but this should be primary key and cannot be changed.How should we resolve this problem? Otherwise do we get hiw to change primary key in Cassandra?
Hi, I need to create a custom PDF extension widget for Thingworx. This widget should be able to export the data ( infotable containing of many rows and columns) shown in thingworx as a PDF. For my testing purpose, I created a sample Json file in my local computer and used that as a source for the java code to get the PDF generated. Now how I have to test using the data coming from Thingworx. Can you please suggest me how can I achieve this? The json data from thingworx should be passed as the input to my java code where pdf is generated. Much thanks..
Hello everyone, I am trying to create a custom extension in Thingworx which will generate a PDF file when a user clicks a button. The Thingworx mashup on which this button exists, will have a table full of data ( assume 100s of rows and 10 columns) which needs to be exported as a PDF report. In the mashup, the user has an option to select the duration for which the data in the table has to be displayed. The source for the data in the table is from a Json file from another system ( if it is relevant ) I have Created a PDF generation code in eclipse that creates a table with sample placeholder data. But I am unable to figure out how the table can be created dynamically based on the data in thingworx. For example, if the user selects report duration as two days, the PDF should contain rows for only two days of data. If the user selects 15days in mashup and click the button, then the report should have table amounting to data for 15days. In short, the table structure should d
Hi All, I just installed the Analytics Server on Windows Server 2016 but i can't connect to it. All of my Analytics Services are running but still can't connect to the server. Any help is appreciated. Thanks! *The word "実行中" means "Running"
Hi, The tablespace "thingworx" is created by default if install Thingworx in Posgresql. If the Thingworx server has two hard disks and each one is 1T, is it possible to create another tablespace like "thingworxTwo" in the 2nd hard disk so that Thingworx can make use of the server's storage ? Regards, Sean
Hi,I'm trying to import 'Gantt Chart Widget' extension and I get the following error: Any help is appreciated.Thanks!
Hi everybody, I created a mashup template that contains a layout with value displays and a shape. When I stretch the displayable screen, the mashup is still ok. But when I shrink it instead, scrollbars appears and the mashup is not responsive anymore. Is there a way to make that the value display and the shape get smaller instead? I know that the font size is not scalable, but even if I put it really small, there is still a lot of white space between the value displays, and the scroll bar appears. This is really annoying, I've been working on this for days. There are some old topic on similar problems but they were all left unanswered. Please if someone could help. Thank you
Hi guys, I have a mashup with a collection widget, that widget in this "parent mashup" is displaying a number of different mashups (in order to achieve some level of responsiveness). The parent mashup is passed a THINGNAME and then needs to pass that THINGNAME along to all the "children mashups" within the collection widget so that they can display the relevant information. For this I am using the GlobalParameterBinding within the collection widget, in the hopes that all mashups within the collection widget will receive that binding in the mashup parameters. However, I keep getting an undefined THINGNAME within the children mashups, despite the fact that the THINGNAME being passed is confirmed to exist as a parameter within the parent mashup and binded along the way successfully. When I set the THINGNAME within the collection widget itself (instead of binding) the parameter is then successfully passed... Any sort of solution would be great, if more informatio
Hi, Does anyone has ever set a 0(Zero) as a max rows in their SQL Query service? What type of behavior they have found in setting 0 as a max rows instead of 500(default one)? I tried it and it seems it is returning the n number of rows. (where n is the total number of rows returned from sql database.) I want this type of result where I don't have to set manually the max rows number, which is by default is 500. Can anyone confirm this from ThingWorx Community or PTC team. Thanks & Regards, Shashank
Hi, I have a label in the mashup and I also have a drop down in the same mashup from where I can select the languages I want to label to be converted to. Eg. - If i selected 'de' in the dropdown the label should be changed to German language. Now for this I created a service which will take language(lang) as input and the result is the converted label : var params = {language: lang /* STRING */,token: 'Test_GoodMorning' /* STRING */}; // result: STRINGvar result = Resources["RuntimeLocalizationFunctions"].GetEffectiveTokenForLanguage(params); This service works for one label. But I have 11 labels in the same screen. How can I write one service to convert all the labels? @Charles Can you help with this? Thanks in advance
Hi, In my customer's case, multiple requests may update different fields of a same record of Data Table . I use the service UpdateDataTableEntry to update the record, which means the whole record will be updated, will the second request overwrite the updated field value of the first request ? If so then the first request's data is lost . The same question is also for Stream updating with the service UpdateStreamEntry. Regards, Sean
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.