
Originally Posted by
adnhmz593474
good day for all with my respects,
i am quantity surveyor . i am going to calculate steel types with spaces using filter command selection ..so i need help from you (with thanking) to show the way that i must arrange the boolean functions to do this : selecting all the texts (regardless of its layers or attributes) that containing some value such as 200 and its colour is green this is first condition the second condition (AND) all texts containing 2 parameter (1. its value is T20 , 2. its other value is L=400) ..please how can i do that in the FILTER command..very thanks.
I had tried this code inside the filter command ,but its not worked with me !
**begin AND
Object = Text
Color = 3-Green
Text Value = 200
**End AND
**Begin AND
Object = Text
Text Value = 7T20
**End AND
**Begin AND
Object = Text
Text Value = L=400
**End AND