Show extended conditional shape manipulation multiple conditions
15th February 2024
This went from a single negative, to a double negative option, with one being an empty string, so changing this to check if it was either of the positive options …
Install package and import DOM definition and activate soft-launch options
15th February 2024
I had exactly the same idea: to be able to use the DOM editor to import DOM definitions for an install package. It’s not ideal, but I opened the source …
Showing correct channel when we have multiple channels with more or less same name.
15th February 2024
Hi Thomaz, The filter string you are using includes the * wildcard, meaning it will match anything ending with the matching label. If you use [data:Label] instead of *[data:Label] this …
Make a line break in results from element
15th February 2024
Hi again, This solution will not work for me, but it could be that I don´t do it correct. Maybe not correct skills to understand exactly how I shall do …
Where can we find the catalog package descriptions or images?
14th February 2024
Hi Steve, The cloud team is working diligently to bring relevant information associated with packages directly to the Catalog. However, at the current moment, this information could be found in …
Install package and import DOM definition and activate soft-launch options
14th February 2024
Hi Ana. It’s possible to include an installation script in the package. The DOM definitions can be imported using that script. With some code the soft-launch options file can also …
Website Monitoring and Testing
14th February 2024
Both ways look possible to me: Instead of transmitting the metrics to Prometheus, you could transmit them to the Data API Or you create an GQI ad-hoc datasource that gets …
How to create a custom button in low code app table showing DOM Data
14th February 2024
Hi Mieke I’d work with table templates. You can easily add a column by using the ‘Column Manipulations’ feature in your GQI query. Then select RegexMatch on a column of …
How to create a custom button in low code app table showing DOM Data
14th February 2024
Hi Mieke, You can achieve this using table templates. More info can be found here.
How to Export Dashboard to Excel on Table widget
14th February 2024
Hi Muhamad, I believe that is possible. You could proceed as follows: Create a GQI query using as data source ‘Get Alarms’ Add a filter (column ‘Root Time’) and select …
Setting session variable when variable changes
14th February 2024
I’m not sure if you can use the Execute shape data field to set the variable. The Set option is normally used to set parameters (docs). Can you let us …
Custom operator parse all rows and return new set of rows
13th February 2024
Hi Gerwin, You could create a new column in the custom operator that allows you to identify the rows you are interested on. For example, the new column can contain …
Tables in Elements: customize Column Headers values?
13th February 2024
I can retrieve a “SUM” option in this CUBE section – what about the min/MAX? Does the latter need the option added at protocol layer?