Hi there,
I have a table on an element that I would like to access from an automation script.
Unfortunately, I need to access values from the tables based on a value which is neither the primary key nor the display key - therefore I would need to filter values.
I have seen this done previously so know it is possible however unfortunately I have yet to be able to have any success so thought I would ask if anyone knew a simple way.
Many thanks
Oliver
Hi Oliver,
This filtering is not available standard in IEngine, but you can use the "Skyline.DataMiner.Core.DataMinerSystem.Automation" NuGet and use the QueryData method in the IDmsTable class for that (Method QueryData | DataMiner Docs).
If you are not familiar using this NuGet, please let me know and I can provide a code snippet.