Hi, I have the following parameter tabel where I want to filter out dtm from the name column
Trying with the following code to grab that table but I want to get the entire table & not provide a specific table index.
Is this possible with wildcards for example or any other suggestions?
var getParameterMessage = new GetParameterMessage();
getParameterMessage.DataMinerID = 17;
getParameterMessage.ElId = 202801;
getParameterMessage.ParameterId = 1701;
getParameterMessage.TableIndex = “1000000000534”;
Thanks in advance
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4th July 2023
Hi Martijn,
Yes, in ParameterId you pass the ID of the table and don’t fill the TableIndex, you will get the entire table unless is a partial table, if so you only get the first page.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4th July 2023