Index of specific value

Hi,

I have a list and I get index of specific values. In the picture I have some value and I get index of all new, active etc.

Thany you very much.

can you explain more with expected result?

In my list I have many “New” many “Active” etc… many value of some elements that you can see in the node unique item.

I want get every index of each value.

Every index of New, Active, Appeoved etc…

https://dictionary.dynamobim.com/#/Core/List/Action/AllIndicesOf

I was trying with dictionary but I didn’t make it :pensive:

Hi @Mayo,

You could do something like this:

2021-05-15 GetIndicesOfMultipleItemsInList.dyn (14.9 KB)

1 Like

Thank you very much but I don’t understand your example.

In your e camole you are filtering but I want get the index of every item.

Example:
For “Active” I want get index 0,2,3,6

For “New” i want get 1,5,8,10

For “Nothing” I want get 4,7,9

Hi @Mayo …Not sure if something like this will work for you ??

1 Like

Orchid will do the job done,


Test.dyn (8.2 KB)

1 Like

@_Vijay …How can you say “Orchid will do the job done” cant see any difference between yours and @Daan defination, and its without to know the goal, but probably you know;)

/S

Thank you!!! I’m trying with IndexOf but the solution is with node “Allindexof”!!! Thank you all very much special for @sovitek