Hello Dojo,
I am currently using the GetTableForParameterFiltered WebAPI call and the response is only returning the cell data of columns currently shown and not any columns where the driver has the width=0.
I have tried to update the table layout, but the same data is returned. I have also tried adding the Columns filter, but then nothing is returned. Is there another option to do so without updating the driver? The only way I was able to get the data is using the GetTableForParameterV2 call, but there is no indication what PiD the values are for.
Many thanks in advance.
We have decided to release a new version of the driver where the column width=100 and that exposed the value to the WebAPI. That was the only we were able to retrieve that value with the GetTableForParameterFiltered call.