One of the lookup attributes is not showing lookup values in the Modern User Experience (MUX), but you are able to see the values in classic Clarity.
Steps to Reproduce:
SELECT @SELECT:I.ID:ID@,@SELECT:I.NAME:NAME@,@SELECT:I.CODE:CODE@
FROM INV_INVESTMENTS I
where I.IS_ACTIVE = 1
and UPPER(I.odf_object_code) = 'PROJECT'
and (select COUNT(1) as INV_COUNT
from INV_HIERARCHIES H
where H.PARENT_ID = I.ID) > 1
Expected Results: Attribute values are available and showing in New UX.
Actual Results: Attribute value is not available however visible in classic UI.
Release : All
Component : CLARITY STUDIO
DE62473 -
Workaround:
SELECT @SELECT:I.ID:ID@,@SELECT:I.NAME:NAME@,@SELECT:I.CODE:CODE@
FROM INV_INVESTMENTS I
where I.IS_ACTIVE = 1
and UPPER(I.odf_object_code) = 'PROJECT'
and (select COUNT(1) as INV_COUNT
from INV_HIERARCHIES H
where H.PARENT_ID = I.ID) > 1
and @FILTER@
Fixed in Release 16.0.0