|
Dear All, I need help on calculating the counts from the rawdata based on conditions and then I need to insert the values in the summary table. Currently, I have the values stored in rawdata format and I need get the counts in the summary table. Example: Rawdata table
Summary Table
Please let me know the best approach to get this task done. I can give more information if this is not clear. TIA! Cheers, DV
(comments are locked)
|
|
You're starting with a pivoted data set, and you want to pivot it differently - so, you want to unpivot it to a natural set, then re-pivot it to the set you want. This gives you what you want, but it doesn't match your sample, because your sample summary is wrong... Matt - Thanks a ton!! This works like a charm. I spent one full day trying to get this solved. Once again heartfelt thanks... Cheers - DV
Jun 09 '10 at 05:43 AM
OnlyGraphite
(comments are locked)
|

