- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to exclude the control valves from the instrument list of data manager, just as specified here:
However, nothing happens when I try this. Does someone know what I do wrong?
I put in this piece of code in InstrumentationIndex.xml
<LeftQuerySpecification xsi:type="PnPTableQuerySpecification">
<CorrelationName />
<Filter value="Description NOT LIKE 'CONTROL VALVE%'"/>
<TableQualifier />
<TableName>Instrumentation</TableName>
Solved! Go to Solution.
Link copied