Hi All,
I am trying to get a parameter in an AS, however the primary key can change, the first half always remains the same, just the last half changes.
Does anyone know a way of retrieving a parameter value by wildcarding the 2nd half of the primary key as the first half is the only bit that always stays the same.
Thanks
Ryan
Hi Ryan,
I dont know if there is a method to do it directoy.
one option would be getting all keys with GetTablePrimaryKeys https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.ScriptDummy.GetTablePrimaryKeys.html and then try to find the one you are (partially) looking for. e.g. Loop with String Contains or without a loop with a List contains check