Genesys Engage on-premises

 View Only

Discussion Thread View
  • 1.  CCPulse+ 8.1.1 - Formula Question

    Posted 02-17-2020 12:05

    I am trying to create a hidden column based on the Queue Name of each particular row. We have a list of 16 Queues that we currently sort on the first column alphabetically. However, there are 3 of the Queue's that we would like to group together without renaming them. My thought was creating a hidden column that assigns a number to each row based on the Queue name and then sorting on that column.

    Example:

    Queue_ALL
    Queue_Basic
    Queue_Day
    Queue_Hazmat
    Queue_Priority
    Queue_Support
    Queue_Tech
    Queue_Worldwide

    We'd like to group Basic, Support, & Worldwide together near the top, like so:

    Queue_ALL
    Queue_Basic
    Queue_Support
    Queue_Worldwide
    Queue_Day
    Queue_Hazmat
    Queue_Priority
    Queue_Tech

    My thought was something like this:

    Result =
    iif(Queue == "Queue_ALL"), "1";
    iif(Queue == "Queue_Basic"), "2";
    iif(Queue == "Queue_Support"), "3";
    iif(Queue == "Queue_Worldwide"), "4";
    iif(Queue == "Queue_Day"), "5";

    ...etc
    And then, sort ascending by the hidden column.

    I keep getting "...is undefined" errors trying to reference the Queue name no matter how I try to present it. Queue is a valid Object name in our StatServer Options list. I'm sure I'm missing something simple. 

    Thanks.


    #Reporting/Analytics

    ------------------------------
    Eric Muldoon
    J.B. Hunt Transport Services, Inc.
    ------------------------------


  • 2.  RE: CCPulse+ 8.1.1 - Formula Question

    GENESYS
    Posted 02-19-2020 11:43
    Is adding a number in the queue name an option: can you name them Queue_1_ALL, Queue_2_Basic, Queue_3_Support, Queue_4_Worldwide, Queue_5_Day ..

    ------------------------------
    Olena Chapovska
    Genesys - Employees
    ------------------------------



  • 3.  RE: CCPulse+ 8.1.1 - Formula Question

    Posted 02-19-2020 12:23
    Thanks, Olena.

    I had considered that already, but the agent groups' management does not want to change the names. That's why I was hoping to be able to simply create a hidden column based on the queue names and sort by that.


    ------------------------------
    Eric Muldoon
    J.B. Hunt Transport Services, Inc.
    ------------------------------



  • 4.  RE: CCPulse+ 8.1.1 - Formula Question

    GENESYS
    Posted 02-19-2020 12:54
    Understand. What about aliases (on the Advanced tab of the queue object), can you modify them? An alias will be displayed in CCPulse+ instead of the queue name.

    ------------------------------
    Olena Chapovska
    Genesys - Employees
    ------------------------------



  • 5.  RE: CCPulse+ 8.1.1 - Formula Question

    Posted 02-19-2020 13:56
    Unless there's an option in CCPulse to choose Object Alias vs. Object Name display, I am seeing the Object Name and not the Alias. I even changed one to see if it updated in CCpulse, but it did nothing.

    ------------------------------
    Eric Muldoon
    J.B. Hunt Transport Services, Inc.
    ------------------------------



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources