How to stop the rotation of the grid’s element
22nd July 2024
Hi Marco, the trick here is to ensure a consistent order in your data across multiple sessions. One way to achieve this is to sort your data by adding a …
Answer
22nd July 2024
Hi Marco, the trick here is to ensure a consistent order in your data across multiple sessions. One way to achieve this is to sort your data by adding a …
22nd July 2024
Hi A B M, As Miguel stated, I do not believe we can do the correlated alarm off of the Base alarm. However, would a custom element property work in …
22nd July 2024
Hi Ross, Kindly check if websockets are installed and enabled in the Server Manager (IIS). More information can be found here. Any specific browser that the issue is observed? Does …
22nd July 2024
Hi, When using CassandraCluster and indexing database is required.It is not possible to configure the database without one as both DataBases holds unique sets of data that are not duplicated …
22nd July 2024
Hi, The DataMiner Teams bot/app does not make use of Office 365 connectors, so there will be no impact or change. Wkr, Jordy
22nd July 2024
it is similar to this post a while back: https://community.dataminer.services/question/error-with-qaction-900012-and-900011. It is likely due to limited physical resources of your disk space, ram or SLScripting
22nd July 2024
Hi Ana, I don’t know my understand is correct but using following codes, you can find input data definition from PreRequiredData[]. ServiceFilter filter = new ServiceFilter { NameFilter = “Service …
22nd July 2024
Hi Tom, Currently it’s only possible to remove multiple instances by passing the list of instances you want to delete. You can find more information here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_BulkProcessing_Example.html#remove-multiple-dominstances
22nd July 2024
Hi Ruben, It seems that it is unfortunately not possible to easily get all rows from an alarm template using that helper. If that functionality would be required, you could …
22nd July 2024
Hi Sam, I would suggest creating Information Template where you can override parameter descriptions. Here is a link to the tutorial on how to: https://docs.dataminer.services/user-guide/Basic_Functionality/Protocols_and_templates/Information_templates/Tutorials/Information_Templates_Tutorial.html I tried this and it …
19th July 2024
Hi, You can read more about what this means and how to investigate and resolve these issues in the troubleshooting docs for dataminer.services: Investigating dataminer.services connection issues. In this case …
19th July 2024
Hi Wale, As far as I know, the only way to achieve something like this is to restrict user access to the application so that only your user is allowed …
19th July 2024
Hi Hari, Maybe there are other ways, but here is already a possible way that I was thinking of: LCA & DOM: Use the Low Code App Editor : you …
19th July 2024
Hi Micah If your table has the volatile option, it means that nothing will be stored in the database. Additionally, this option should only be used in the following cases: …
19th July 2024
The requirement for our case aren’t currently a possibility, so a new feature has been requested. SRM: Allow all profile instance parameters to be returned to a profile load script, …