INTERACT FORUM

Please login or register.

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

Author Topic: Expression Request: ROW()  (Read 869 times)

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1854
Expression Request: ROW()
« on: June 15, 2014, 02:14:35 am »

One thing I keep wanting to do, but can never find a solution for (and I believe there is currently no solution available) is the ability to show the view row number in my views.

I'm thinking of, for instance, views that represent charts, where I simply want to put a chart number at the front of every row to identify the row's position in the chart.

A simple ROW() expression would solve this and would elevate any number of my views to the "next level".

Some views, eg Playing Now, have the Seq column which performs the exact function, but it's not available to the user for our own views.

So, could we please please please get an expression ROW() (or SEQ()!) that does just this, shows the numerical ascending row number?
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10790
Re: Expression Request: ROW()
« Reply #1 on: June 15, 2014, 07:21:47 am »

Try "CustomData(#)". I believe it should give you what you want.
Logged
~ nevcairiel
~ Author of LAV Filters

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1854
Re: Expression Request: ROW()
« Reply #2 on: June 15, 2014, 07:52:06 am »

That only works in file panes though?  I want the same, but in the main view pane...
Logged
Pages: [1]   Go Up