INTERACT FORUM

Please login or register.

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

Author Topic: Using FormatRange to group records in a view  (Read 1467 times)

MusicHawk

  • Citizen of the Universe
  • *****
  • Posts: 796
Using FormatRange to group records in a view
« on: May 28, 2010, 03:17:43 pm »

I believe the below expression used to work for me, but it's been a while (function FormatRange was introduced in MC11).

In a view, first column, I put this expression:

FormatRange([Chart],2,1)

Values for Chart might be AC#12, RB#37, CW#18, etc.

I want the view to group records on the first 2 letters of the Chart value, like this:
AC
CW
RB

If I let MC do built-in grouping, it works but I get this:
A
C
R
...not what I want.

Left([Chart],2) doesn't do anything either.

Suggestions/corrections?
Logged
Managing my media with JRiver since Media Jukebox 8 (maybe earlier), currently use Media Center for Audio/Music and Photos/Videos.
My career in media spans Radio, TV, Print, Photography, Music, Film, Online, Live, Advertising, as producer, director, writer, performer, editor, engineer, executive, owner. An exhausting but amazing ride.
Pages: [1]   Go Up