jhyunetp1
(Jhyunetp1)
April 8, 2018, 9:04am
1
Hi all,
I was able to get a lot of helps from this wep.
I met another challenging problem here.
“From the true&false list, I would like to check if there is the true element”
unfortunately, picking out the true was not easy …
anyone who can help me?
Thank you formally in advance
tim.stark
(Tim Stark)
April 8, 2018, 9:15am
2
Asking questions and getting answers is what this forum is all about. Although people are generally very helpful, there are things you can do to improve your chances of getting good and quick answers. Below you will find some suggestions, but don’t think of them as rules and especially don’t think of them as guarantees.
1. Choose a descriptive title for your post
Don’t title your question Help! or I have a problem or Deadline tonight!, but actually describe the problem you are having.
2. Be s…
If you have a True/False Pattern, you could use it for examle in “Dispatch” or “Cull Pattern” component.
Use Mass Addition on a list of booleans. The booleans will be converted into integers (false=0, true=1) so if the addition of all elements is bigger than zero, there was at least one true.
jhyunetp1
(Jhyunetp1)
April 8, 2018, 9:23am
4
David! I thought your idea is really simple
but I tried and failed… anything wrong?
Those aren’t true false values, those are text saying either “true” or “false”. You’ll have to convert your text into actual boolean data first, you can do so by inserting a Boolean parameter in between the panel and the mass addition.
jhyunetp1
(Jhyunetp1)
April 8, 2018, 9:37am
6
I really appreciate your help David.
It was my bad habit that I used panel while getting the output.
Thank you so much!
@tim.stark Thank you so much Tim as well!!