Can anyone provide me an example or instructions on how to display field values in a pivot table rather than the mathematical SUM, MIN, MAX, COUNT, etc.? I’m told it can be done using code to replace a computed value. I’m unable to find an example or good information on how to accomplish that using events and variables. I’m trying to list a series of “measures” across the top of the pivot table, and list a series of “systems” down the left hand side, with the cross-referenced cells displaying the value of each measure for each system.
In additional to a pivot solution, I’m also interested in whether MySQL provides a method to provide that type of view.
Thanks