<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Point List Report by Point Number in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3162866#M20311</link>
    <description>&lt;P&gt;I thought I had solved this long ago.&amp;nbsp; I am in C3D 2009.&amp;nbsp; I am not sure how my Reprts - Point List is being sorted.&amp;nbsp; It looks like by code, but not necessarily that.&amp;nbsp; I want the list to sort by Point Number.&amp;nbsp; I have looked at the XSL/XML file, but haven't seen where to do this.&amp;nbsp; Can someone help??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couchpotato&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2011 16:57:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-19T16:57:51Z</dc:date>
    <item>
      <title>Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3162866#M20311</link>
      <description>&lt;P&gt;I thought I had solved this long ago.&amp;nbsp; I am in C3D 2009.&amp;nbsp; I am not sure how my Reprts - Point List is being sorted.&amp;nbsp; It looks like by code, but not necessarily that.&amp;nbsp; I want the list to sort by Point Number.&amp;nbsp; I have looked at the XSL/XML file, but haven't seen where to do this.&amp;nbsp; Can someone help??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couchpotato&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 16:57:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3162866#M20311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-19T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3164422#M20312</link>
      <description>&lt;P&gt;I'm pretty sure the LandXML point export does so in the order in which the points were created, so if you add point 100 after point 200, it will be displayed in the report after 200 as well. I know no way of changing this, since the XLS style sheets read the XML file line by line. Possibly work around this by Editing the desired points, then in the Panorama set the columns you want in the report, sort by point number, select all, right-click, copy to clipboard. Open Notepad, Wordpad, whatever.....paste, edit to include a Title, column headings, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3164422#M20312</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2011-09-20T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3164458#M20313</link>
      <description>&lt;P&gt;I was afraid there was something like that.&amp;nbsp; I may resort to just exporting a CSV file and printing that.&amp;nbsp; Not formatted pretty, but points are sorted.&amp;nbsp; Thanks, Jeff for looking at this.&amp;nbsp; I may look at a way to create the list by selection somehow and format the printout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couchpotato&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:08:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3164458#M20313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-20T17:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3169396#M20314</link>
      <description>&lt;P&gt;Adding the sort after the for-each appears to get the list to sort. It looks like the report gives the expected results if the name field isn't filled in, but if the name field is filled in it appears the report then puts things out of order. This appears to fix it.&lt;/P&gt;&lt;PRE&gt;&amp;lt;xsl:for-each select="//lx:CgPoint[not(@pntRef)]"&amp;gt;
&amp;lt;xsl:sort select="@name"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christopher&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2011 05:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3169396#M20314</guid>
      <dc:creator>Civil3DReminders</dc:creator>
      <dc:date>2011-09-24T05:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170462#M20315</link>
      <description>&lt;P&gt;Thanks, Christopher, almost there.&amp;nbsp; The sort is Text oriented.&amp;nbsp; i.e. Point numbers in this order.&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;1001&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;110&lt;/P&gt;&lt;P&gt;1100&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;Etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we convert the sort to a numerical order??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 16:00:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170462#M20315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-26T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170640#M20316</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's always something. This should work. It tells the sort to use number, the default was text. Unsure what happens if the name has both numbers and text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;xsl:sort select="@name"
data-type="number"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 18:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170640#M20316</guid>
      <dc:creator>Civil3DReminders</dc:creator>
      <dc:date>2011-09-26T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Point List Report by Point Number</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170826#M20317</link>
      <description>&lt;P&gt;Christopher, PERFECT.&amp;nbsp; Thank you.&amp;nbsp; Taht will make my surveyor much happier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 20:51:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/point-list-report-by-point-number/m-p/3170826#M20317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-26T20:51:45Z</dc:date>
    </item>
  </channel>
</rss>

