INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: show only certain folders in view  (Read 933 times)

ferday

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1732
show only certain folders in view
« on: August 28, 2014, 03:25:13 pm »

how can i select multiple file paths in a pane, but not show all of them?

i can easily show just one (by selecting the file path) or show all folders that contain the media types, but i can't figure out how to show just some file paths

thanks
Logged

Arindelle

  • Citizen of the Universe
  • *****
  • Posts: 2772
Re: show only certain folders in view
« Reply #1 on: August 29, 2014, 08:24:51 am »

You have to do this in the "expression box" (click import/export button)

Do one in the wizard first using contains (not is)

then do something like this including the parentheses and the or, substituting the field of your choice. Should work

Code: [Select]
([Filename (path)]="Z:\Music\Who" or [Filename (path)]="Z:\Music\Beatles")
You will see parentheses formed around the multiple conditions in the wizard when you are done see attached
Logged

ferday

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1732
Re: show only certain folders in view
« Reply #2 on: August 29, 2014, 10:55:16 am »

thanks Arindelle!

i figured as much, just haven't got around to using filename/path in expressions yet.

i have it working perfectly now
Logged
Pages: [1]   Go Up