Recently active
I have not set language preference for the datepicker widget. By default it should be english, but my widget is a mix of both english and another language. Please refer to the attached screenshots for more information. Any help is greatly appreciated!
hello, I created one master which have menu and under that menu there are some mashups.i want to show the mashup names on header which i have clicked on master or menu.How i do that please suggest the solution. i refer this link https://www.youtube.com/watch?v=jTpirSub6Gg but still not getting the output i want. let me know the another way to use this widget properly.I am attaching my output screenshot for your better understanding.as above Snapshot shows i have selected OEE menu under performance monitoring but on breadcrumb widget it shows all those menu names which i dont want.Please suggest me the solution on this as soon as possible.
I have limitation of area I have to custom adjust paddingand I have to set height of this (am not sure it's "svg" or "#chart")
Hello everyone! I've already selected the first box, so how do I get the second box to auto-match based on the things I've selected in the first box?
Hello,everyone!How do I write a query the QueryNumberPropertyHistory service?I want to query values greater than 10.thank you!
In my application, I have 100+ Industrial Things remotely binding properties from Kepware.Every time when I restart Thingworx service, I found all the tags/properties have "Unknown" quality for all 100+ Industrial things in Thingworx.I need to manually navigate to each thing and need to save the Thing. when I save the Thing, property/tag quality becomes "Good" in that particular Thing in Thingworx.I want to find a way to do this stuff of Saving the Things through a service, so that one executing a single service will save all the Industrial Things and all the tags/properties will have "Good" quality.Please suggest any solution or workaround for this.
I have a grid in my mashup and a few buttons on top, what i need is that whenever i click a grid row the buttons css should change signifying that the button is active now, For example i click the first row and the button text of the "remove cause" button changes to some other color, how can i achieve this functionality.
I am creating a service that needs to take in three Infotables and needs to access certain fields of data within them however when I try all I get is (Error in: RR.SA.SignatureViewMashupHelper.XaxisFixer javascript service. Message ::TypeError: Cannot read property "rows" from undefined (XaxisFixer#20))the specific data i am accessing is a Infotable that is a data type in the larger infotablethis is very confusing as when i inspect the payload of the API call the key of the array that is that infotable is rows so why can i not access the data within.here is the code snippet of the function const reMapper = (obj) => { let returnObj = obj; return returnObj.Xaxis.rows.map((row) => row.value); }; The infotable that "obj" refers to has the columnsSeriesId: StringSeriesTitle: StringXAxis: InfotableYAxis: InfotableSeriesLineColour: StringSeriesLineType: StringmaxX: Number I have already tried turning the infotable into a JSON however that just lea
I am rendering images inside the iframe/ webframe widget. But I'm getting scroll as the size the image returned from the url is big compared. How can i use the css to control the contents of the webframe?
When using a collection widget within a mashup, as the data used for collection widget is more so the page is getting vertical scroll bar within the collection widget area. I want to disable the vertical scrollbar and instead scroll the page. This can be seen as: In the container (where the collection widget is placed under), the "Container Scrolling -> vertical" is Disabled and can't be edited. And similarly in Container properties "EnableExpandCollapse" property seems to be un-editable, as seen in the below screenshot. In one of the community post, this issue was addressed / fixed in ThingWorx v9.3. However, though I'm using ThingWorx v9.3.5, I'm not able to fix this, please let me know I'm missing out anything.
I would like to know how to display an SVG image with the functionality I desire. If I read a boolean value as 'on', I want to show only green color and hide other colors. If it's 'off', then display only red color and hide other colors. Is there a way to achieve this?
Hi,I am doing a request in Thingworx to a server that denies the request. The server in question is configured to only accept requests from a particular server. So my question is, is there any way to see in Thingworx the origin of the request made from Thingworx? Kindly Oskar Berntorp
Hello I have infotable mashup parameter and i want to transfer it from one mashup to another. Is there a specific way to it?Any help would be appreciated Thanks
Hi Developers, I m trying to load data in Line Chart by using Date Time picker widget after selection of specific date and time but still data is not showing in Line Chart.please check my binding.
Hello everyone!I have added the secret key when running Mashup why does the session box pop up to enter account and password still pops up
I have attached a screenshot in this post. Please have a look at it. The value of one of my property just goes away and contains no value. Its really strange behaviour. Does anyone knows whats an issue here?? It just goes away after few days and i have set it again always..
Is there any way that i can store the state of this parameter in expression. I dont have anything to bind it from my mashup. So in the screenshot you can see that i have bool which has default value true and i just want it to change every time i use this function. For example I change the state to false then again next time i evaluate i turn it into true.
HI All, I would like to understand.Why if I have a column of the Time type in the database where I only save the time.Results from DB looks like that Im using MY SQL SERVER And I invoke it on the TWX side Does the time move exactly 50 minutes and 39 seconds forward?What's going on inside TWX with date data types?I checked the location of the server and browser - we are in the same time zone.How can I display exactly the same value like I have on DB?
Hello I have a mashup with grid widget and i want to customize the font based on certain conditions of rows. Is there any sample entities or ideas available to do so? Thanks
Hi Community Team, I have a grid in which lot number has to be entered and saved. But how to give a message that this lot number already exist if again someone is saving the lot number unknowingly. Thanks,Shraddha
Hello EveryoneGood Evening, I am facing problem in logging properties there are some values which are repeating after I carry out the experience multiple times.PFA attached image in which arrows are shown on the readings which are repeating when I consume the AR experience on my Ipad on view app for multiple times. I just want to log the properties which are entered by the user on vuforia view app.Below is the code I am using to write properties from Vuforia Studio to Thingworx:I have written 2 services for pass & fail Vuforia Studio JS Code: $scope.SetStartStagePass = function (width) { var TWXmodelID = 'Camera_UserStats_DT'; var serviceName = 'GetSummary'; var d = new Date(); var parameters = { 'Emp' : $scope.app.params.empID, 'PartNumberInput' : $scope.app.params.partNo, 'Stage' : 'Step-' + j, 'StepValue' : 'Pass', 'DefectInput' : 'NA',  
Is it possible to pull data from a List Widget, using a Thing Group, to be able to bind to a contained (Dynamic Parent) mashup using the List Widget Entities. I am trying to force the John Doe Name from the list to then be linked to the Parent name as John Doe. The thing group is created from several Things, which dynamically populate into that dynamic parent mashup usually. Heres a picture of what im trying to do below:This Dynamic Mashup Will be going into this contained mashup above which has Name XXXX Templated Design,Using PTC ThingWorx 9.3
Hello, I want to store data into ThingWorx Stream (Inspection-Stream). I have written a service in ThingWorx Datatable (Inspection-DT) to add data into streamCode: try {// Your whole code here// tags:TAGSlet tags = new Array();// timestamp:DATETIMElet timestamp = new Date();// values:INFOTABLE(Datashape:Inspection-DS)let values = Things["Inspection-Stream"].CreateValues();values.PartNumber = me.PartNumberProp; //NUMBERvalues.StepNumber = me.StepNumberProp; //STRINGvalues.StepDefect = me.StepDefectProp; //STRING//values.GUID = undefined; //GUIDvalues.StepImage = me.StepImageProp; //IMAGEvalues.StepStatus = me.StepStatusProp; //STRINGvalues.EmpID = me.EmpIDProp; //NUMBERvalues.DateTime = Date.now(); //DATETIME// location:LOCATIONlet location = {latitude: 0,longitude: 0,elevation: 0,units: "WGS84"};let params = {tags: tags,timestamp: timestamp,source: me.name,values: values,location: location};// AddStreamEntry(tags:TAGS, timestamp:DATETIME, source:STRING("me.name"), values
Good day,I want a sub-menu to appear on click or hover of an existing menu. How do I do this?Also, why is it that the title gets removed when I specify a menu item as a type menu? Could you please assist me with the steps that I can follow to achieve this: Currently what I do have is this: The title has disappeared for the item of the main menu whose type is menu. (see the missing title below). Many thanks
What is the query used to filter infotable for missing values in particular Columns.
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.