Creating a list

Hi,


How do I create out of this (image) a list that would not sum up the values but show just one 0.7292 value?

Sounds like you want UniqueItems. Depending on if you want the unique items in each sublist or the overall list you may have to use Flatten as well.

Hi, i just want each of the sublist consist of one 0.7292 value instead of multiple values and empty spaces.

UniqueItems is all you need then. You can use Filter.ByBoolMask to remove the “blanks”.

Awesome, It worked :slight_smile: Thanks

I’m not sure if this is on purpose but you Filter.ByBoolMask is only returning the first unique item from that list. What are you trying to filter here?

Yeah, Ive noticed :slight_smile: I fixed it this way: