Microsoft
Software
Hardware
Network
Question : Sorting data from pivot grand totals
Question 1 -
In the spreadsheet attached I have pivot tables out of the raw data . I have grandtotals made of the pivot's . Now I want to sort the data based on the grand total . I want data on " Cause code " spreadsheet to be sorted as per the Grand total ( in decending or acending order ) .
Hope I don't have to copy/paste this to a different sheet and then sort this out ...
Question 2 -
This is basically customer satisfaction data . In the same spreadsheet ( Cause Code ) . One pivot table has the customer satisfaction rating ( for 6 months ) & another pivot has count of surveys ( for 6 months ) . What is the best way for me to find the high impacting or rather high focus area for me . Ex - highest surveys with least score would obviously be my high focus area .. something like this
Attachments:
CSAT-Data.zip
(739 KB)
(File Type Details)
CSAT - Data
Answer : Sorting data from pivot grand totals
correction
select rownum=row_number() over (order by somefield), *
FROM
(
select * from tbl
) SQ
replace "somefield" with an actual field
Random Solutions
can't change password through OWA 2010
Decompiling DElphi DLL to Source Code.
Can WordPress be customized to some degree by manipulating files embeded in the WordPress file path
Can not get mysql to work with IIS7 Drupal and PHP
Get Column Name in Trigger
Getting (and setting) text values from a CRM Pick List?
Use Windows Server with SBS 2003
FPDF Multiple Images from MySQL
setup NAT on Cisco ASA
Best Way To Subtract DateTime Fields