ParameterControl lite write only parameter

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 …

Scoping session variable using InitVar

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 – …

Unit testing for a SNMP Connector

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 …

DB migration – repurpose servers

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 + …

DB migration – repurpose servers

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 …

User Defined API How To Get Data From Request Body?

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 …

Low Code App Parameter Table Column Names

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 …

Graph without data in query Low Code Apps

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 …

Low Code App graph with query

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. …

Monitoring app : Drop-down list

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 …

Unit testing for a SNMP Connector

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 …