You are building a Fact table for a customer with SAP SuccessFactors Workforce Analytics on SAP HANA. What needs to be included in this table? Note: There are 3 correct answers to this question.
When using the Build Fact Data and Cube Command, the initial load fails with the following message in the log: Error: System.ArgumentException: Item has already been added. Key in dictionary: '[location].[location].[level1_che_zznostateprovince_geneva]' Key being added: '[location].[location].[level1_che_zznostateprovince_geneva]' at System.Collections.SortedList.Add(Object key, Object value) at System.Collections.SortedList.SyncSortedList.Add(Object key, Object value) at Hrml.DataObjects.HrmlOrgCubeDimensionTree.AddTreeNode(String path, String parentPath, Int32 depth, String caption) in. How do you fix the error?
A customer has defined the following EVENT codes for their movement logic from EMP_JOB_INFO_T table: Hire is identified where EVENT External Code = H (Hire) and R(Rehire) Promotion is identified where EVENT External Code = 8 (Promotion) Transfer is identified where EVENT External Code = 6 (Transfer) and 16 (Job Change) Other Movement is identified where EVENT External Code = 23 (Return to Work) Termination is identified where EVENT External Code = 26 (Termination). What possible Event Lists can you create to capture all employee movements for this customer? Note: There are 2 correct answers to this question.
Which of the following functions are managed in the WFA on HANA Data Factory tool? Note: There are 3 correct answers to this question.
To which measures does the following calculation apply? if((in([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%], 'A','U','P') OR ISNULL([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%])), [%#CFT#.HEAD_COUNT%], 0). Note: There are 3 correct answers to this question.