For Each Item In A List View

  • 17 November 2015
  • 2 replies
  • 3 views

Badge +4

I have two fields in a list view multiple records.  I have a data label on the  view not attached to any fields.  After the view loads, I call a for each item in a list view and the next line is a smartobject call that sends the two fields to the smart object and the output I want to put to the data label.  When I do this, the data label is not setting and I don't understand why?  see the 3 stages below

 

(1) Here is the for each with a smart object call

14048i440ABAEE59602156.jpg

 


2 replies

Userlevel 5
Badge +16

Hi,

 

This is not possible, the only workaround is to have editable and make your rule look like this:

 

For All rows

execute your smo(set the return property in a hidden data label)

edit selected row

transfer data ( transfer the hidden data lable to the data label in your list)

apply changes made on row

 

wish this helps

 

Badge +4

@Mustafa Al-Barghouthy ,

 

Thanks for the heads-up.  I'll have to go about this another way! 

 

Thanks again!  :)

Reply