Multiple Top10 Analysis
From Geoqo
Lets say you want to figure out the top10 container sizes, terrain values, etc are for a given search criteria. This is how you can chain a bunch of "display" results to a given search. To do this, chain them together using a ';' character in between:
>geoqo -s 'cache:owner_name=Yamar' -d 'top10:groundspeak_container;top10:groundspeak_terrain' Top 10 'groundspeak_container's Num % Value ---------------------------------------------------------------------- 17 47 Micro 13 36 Regular 4 11 Small 1 2 Not chosen 1 2 Other Top 10 'groundspeak_terrain's Num % Value ---------------------------------------------------------------------- 16 44 1.5 15 41 1 5 13 2
[edit]
Tips and Tricks
- Saved Specifications: Using saved specification strings
- Differences since last import: find all the differences in a pocket-query (or whatever) since your last import
- Multiple Top10 Analysis: analyze your search results for breakdown in information
- Scripting Examples for Mulitple Top10 Outputs
- Using SQLite to do your own analysis
