Sounds like your goal is to summarize QSO counts by zone, country prefix, band, and mode.  There are many ways to do this.<br><br>First, it's unfortunate that Win-Test doesn't export a CQ WW type Cabrillo file for DXpedition mode.  Then you could just use <a href="http://www.kkn.net/%7Ek5tr/cbs.html">K5KA's Cabrillo Statistics program</a> (CBS) to quickly generate such statistics.<br>
<br>Perhaps you could use <a href="http://www.df3cb.com/bv/index.html">BV by DJ3FB</a> or <a href="http://www.ka5wss.com/Software/LogConv/">LogConv by KA5WSS</a> to convert the Win-Test ADIF file to Cabrillo or to CT binary.  CTWin's WRITELOG command will produce many useful statistical reports for a DXPedition mode log.<br>
<br>You could also use a program like <a href="http://www.dx4win.com/">DX4WIN</a> to import a Win-Test ADIF file.  Like CTWin, it can figure out the country and zone for you.<br><br>For something home-grown, you really want a CSV (Comma Separated Values) file, not ADIF.  The ADIF file <a href="http://www.adif.org/adif219.htm#Fields">specification</a> does not appear to include a "standard DXCC country prefix" field.  The ADIF <COUNTRY> field is for a "DXCC Entity Name" like "Afghanistan", "Alaska", "Japan", etc., not YA, KL7, JA.  The ADIF <DXCC> tag is for a country number (1-515).  The ADIF <PFX> tag is for a WPX prefix.  None of these will help you here.<br>
<br>However, it's pretty easy to do what you want using Win-Test and Microsoft Excel.  Just export the QSOs to a CSV file:<br><ol><li>Open VP6DX.WTB with Win-Test</li><li>WRITELOG [Enter]<br></li><li>Check the "Text CSV" option and click the [Options...] button<br>
</li><li>From the field list, select Date, Time, Band, Mode, Callsign, DXCC Country, WAZ Zone (bug: Win-Test won't remember these choices the next time you restart the program)<br></li><li>Check "Include headers row" and press [OK]</li>
<li>Press [OK] again.  You'll now have a file named VP6DX.CSV in your Win-Test directory.</li><li>Open VP6DX.CSV with Microsoft Excel</li><li>Select Data, Pivot Table</li><li>Press [Next], [Next]</li><li>Select "New worksheet" and click [Layout ...]</li>
<li>Drag Zone and Country to the "Row" area on the left<br></li><li>Drag Band and Mode to the "Column" area at the top</li><li>Drag Callsign to the "Data" area in the middle (Excel displays "Count Callsign").</li>
<li>Press [OK] and [Finish] to view the summary report.<br></li></ol>One problem is that Excel may be limited to 65536 rows max.  You could split up the data by date and summarize separately, or import the CSV file into a real database program like Lotus Approach, Microsoft Access, or MySQL.  They can all summarize 100,000 rows quite easily.<br>
<br>73,<br>Bob, N6TV<br><br><div class="gmail_quote">On Jan 26, 2008 9:17 PM, Eric Scace K3NA <<a href="mailto:eric@k3na.org">eric@k3na.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
To clarify this request:<br>   when operating as a"DXpedition"<br>   we need the ADIF output to include WW zone and DXCC entity info in<br>each QSO line.<br>This is essential for generating reports on QSO distribution to the<br>
various parts of the world during the expedition; we rely on that data<br>to shift operators to openings that have not been well-covered to date.<br><br>In theory we could log as a WW contest, and get the right information in<br>
the ADIF -- except that the WW contests don't allow us to change modes<br>(CW RTTY and SSB) nor use WARC bands and 6m.<br><br>Help!<br><br>-- Eric K3NA</blockquote></div><br>