Author Topic: Include Rating Variable Returns in Evaluate Function for Rating  (Read 1628 times)

Offline Josh Barber

  • Newcomer
  • *
  • Posts: 15
    • View Profile
    • www.joshbarber.com
{rating} returns the rating spelled out (no stars, 1 star, 2 stars...)

When using the evaluate function in the stationary pad, it does not accept the above returns.

Could they be added as acceptable criteria?

Offline Bob Russell

  • Camera Bits Staff
  • Sr. Member
  • *****
  • Posts: 276
    • View Profile
    • Camera Bits, Inc.
Re: Include Rating Variable Returns in Evaluate Function for Rating
« Reply #1 on: August 28, 2023, 04:30:00 PM »
Hi Josh,

To use the rating variable in the Metadata Template's Ratings Evaluate field, just use the following substring extraction, {rating:0,1}, to return just the first digit of the rating. This number will work in the Evaluate field for the Rating.

Best regards,

--Bob