The standard Users Administration view (ADMIN_UsersOverview ) cannot be used in combination with a custom selector for the object class Person . The class settings used for the object class Person must not refer to a custom selector for user profiles providing access to the standard Users Administration view.
The standard Personal Info business function (Personal_Items ) is displayed empty in Alfabet 11.8. Customers can create a content area displaying the same information as in the business function and assign the content area to the respective menu item instead of the business function. The content area can be configured to show only data of the current user. The new Base Object By Query attribute of the content area must be set to the query SELECT REFSTR FROM PERSON p WHERE p.REFSTR = @CURRENT_USER.
It is not possible to limit the amount of return results in WITH statements of SQL queries. For example, when configuring a selector with a limited returned dataset, the limitation must be defined in the top SELECT statement of the query instead of the WITH statement.
The bar chart shown in the Data Quality visualization of a data workbench only displays data for the first 50 objects.