Jump to content

Woorksheet question


Recommended Posts

The * to mean any characters does not seem to work with Layers.  

 

You could use a criteria of  Class = 'Class*' to get all classes that start with the word Class, but it does not work for Layers.

 

If you have a lot of Layers that start with 4385, you might want to look into using the Database By Script option to generate the database. If you only have a few, you will have to manually select each layer into the criteria. They will be OR'd together to get what you want.

 

((Type = 'Wall') & ((Layer='4385-1') | (Layer='4385-2) | (Layer='4385-3))). where the vertical bar is a logical OR function.

 

Ask again if you want to pursue the Database by Script option.

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...