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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Incremental Run Count 1

Status
Not open for further replies.

ganjass

Technical User
Dec 30, 2003
154
GB
CR V8

Does anyone know of any functionality, or workaround, to store a variable that holds the number of times a report has been run, which is incremented every time it is run.

Thanks in advance

 
You'd need external code to do this.

One method would be to create a Stored Procedure which writes to a table and then returns the rows required.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top