Jump to content

Visitor Counter


Lucas Moura

Recommended Posts

You can use that script being executed on intial load to update a document property where you can keep the count and then save the analysis file. So each time you reopen the analyis, the script executes and increases the counter.

To update a document property you can just do the following

count=Document.Properties["myCounterPropertyName"]

count=count+1

Document.Properties["myCounterPropertyName"]=countDo you face any issues with implementation in the article

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...