INTERACT FORUM

Please login or register.

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

Author Topic: How to start "Sequence" at some number other than 1  (Read 240 times)

rbmjr

  • World Citizen
  • ***
  • Posts: 106
How to start "Sequence" at some number other than 1
« on: October 05, 2022, 02:38:28 pm »

I would like to sequence my playlists starting at some number other than 1. There is a blank field to the right of Sequence in the Smartlist Modify Results dialog box. Can a starting number be set here? Or, can a math equation be entered to change the sequencing numbers?
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: How to start "Sequence" at some number other than 1
« Reply #1 on: October 05, 2022, 03:14:18 pm »

You should be able to insert a new Expression Column that holds sequence number as you would like.  For example, if you cut and paste this in to an expression column, it should start at 20 and increment up from there.

Code: [Select]
math(CustomData(#) + 19)
Brian.
Logged
Pages: [1]   Go Up