Can anyone advise if there's any way to do what I'm trying to do?
I have a client customer contract database, and for every customer I track contract expiry dates for as many as five services in individual customer records. As well as what's visible, I store the expiry dates in a hidden computed multi-value field and can quite easily build a view that gives me the customer identifier information appearing as many as five times under separate categorized dates (stored as ISO formatted YYYYMMDD values so I get a sensible sequence out of them), by checking the "Show multiple values as separate entries" box.
What I can't seem to do reliably is to identify WHICH contract is expiring on any given line -- short of opening the customer record and eyeballing it. A simple variant of what I'm trying is to attempt to break the individual date sub-fields -- the multiple values -- back down into their components, in order to (for example) sort on the stored value as a hidden column, within which you'd categorize the year and month, only with the month translated into a name rather than a number ... such that (for example) 2009 January displays as it should, ahead of 2009 February.
Any advice gratefully accepted.
I have a client customer contract database, and for every customer I track contract expiry dates for as many as five services in individual customer records. As well as what's visible, I store the expiry dates in a hidden computed multi-value field and can quite easily build a view that gives me the customer identifier information appearing as many as five times under separate categorized dates (stored as ISO formatted YYYYMMDD values so I get a sensible sequence out of them), by checking the "Show multiple values as separate entries" box.
What I can't seem to do reliably is to identify WHICH contract is expiring on any given line -- short of opening the customer record and eyeballing it. A simple variant of what I'm trying is to attempt to break the individual date sub-fields -- the multiple values -- back down into their components, in order to (for example) sort on the stored value as a hidden column, within which you'd categorize the year and month, only with the month translated into a name rather than a number ... such that (for example) 2009 January displays as it should, ahead of 2009 February.
Any advice gratefully accepted.