Hi Skyline, i m trying to create a visio for SLA Outage list that filters the following rows: Current Window= Yes & Outage Impact=100%.
I have tried with various parameter control options, but the table appears to be empty. Could you advice if this is the correct value:
TableRowFilter:62=1*;74=true*
TableRowFilter:62=1*;74=100.000%*
TableRowFilter:62=1*;74=VALUE=100*
Hi Ashwiny,
you need to use the "dynamic table filter syntax" as detailed in https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html
Make sure to observe the exact syntax and spacing.
In order to combine two or more parameters as in your example, you would need to use the "fullfilter" syntax. The resulting filter would look something like below.
TableRowFilter:fullfilter=((62 == 1*) AND ( 74 == true*))