Less than ('<') sign not displayed for static lookup on Risk grid list
search cancel

Less than ('<') sign not displayed for static lookup on Risk grid list

book

Article ID: 371526

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Static dependent lookups do not display less than '<' signs on Risk grid list although they do display on Risk detail page.
User has a requirement to use these symbols in their lookup values but when they are selected on an attribute in a grid list, the
attribute displays as a blank field.

 

Steps To Reproduce:

1. Create a static Dependent lookup called 'VV' with id 'vv1', Create one level and populate values with the following (without single quotes) - '<aaaa' , '<xcons'
2. Create a dynamic lookup using the following query: 

    SELECT 
    @SELECT:lookup_code:ODF_PK@,                 
    @SELECT:NAME:NAME@,
    @SELECT:SORT_ORDER:SORT_ORDER@          
    FROM   cmn_lookups_v          
    WHERE  language_code='en' and lookup_type='VV1' and is_active=1 
    and 
    @FILTER@ 

3. Create a lookup attribute on Risk object using the dynamic lookup created in step two
4. In Modern UX, Open a project and on the 'Risk' tab, create a Risk instance on the grid list page
5. Add the new attribute created in step three to the grid list.
6. Populate the lookup attribute by selecting the value '<aaaa'

Expected:
Lookup attribute to be populated with the value '<aaaa'

Actual:
Lookup attribute to be populated with a blank value on the grid list

Environment

All Clarity releases

Cause

DE116064

Resolution

Fixed in Clarity version 16.2.3

Additional Information

Workaround:
In the Risk detail page, the lookup value does get populated with the expected value.