How do I display the matching value from only one table in Dashboard Query inner join
3rd June 2024
You can remove that column (and any other undesired column) from your result with the Select operator.
Answer
3rd June 2024
You can remove that column (and any other undesired column) from your result with the Select operator.
3rd June 2024
About the alarm template you show: keep in mind that a condition will exclude a line in the alarm template if that condition evaluates to true. Hence, in your example …
3rd June 2024
Hi This seems more an issue with permissions within Windows than within Dataminer. The stencils are loaded on the system so it seems more that Windows/Visio did not have permission …
3rd June 2024
Hi Leander, Aggregation parameters apply on one or more views. You can find them under the Parameters data section (and by selecting your desired view): From there onwards you can …
3rd June 2024
Hi Leander, As you have noticed, there is indeed a limitation on the length of a DOM field when using Elasticsearch or OpenSearch. Due to the way the data is …
3rd June 2024
As Ben mentioned above, it is indeed advisable to avoid situations like this all together as these limits are typically put in place for a reason. However, if you need …
3rd June 2024
Hi Edib, I do not know what the root cause could be, based on the information you gave. However, I did a lookup in that codebase on the issue you …
3rd June 2024
Hi, Is it possible to verify if ResourceManagement.Sections.ResourceInternalProperties is of type SectionDefinitionID? If this is from the MediaOps solution, then you need to use Resourcemanagement.Sections.ResourceInternalProperties.Id to make it work. I …
3rd June 2024
Hi Joshua, Since the device can only send traps, I believe there are a limited number of choices. A possible option could be using SNMP Inform instead of traps. SNMP …
3rd June 2024
Hi Joshua, You could use the shape data Info (see Make a shape display information about the item is linked to). For example, if you would like to display the …
2nd June 2024
Hi James, You will have to use C# for this, but luckily there are already plenty of things to support you with to make it as easy as possible! 🚤 …
2nd June 2024
Hi Steve, Any particular reason why you would like to use driver range 4.0.0.x? Checking the version info, this driver range is tagged as obsolete. It is recommended to stick …
1st June 2024
Hi Trong, Can you please have a look at this similar question? Note that here second example is linked to element alarm state and not parameter alarm state, but I’m …
1st June 2024
Hi Cedric, Sorry for the very late response, I just had a lot on my plate. It is possible to colour connectors: In this case we first define Element in …
31st May 2024
Hi Nick, I believe the following Visio example is what you are looking for, where for each parameter shape in the service you want to display just reference the parameter …