Hi All,
We have converted UNV version of the universe to UNX version. When try to map the reports to UNX version we are getting the 'the universe does not allow using a complex expression in a GROUP BY statement. You cannot run this query. (IES 00010)' error. When checked the logic for the objects in IDT then observed one case statement is causing the issue. When we use this statement with any other measure we are getting issue.
(case when (security.category='Default' and h_fact.short='L') then (security.type||'-Sell Protection') when (security.category='Default' and h_fact.short='S') then (security.type||'-Buy Protection')
|
Thanks
ls