I have got:
1. proces with Item list where:
a) I set person (from AD)
b) in item list in that proces I add competitions
final I have got step finish
- Person
- Item list what he/she can do.
From that I created data sorce with columns, so i have multi rows:
Person 1 = can do 1
Person 1 = can do 2
Person 2 = can do 1
Person 3 = can do 2
2. In other proces I have got attribute:
a) Item list A [pick person]
So I create List
Person 1
Person 3
b) Item list B [sorce proces 1 ]
I would like to populate Item List B with only:
Person 1 and Person 3 - who I pick in Item List A
I webcon I don't know how:
- for each row in Item List A check if column Person = Person in data sorce - copy all to Item List B and repeat
- if i Could initialize it .. could be grate .. if not .. I can add this to step / path ect. / menu button
At the moment if I have Dropdown list and One Person then I can do Filter to Itemlist B ...
If in Drop down list I have got 2 or more people then filter is not working because is more than One ...
so ...
I dropped that Idea because Item list is more readable than dropdown list ...
And now I stopped on depending Item Lists ... :/