I need a way to retrieve a Personal data file (Text) and have the results not pre-sort. Does anyone know a way to retrieve a document in Arrival Sequence???
Thanks in advance for you help
Tim Day
URM Stores, Inc
Spokane, Wa 99217
509.467.2726
In a message dated 00-01-21 11:05:07 EST, you write:
I need a way to retrieve a Personal data file (Text) and have the results not
pre-sort. Does anyone know a way to retrieve a document in Arrival
Sequence?
??
Tim:
I don’t believe that there is a way to turn of the default sorting. What you could do, perhaps, is simply add a “row number” column to the beginning of your data. This would accomplish two things:
If the row number is the first column, then it becomes the default primary sort. So your data should be in “arrival order” as you suggested.
Since the row number is guaranteed to be unique, you will not experience any default aggregation either.
If your text file comes from an external source, you could easily create a macro in Excel (or other spreadsheet of choice…) to open the file, create a row number column, and resave the file as text.
Wha not use the BusinessObjects “Misc” function “RowIndex()”? You can add a column to our table with the formula “=RowIndex()” in there, then hide it from being displayed.
If you hide it but do not add it as your first column, you still can use it to put a sot on it.
This will sort on the order as retrieved from the database…
In a message dated 00-01-21 11:05:07 EST, you write:
I need a way to retrieve a Personal data file (Text) and have the results not
pre-sort. Does anyone know a way to retrieve a document in Arrival
Sequence?
??
Tim:
I don’t believe that there is a way to turn of the default sorting. What you could do, perhaps, is simply add a “row number” column to the beginning of your data. This would accomplish two things:
If the row number is the first column, then it becomes the default primary sort. So your data should be in “arrival order” as you suggested.
Since the row number is guaranteed to be unique, you will not experience any default aggregation either.
If your text file comes from an external source, you could easily create a macro in Excel (or other spreadsheet of choice…) to open the file, create a row number column, and resave the file as text.