How to display concatenated columns in List Lookup control?

  • 4 March 2018
  • 1 reply
  • 4 views

Badge +1

We are using Nintex Form 2013. Suppose we have one sharepoint list ABC on which we have one nintex form with list lookup control. Suppose list XYZ contains two columns Test1 and Test2 and we are using list lookup control on list ABC to display concatenated value of Test1 and Test2 like Test1 + " " + Test2. How to do that using out of box or custom javascript?

Please note: We don't want to use out of box concatenated column in sharepoint to solve above issue.


1 reply

Userlevel 5
Badge +14

unfortunatelly, the only possible option is that you will prepare concatenated calculated value directly in list.

or you can write a script that builds a dropdown element sourced from some other list and injects it somewhere in page DOM. but you will not be able to save its value to a list field.

Reply