Question 26

What can you use the Edit SQL button for when you add a dimension in the Dimensions screen? Note: There are 2 correct answers to this question.
  • Question 27

    What is the name of custom objects created with the Metadata Framework?
  • Question 28

    What is a flat dimension structure type?
  • Question 29

    The following code is used for EOP headcount and SOP headcount: If((in([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%], 'A','U','P') OR ISNULL([%EMP_JOB_INFO_T.EMPLOYMENT_STATUS%])), [%#CFT#.HEAD_COUNT%], 0). Which setting results in each measure produce different results?