We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Is there a way to count how many times a document has been accessed using Alteryx?

MattDuncan
7 - Meteor

Would like to be able to use this to identify key documents in a drive, looking at the directory tool and I can't see a way for this to be done?

 

Any suggestions? 

 

Thanks 

1 REPLY 1
NickC
Alteryx Alumni (Retired)

Hello,

 

Windows only registers the last time & date a file has been access, no way of knowing how many times it was opened since it was created there. The last read date-time and the creation date-time can be read in using the directory tool.  It is, however, theoretically possible to make a script/program to count how many times specific files has been opened. I suppose some kind of PC monitoring program would be able to do the trick, then you can read that information into Alteryx.

 

 

Labels
Top Solution Authors