Selected rows Itemid with comma seperated from List view

  • 18 November 2021
  • 1 reply
  • 6 views

Badge +2

I have list view with multiple rows selection allowed. I want itemid for selected rows in one string how i can achieve this?

 

For example :- I have 3 rows selected with item id =1, 2, 3 so when i click on button available on view i want result as 1,2,3 so i can pass it to sql query to delete it.

 


1 reply

Userlevel 5
Badge +13

It is possible to write a rule with a for-each selected item do a data transfer to append the selected item's ID to a hidden data field. Let me know if you need more specific instructions here but hopefully this can get you started.

Reply