Table Click Event
26th March 2025
Hi Sanket, An initial though I have is to have an additional column of type button in the first table, and clicking on that button it would trigger a QAction …
Answer
26th March 2025
Hi Sanket, An initial though I have is to have an additional column of type button in the first table, and clicking on that button it would trigger a QAction …
26th March 2025
The problem is already sorted out. It was related to a duplication service where the IAS was selecting the wrong service in cause and not updating the mentioned service as …
26th March 2025
Hi João, Unfortunately, setting headers on a User-Defined API response is not something we currently support. The only way to add data to a response currently, is using the ResponseBody. …
26th March 2025
Hi Michiel, From Cube, you have the ability to define whether the interactive script should display Back and Forward buttons. See: If this option is enabled, the Dialog will show …
26th March 2025
Hi Ana, The syntax you are currently using to pass the string value is the syntax used to ‘feed’ a value to a certain component. In the action however you …
26th March 2025
Hi Gerwin, If you just want to use a value that is passed via the URL you can use query params like you do in Dashboards, this behavior was introduced …
26th March 2025
Kindly find the below alarm group. I have acknowledged the main alarm but the rest of alarms under this group is not acknowledged. So I need to get the report …
26th March 2025
In Mobile, “not allowed” is shown on components when your user is not allowed to access the information requested. Are you sure the user in Mobile is allowed to see …
26th March 2025
Hi, Next to what Seppe mentioned about the https certificate, is it also possible you meant OpenSearch Dashboards? In that case this is a standalone application next to the database …
26th March 2025
Hi Juan What DIS version do you have? From v3.1.6 onwards, this issue should be resolved.
26th March 2025
Hi Gerwin, Indeed, this app uses calls that are only available from DataMiner 10.5.4 onwards. These were added with RN 42181.
26th March 2025
Hi Kawzan, The Sum placeholder allows you to add a timespan to a datetime which should allow you to offset the time with 8 hours: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Placeholders_for_variables_in_shape_data_values.html#sumxyz
26th March 2025
This issue is most likely caused by the app being in a corrupt state. This corruption can occur when multiple people edit the app simultaneously (which is no longer possible). …
26th March 2025
Hi Daniel, Is the displayed component an alarm list component? If so, this will be the reason why it cannot be displayed, as this component is currently not supported in …
26th March 2025
Hi Stefan, Just as an Ad Hoc Data source, a Custom operator can implement the IGQIInputArguments interface in the script. This interface can define which arguments the operator needs to …