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
ORACLE SQL similarity with SQL Server
importing the data into table having xml datatype using db2 import.
Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F
Exchange 2010 migration project from Exchanger 2003.
Polycom ViewStation EX Network setup
SBS 2008 SharePoint Companyweb Layout Missing
Freeware Firewall software
how can i get a list of client inbox rules through powershell
Change Mailbox Alias
export the sas dataset to create a table in my sql database