use like in gqi join condition
19th November 2024
Thanks to both of you. This solution suits me very well for this specific case. I think it will be part of many future usage. 🙂
Answer
19th November 2024
Thanks to both of you. This solution suits me very well for this specific case. I think it will be part of many future usage. 🙂
19th November 2024
I do not think a join with a like clause is possible in GQI. However, depending on the exact format of the column in A, you might be able to …
19th November 2024
Hi Joel, You could achieve this by first using a Regex column manipulation and than join on the newly created column: Hope this helps! Best regards, Ward
18th November 2024
Hi Stijn, That error probably means the BPA assembly was not signed. The (internal) procedure to get a BPA signed can be found here.
18th November 2024
Hi Mieke The Monitoring app currently doesn’t have the functionality to open the stream viewer. If you would like us to implement this, you can create a feature suggestion.
18th November 2024
Found the answer – NoCopyElementProperty on the shape
18th November 2024
I presume these mails are from the various alerts configured in the DMS. If you have a good audit of these you can disable them before the upgrade and enable …
18th November 2024
Hi, if the method proposed by Miguel doesn’t work in your case, you could use GetElementByIDMessage or GetElementByNameMessage in your ad-hoc data source to retrieve the information. var elementInfo = …
18th November 2024
Hi João, I tested my cube directly connected to the unit. All ireasoning parsing was ok. Cube always time-out. Now, the unit for this test is plugged directly into internet …
18th November 2024
Hi Hari, Is it not an option to use the default data source Get Elements to retrieve the state of an element? You can perform an inner join between the …
18th November 2024
Hi Samson, From what I can see in your screenshot, what you are doing is correct. Every 14 days you’ll take a backup of the selected agent(s) on a specified …
18th November 2024
Hi Daniel, As mentioned in Tom’s comment, could you share the exception you are getting? This will help us to understand what could be going wrong. When I check the …
18th November 2024
Hi Ana, If you are using a GenericEnumFielDescriptor of type ‘int’, make sure that the values you store on the DOM instance are of type ‘int’. Here you can find …
18th November 2024
Hi Chris, Does this DataMiner Docs page provide the answer you were looking for? https://docs.dataminer.services/user-guide/Troubleshooting/Procedures/Manually_removing_old_alarms_from_ES.html
18th November 2024
Hi Ana, what is the generic type T that is being used for the HandleFieldDescriptor() method? Only the following types are supported: string, double, int, long, DateTime, TimeSpan, bool and …