Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
david_ze
Partner - Contributor III
Partner - Contributor III

Forcing data into a field

Hi all,

Need your help on how to force data into a field.

I have two fiels 'Project_Number' and 'Project_Ref' which are not connected directly.

I would like to fill 'Project_Ref' field with the numbers I get when choosing the field  'Project_Number'.

'Project_Ref' contains the same data as 'Project_Number'.

It should be like this:

If I choose the numbers 1,7 and 55 from field  'Project_Number' the system should choos the same numbers in field  'Project_Ref'.

Would appreciate you prompt response.

Best

David

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You need to add a Select in Field action to the OnSelect trigger of the Project_Number field. The field to select in would be Project_Ref and the search string would be ='(' & concat(distinct Project_Number, '|' & ')'.


talk is cheap, supply exceeds demand
Not applicable

if(Project_Ref = Project_Number,Project_Ref) as Project_Ref_match

Anonymous
Not applicable

See attached