INTERACT FORUM

Please login or register.

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

Author Topic: Broken Expression Evaluator?  (Read 1641 times)

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Broken Expression Evaluator?
« on: August 13, 2005, 10:04:32 am »

Is the Expression Evaluator working in MC 11.0.311?  My 'File Exists?' expression isn't working anyway;



As you can see from the status bar, MC can find the file..  The expression I'm using is:  if(IsMissing(), No, Yes).

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8972
Re: Broken Expression Evaluator?
« Reply #1 on: August 13, 2005, 01:32:11 pm »

try if(ismissing([filename]),yes,no)

myself, I figured that if I was checking for missing files, the "no" results are redundant and wouldn't ever be clicked on. to that end, I set mine up like so....



which returns a list of nothing but missing library entries.

-marko.

hit_ny

  • Citizen of the Universe
  • *****
  • Posts: 3310
  • nothing more to say...
Re: Broken Expression Evaluator?
« Reply #2 on: August 13, 2005, 02:54:58 pm »

That got me for a bit as well ?

They deprecated FileExists some time back.
Logged

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Re: Broken Expression Evaluator?
« Reply #3 on: August 13, 2005, 04:17:05 pm »

Quote
try if(ismissing([filename]),yes,no)

That got 'er!  Thanks Marko.  By the way, what is that usage of square brackets and '=' sign?  It's not from the DB Expressions help page I'm sure..  Is it a special format for MC Search fields, like in smartlists?

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8972
Re: Broken Expression Evaluator?
« Reply #4 on: August 13, 2005, 09:02:37 pm »

Is it a special format for MC Search fields, like in smartlists?
Got it in one :)

To use an expression in a search, do this: [=EXPRESSION]=
Example to find missing files: [=FileExists([Filename])]=0

Pages: [1]   Go Up