THe generated select for the query is this:
SELECT AuthMenu.L1Name FROM HORIZON_AUTHMENU AS AuthMenu ORDER BY AuthMenu.L1Name
This query does return rows.
We want to add DISTINCT to the sql so it looks like this
SELECT DISTINCT AuthMenu.L1Name FROM HORIZON_AUTHMENU AS AuthMenu ORDER BY AuthMenu.L1Name
But when it runs we get this error message in aware:
"Business Object AUTHMENU not found in business space version"