Home      Ask a Question      My Stuff      Help   
  
Scripting - Excluding Clock Prompts from the Export (Download Activity File)
Question
ID
488
Category
Training
  FAQ's
Date Created
7/21/2010 9:03:25 AM
Date Updated
7/21/2010 9:06:45 AM
We are using some clock prompts for reporting purposes only and do not want to include them in our export/Download Activity File. Is there a way to remove these prompt?
Answer
There is using the below script:

if (downloading = true)
{
x = "";
}

In the example above it reads if there are any clock prompt entries for prompt 'x" and you are running your export/Download Activity File then change the prompt to nothing.

So when you run your Download Activity File report it should blank out all "x" prompt entries.
Back to Search Results