ParameterControl lite write only parameter
14th November 2024
Hi Philip, I was curious about the use case, and I can confirm I could reproduce the behavior you described. I suspect this is a Software Issue, and I would …
Answer
14th November 2024
Hi Philip, I was curious about the use case, and I can confirm I could reproduce the behavior you described. I suspect this is a Software Issue, and I would …
14th November 2024
I assume your parameter is a table parameter and the ‘Service Name’ is the table index (i.e. the row identifier)? In that case, you can specify the index in the …
14th November 2024
Hi Bing, The answer of Ive can apply to both page and shapes, but I would recommend to use it typically on Shapes. For page level – or initialization – …
14th November 2024
Hi, As Edib mentioned, unit tests are meant to ensure that small parts of your code do what is expected. This makes it easier to pinpoint the problem in a …
14th November 2024
Hi Robin, This one is a bit difficult to predict and to be sure we need to analyze the exact situation your are in. During the migration, both (current + …
14th November 2024
Hi Amber, Are you sure that you need the ParentDisplayTableIndex? This is typically used in when hierarchical shapes are created dynamically based on rows in a table (ref. Docs: [ParentDisplayTableIndex]). …
14th November 2024
Hi Adrian, Setting the value ‘No Preferences’ indeed results in no preferred source being set, if this is successful, the value ‘N/A’ will show inside the table cell. Most likely …
14th November 2024
Hi Robin, Think it will highly depend on the use-case and the downtime that is allowed to do the migration. From this question it is hard to understand the scale …
14th November 2024
Hi João, It looks like you try to access the properties from your ‘requestData’ class using the lowercase name. Instead of calling ‘requestData.workOrderId’, make sure to call ‘requestData.WorkOrderId’, the same …
14th November 2024
Hi Michael There is currently no way you can hide this part of the column name in a parameter table. We have a task on our backlog to fix issue …
14th November 2024
Hi Juan Can you try visualizing the data from the right graph in a table visualization? This will give you a clear overview of the trend points that the graph …
14th November 2024
Hi Juan The line chart using GQI queries is not designed to work with discrete values but can work with them as long as their underlying value is a number. …
14th November 2024
Hi Wale, Can you give some more information about the parameter that creates this difference? The monitoring app should display everything in a similar way as in Cube, so this …
14th November 2024
Hi Mohamed, You should be unit testing only the code you’ve written, and based on your post I don’t think you’ve written any code in this particular case. If you …
14th November 2024
Hi, it looks like you have a print statement in your python script and that’s the source of the ‘——‘ in the logs. Can you check the same logs to …