I have a scan that I would like to run every 5 minutes throughout the day, but I would like a quotepage to accumulate all hits throughout the day and record the time of entry into the quotepage. How can I do this?
First, I would create a quotepage...and make sure it's empty at the begin of each session. Let's say the quotepage name is "myQP". You can empty it by just opening and clicking the green trash can on quotepage toolbar (You could also probably do this with a scheduled scan in order to automate just before each session).
Now, let's assume the syntax for your scan is:
MA > MA_A AND MA.1
You'll just need to change the syntax to:
QP = "myQP" OR (MA > MA_A AND MA.1