![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a calc (I know I can do this with a script) that will dynamically number the current found count? Example: In a 500 record database I have 20 "apple" records spread throughout it. When I do a find for "apple" I would like the found records to be labeled sequentially 1-20. If I use Status(CurrentRecordNumber) I get 1, 18, 300, etc. Even after sorting. Is there a secret? I want to avoid scripts since in my application the found counts would number in the thousands, and a script would take too long. Thanks for any help. |
#3
| |||
| |||
|
|
Is there a calc (I know I can do this with a script) that will dynamically number the current found count? Example: In a 500 record database I have 20 "apple" records spread throughout it. When I do a find for "apple" I would like the found records to be labeled sequentially 1-20. If I use Status(CurrentRecordNumber) I get 1, 18, 300, etc. Even after sorting. Is there a secret? I want to avoid scripts since in my application the found counts would number in the thousands, and a script would take too long. Thanks for any help. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hey, that was simple! Thank you. As far as accuracy on a network goes, it's fine. It'll be used in creating indexes, and the user just needs a general knowledge of how many items are in the index and where they fall. And it's interesting that you say scripts tend to be faster than calculations. Would you say that's the case even in my application involving thousands of records? For a calculation to complete it seems to add only a millisecond to the time it takes for the record(s) to pop up. Of course if it's a really complicated calculation with related records it can take hours (which I stupidly did once with live data and just had to wait for the dang thing to finish). But even a simple script would take a minute or so to sort through all those records. |
![]() |
| Thread Tools | |
| Display Modes | |
| |