Hi all,
I am trying to filter the rows shown on a table using a condition on the number of CMs for the given row. The condition is: "Number CM">=[CardVar:_UtilModemCount]
I have checked that the variable _UtilModemCount is being set to the correct value; however, several rows that do not meet the condition are still shown:
In this example, I set Modem Count to 30, which set _UtilModemCount = 30.
Could this be a software issue? Am I doing something wrong?
Hi,
I suggest to use TableRowFilter (server side filtering) in ParameterControlOptions.
How to use it: DataMiner Help: IncludedPids and TableRowFilter
Filter syntax: DataMiner Help: Dynamic table filter syntax
Hi Matthias,
This solved the issue, thanks!