Lookup values showing twice and duplicated in lookup dropdown when both of them have similar hidden keys
STEPS TO REPRODUCE:
SELECT @SELECT:q.CODE:CODE@,
@SELECT:q.NAME:NAME@
FROM(
SELECT 'test' as code, 'Test' as name from dual
union
SELECT 'test_1' as code, 'Test01' as name from dual
union
SELECT 'test_2' as code, 'Test02' as name from dual
union
SELECT 'test_3' as code, 'Test03' as name from dual
) q
WHERE @FILTER@
Expected Results: We will observe that "Test" value is selected and "Test01","Test02","Test03" are displayed after that.
Actual Results: We will observe that "Test" value is selected and "Test01","Test02","Test03" are duplicated showing twice each.
Clarity Release 16.2.x
DE131338
DE131338 is fixed in 16.3.0 (Targeted to release November 2024) and also backported to 16.2.3 patch 1
Broadcom SAAS customers will have this fix included with 16.2.3 PROD upgrade