" /> Split Table/Calling list - Genesys CTI User Forum

Author Topic: Split Table/Calling list  (Read 3162 times)

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Split Table/Calling list
« on: September 11, 2012, 03:43:50 PM »
Advertisement
Hi,

This may be a quick one for you to answer..... we have Genesys Outbound Contact Manager 7.6

Is there a way that I can split a table into 5 equal portions (filters), in order to create 5 Callings list?

Background;
we are looking to set up individual Agent/Place specific campaigns for each of our agents to work from their own lists/campaigns.

I guess I would then need to set up 5 of each -  Filters, calling lists, campaigns and agent/place groups????

Is there an alternative solution that your are aware of?

Any advice/tips would be much apprecieated.

Offline Vikram_Joshi

  • Newbie
  • *
  • Posts: 10
  • Karma: 3
Re: Split Table/Calling list
« Reply #1 on: September 12, 2012, 05:44:27 AM »
Hi fred,

I have just posted a very similar query before reading your post....  :-\

http://www.sggu.com/smf/index.php/topic,7422.0.html


Regards,
Vikram

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Re: Split Table/Calling list
« Reply #2 on: September 17, 2012, 02:11:54 PM »
I forgot to include that these Campaigns will be dialled in PREVIEW Mode.

Thanks

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Split Table/Calling list
« Reply #3 on: September 17, 2012, 03:54:34 PM »
Hi,

As far as I remember it is possible to attach multiple calling list to same campaign and define ratio which tells OCS how many records from each list should be taken (parameter is called List weight). One comment there is no tool to split exisiting one table into multiple tables. Still having one table You can create multiple Calling list from same table by applying different filter for each calling list.

Pawel

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Re: Split Table/Calling list
« Reply #4 on: September 19, 2012, 11:10:19 AM »
thanks bubelpaw.

Anyone aware of a query that I can use for each filter?? In order to split the records equally?


Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Split Table/Calling list
« Reply #5 on: September 19, 2012, 07:04:08 PM »
Hi,

something like this should help (it is for MS SQL):

- first cl - xxx%4 = 0
- second cl - xxx%4 = 1
- third cl - xxx%4 = 2
- fourth cl - xxx%4 = 3

4 = number of calling lists
xxx - any autoincremental field in table

This trick works only if field xxx contains consequtives values

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Re: Split Table/Calling list
« Reply #6 on: September 21, 2012, 11:29:37 AM »
superb thanks.