I need to report options selected when purchasing a car. I have 800 feature groups each with up to 999 categories that can be selected, but they can only select one within each group.
But for a simple example say I have 5 feature groups and 20 feature categories within each, of which they can select one.
What I want to see is something similar to
OrderNo AB    AC    AD    AE    AF
1Â Â Â Â Â Â Â AB001 AC001 AD002 AE001 AF001
2Â Â Â Â Â Â Â AB020 AC019 AD005 AE019 AF008
3Â Â Â Â Â Â Â AB020Â Â Â Â Â Â AD002 AE007 AG020
etc.
Being unable to drop anything other than a number within a crosstab obviously I can't think of a way to do the above. I was thinking of setting up each column header and using if/then/else logic within a report to bucket each value, however looking forward to setting up 800 buckets doesn't exactly fill me with joy!
I could setup a database table with 800 buckets but that's just as painful, and what if I were to get new Categories, I would need to do more work to add a column etc. So can anybody think of an easy way to allow me tp produce the above report?