Skip to Content
Author's profile photo Hüseyin Bilgen

How To Report IVR Menu Selections from Database

SAP Contact Center Configurations

1. Set Statistics settings to activate reporting for Menu IVR

/wp-content/uploads/2015/04/bcm1_678694.png

2. Set the “Expression for Question in Reporting” values for Menu items in Custom IVR’s.

/wp-content/uploads/2015/04/bcm3_678764.png

3. Set the “Expression for Answer Option in Reporting” values for menu options.

/wp-content/uploads/2015/04/bcm4_678765.png

/wp-content/uploads/2015/04/bcm5_678766.png

4. Set the “Expression for Answer Option in Reporting” value for nomatch situation.

/wp-content/uploads/2015/04/bcm6_678773.png

5. Test your IVR with test calls.

6. Select the IVR menu selections from Monitoring_History database with the following SQL script:

SELECT TOP 1000 [GUID]
      ,[QueueGUID]
      ,[ContactGUID]
      ,[ContactType]
      ,[ScriptName]
      ,[Question]
      ,[Answer]
      ,[Answer2]
      ,[CreationTime]
  FROM [ACME_Monitoring_History].[dbo].[TAContactStatistics]

/wp-content/uploads/2015/04/bcm7_678775.png

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Francisco Romero
      Francisco Romero

      Hi Hüseyin!   2020-07-15

      Thank you very much por the help. It helped me a lot.  We have BCM 7.0. Greetings from Mexico!