INTERACT FORUM

Please login or register.

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

Author Topic: sorting numerical with greater than or smaller then expression >x or <x  (Read 1233 times)

pschelbert

  • Galactic Citizen
  • ****
  • Posts: 459

Hi

I actually wanted to sort albums after R128 values >0.0dBTP.
Now this probably is easy.
I configured view according, R128 I can configure to show in a row. Now the expression greater than x
>x or <x 
I cannot find. How to do it?

Peter
Logged

aviateur

  • World Citizen
  • ***
  • Posts: 159

Peter:

Is this the expression that you are seeking?

IsEqual([Dynamic Range (R128)], 0.0, 5)
The '5', the third parameter, refers to the mode of 'Numeric greater than'.

If you plan to place it in a custom expression, it should look like this: [=isequal([Dynamic Range (R128)], 0.0, 5)]=1

See the photo below of the IsEqual expression.

Cheers,
Lawrence
Logged
Two Cows Walk Into a Bar ...

pschelbert

  • Galactic Citizen
  • ****
  • Posts: 459

Hi

yes exactly, thats it.
Thanks a lot.

Peter
Logged
Pages: [1]   Go Up