Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Previous() Method, Check if 1st iteration 1

Status
Not open for further replies.

1tufgt

Programmer
Apr 11, 2020
34
US
I'm currently using Previous() to do a running counter since I'm hiding some rows based on a formula. What's the best way to start the counter if previous doesn't work on the 1st row since there is nothing for it to compare against? I can't used ISNULL().
 
There is a function called: OnFirstRecord

So formula would be something like:

If OnFirstRecord or {table.xyz} = previous({table.xyz}) then ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top