Thanks to all the support so far. I'm back at my desk now, so as I explained, I’ve made some progress but am still stuck with this task. Within my Genre view scheme, I would like to have the genres displayed chronologically. I used the unpopulated “Grouping” field as a numeric field wherein Medieval = 1, Renaissance = 2, Baroque = 3 and so forth. In this way I thought to sort the genres on this field and the view would then display the genres in a generally chronological order. Medieval, Renaissance, Baroque, Classical etc…
Prior to AndyU's thoughtful advice, I discovered how to add a non-standard sort variable
And this was my result, closer but predictably, it appears as 1,2,3 etc.
No real surprise here it does what I asked, but my hope is to use the "Grouping" field to sort but display the groups by their Genre name - Medieval - Renaissance - Baroque - Classical, etc.
So how to accomplish this last refinement?
I was earlier advised by leezer3 (thanks again) to create a calculated field using this example as a model.
ifelse(isequal([media type],Video),1,isequal([media type],Data),2,isequal([media type],Image),3)
For my purposes, I modified this example to
ifelse(isequal([Genre],Medieval),1,isequal([Genre],Renaissance),2,isequal([Genre],Baroque),3,isequal([Genre],Classical),4,isequal([Genre],Romantic),5,isequal([Genre],Opera & Ballet),6,isequal([Genre],Post Romantic),7,isequal([Genre],Twentieth Century),8,isequal([Genre],Trans Genre),9)
Hopefully I've made no syntactic errors, but I don’t know how and where to employ it as an expression.
Any last guidance to accomplish this challenge will be much appreciated. First attempt at an image attachment, not sure if I succeeded or not!
Attempted to correct image attachment, seems straight forward, but I've had no luck yet. My apologies as pictures would be helpful to those kind enough to offer direction.
Successful image posting on last effort!