1
Scripting QueueMetrics / Re: Wallboard Example script
« on: September 11, 2008, 09:05:21 »
Hi kayodea
I work with the 2ns example from byronsmith because we like the layout.
I found some write errors in parts of the code
He uses
In the HTML part I replaced the $nagents wit $queue['all selected']['nagents'] to get some 1st results.
this workes but only with 1 queue
I made equal changes to the other 2 number parts
I am still working more on it but get results now
Hope this helps
I work with the 2ns example from byronsmith because we like the layout.
I found some write errors in parts of the code
He uses
Code: [Select]
$queue['All selected']['nagents']
It must be Code: [Select]
$queue['all selected']['nagents']
In the HTML part I replaced the $nagents wit $queue['all selected']['nagents'] to get some 1st results.
this workes but only with 1 queue
I made equal changes to the other 2 number parts
I am still working more on it but get results now
Hope this helps