I'm trying to get a view in My Music but don't know how. I'm sure it's possible so hopefully somebody can help me.
Top Level - Artist
Second Level - Album + Year (sorted by year if poss)
Third Level - Track
It's almost the same as the Artist view that is there now, with the added element of Year in the Album level. As an educated guess, I've tried using concatenation of year + ' ' + album and year & ' ' & album in the Selection column but I guess the entries in the grid are parsed before hitting the database as I get nothing apart from the back icon when testing it.
Is what I'm trying to do achievable?
Thanks
John
Top Level - Artist
Second Level - Album + Year (sorted by year if poss)
Third Level - Track
It's almost the same as the Artist view that is there now, with the added element of Year in the Album level. As an educated guess, I've tried using concatenation of year + ' ' + album and year & ' ' & album in the Selection column but I guess the entries in the grid are parsed before hitting the database as I get nothing apart from the back icon when testing it.
Is what I'm trying to do achievable?
Thanks
John
United Kingdom