Skip to main content
Nintex Community Menu Bar

How do I get selected items from Listview control to use as a lookup for additional data

  • January 19, 2018
  • 4 replies
  • 26 views

Forum|alt.badge.img+1

Is it possible to obtain a value from a selected item in a list view control and use that item to look up additional information for that row of data

4 replies

Forum|alt.badge.img+14
  • Scholar
  • January 22, 2018

have a look on this

 


Forum|alt.badge.img+1
  • Author
  • January 22, 2018

I saw that but I am not sure where to place the command


Forum|alt.badge.img+14
  • Scholar
  • January 22, 2018

you will have to write a javascript that will parse out data from list view control and prepare them for further usage in form (eg. write them to a text box).

so you will need to put javascript to form's settings custom javascript, or javascript include if you place the code into an external file.

note, the code on the link I provided is just starting point - it will return array of selected items. as written above you will need to parse each array item for data content you need. that's however very specific to used list view content, so it's not possible to provide any generic script.


Forum|alt.badge.img+1
  • December 30, 2019

Your link for code is not visible, can you please share again