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

Peg Counts

Status
Not open for further replies.

ke4qfp

Technical User
May 14, 2004
104
US
Is there anyway to collect peg counts thru a Vector using announcements or either thru Intuity Audix? What I'm looking to do is set up a random survey of customers but I'm not sure there is a way to see the peg counts for each option either thru my Definity G3si or thru my Intuity 4.0 sytem. Any help you can offer would be appreciated.
 
.
One thought is to use vector variables?

A simple implmentation is to define a GLOBAL Collect variable

[tt]
VARIABLES FOR VECTORS


Var Description Type Scope Length Start Assignment VAC

A peg counts collect G 16 1 0
[/tt]


and use the following vector:

01 set A = A ADD 1

This will increment the global value of variable 'A' by 1.

That is, let 'A' initially be 0, then
set A = A ADD 1
set A = 0 ADD 1
set A = 1

There are some ways to reset this variable automatically on a daily, weekly, monthly or yearly basis by using "tod","dow","doy" variable types. But the easiest is to just reset this variable by going executing the SAT command "change variable".

hope this helps.
 
Thank you. I'll try to experiment with this. I have no experience with setting this up so I may have more questions. Thanks again for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top