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
Screen Saver Group Policy make different for user groups
get wrong autodiscover server in warning message....
Importing Custom Exchange Public Folder Data into Access 2007 table
How to use the processing core library to create a PIMAGE in Java Netbeans?
how to change a textbox from a combobox
an error every 5 minutes on exchange 2007 Event ID 10016
Move jpg files from file server and create shortcut
bootable usb
Cisco router configuration for internet access
How to convert non ansi outer join =* to ansi outer join