Dashboard – Filter does not apply on querys?

Hi, I currently try to visualize table data & make it selectable over dropdown’s in dashboards. If i use a dropdown with data “Elements” filtered by “Protocols (Kvarta DVB Stream …

Setting Parameter Description not working

Hello everyone, I have a Connector where I need to dynamically set the Parameter Description of a number of Parameters. Basically the Parameter Descriptions need to include the Site Name. …

Is it possible to import a GQI into a LCA?

I was recently trying to re-use GQI from one LCA into another LCA and noticed we are missing the import option that exists today in Dashboards. Is there a plan …

BACnet Support

Can you integrate with Bacnet, I’ve seen a few things about this but can’t find anything on the Catalog?

Adding Script String-value Parameter to Hyperlinks.xml

Hello Dojo, I added <Hyperlinkentry to the Hyperlinks.xml file to call an automation script from the Alarm Console menu: <HyperLink id=”71″ version=”2″ name=”Create Ticket” menu=”root” type=”script” alarmColumn=”false” alarmAction=”true”>     …

Dataminer Alarm Root Time via correlation

I have created a logic to read the alarm data triggered via correlation. https://docs.dataminer.services/dataminer/Functions/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html?q=alarm%20correlation But I need a way to get the root time of the alarm. I can only …

Call to GetParameters returns NT_GET_PARAMETERS failed. 0x80040221

Good morning, I am getting the error NT_GET_PARAMETERS failed. 0x80040221 when calling SLProtocol.GetParameters. The line of code that is failing is object[] parameterValues = (object[])protocol.GetParameters(new int[] { Parameter.getworkflows_responsestatuscode, Parameter.getworkflows_responsecontent }); …