Exclude Control Valves from instrument list of Data Manager reports

jeroen.bolwerk
Contributor
Contributor

Exclude Control Valves from instrument list of Data Manager reports

jeroen.bolwerk
Contributor
Contributor

Trying to exclude the control valves from the instrument list of data manager, just as specified here:

 

https://knowledge.autodesk.com/support/autocad-plant-3d/learn-explore/caas/sfdcarticles/sfdcarticles...

 

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>

0 Likes
Reply
Accepted solutions (2)
423 Views
2 Replies
Replies (2)

h_eger
Mentor
Mentor
Accepted solution

Dear @jeroen.bolwerk ,

 

Please use XML correctly!

21-07-_2022_10-47-43.jpg

-

If my reply was helpful, please give a "Kudo" or click the "Accept as Solution" button below (or both).

Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn

EESignature



jeroen.bolwerk
Contributor
Contributor
Accepted solution

Problem solved;

 

After downloading 'XML Notepad' it succeeded;

 

The following text needs to put in the xml file:

 

<Filter>Description NOT LIKE 'CONTROL VALVE%'</Filter>

 

Then the filter will work.

0 Likes