PureEngage On-Premises

 View Only

Sign Up

  • 1.  Pulse 8.5 formulas and functions

    Posted 04-28-2015 14:25
    Where is the documentation which explains the Pulse 8.5 use of formulas? I see reference in the documentation for G.GetAgentNonVoiceStatus(), G.GetStatusDuration(), etc. but seen no explanation for these functions in the Pulse documentation or CC Pulse documentatino. Thanks.


  • 2.  RE: Pulse 8.5 formulas and functions

    Posted 05-04-2015 22:01
    Jim,

    Please try looking on our docs site here:
    http://docs.genesys.com/Documentation/EZP/latest/User/RealTimeFunctions

    Thanks,
    Roger Farr
    Genesys Customer Care


  • 3.  RE: Pulse 8.5 formulas and functions

    Posted 10-15-2015 23:39
    Hello Roger,

    I am unable to get through the link provided. Can you please provide me another link to access the functionality.

    Regards,
    Mohit


  • 4.  RE: Pulse 8.5 formulas and functions

    Posted 10-16-2015 20:58
    Mohit,

    Sorry about that, looks like there was a change on the docs site.  Try this:
    http://docs.genesys.com/Documentation/EZP/latest/User/RTRFunctions

    Thanks,
    Roger


  • 5.  RE: Pulse 8.5 formulas and functions

    Posted 03-23-2016 07:50
    Thanks Roger for your help , i have an issue with getting Mod of a percentage value.

    i need to calcuate the custom SLA formula as per follwoing but display of output like = 98.18181818181 but it should 98.2%

    how to do this ?

    if ((Data.Entered.Value - Data.Abanoned_less_20sec.Value) != 0) 
    Result = 100 * (Data.Answered.Value / (Data.Entered.Value - Data.Abanoned_less_20sec.Value));