Please anyone can help me.
I want to display one data from several data with the same block as below.
From this block will produce 3 NameA, 1 NameB, 1 NameC and 2 NameD.
All I want is to display only one of those names
Please help me.
Please anyone can help me.
I want to display one data from several data with the same block as below.
But it doesn't change the data in the global listData block
See two ways, one way pick a random item from list or if you want specific item knowing then index in list
I think he just wants to remove all the duplicates in the list...
Does not delete data
Thank you very much, I will try it.
Lista_repetida.aia (2.1 KB)
Thank you for your attention @Juan_Antonio, @dora_paz, @nishyanthkumar
My problem was solved this way. thank you very much @Juan_Antonio
Here's a reusable procedure, like Juan_Antonio's version
P.S. These blocks can be dragged directly into your Blocks Editor workspace.
See A way to group projects by theme - #10 by ABG
for a demo.
basically @dora_paz's solution but using the original list variable instead...
Thank you for all @nishyanthkumar, @ABG, @Juan_Antonio and @dora_paz
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.