Hi Everybody and thanks in advance to whom will answer my question: I think I need a for loop in tableau and looking for a working around;
my table has the following structure
id, id_detail, result
1 1 fail
1 2 pass
1 3 pass
2 1 pass
2 2 pass
3 1 fail
3 2 pass
...
...
I need to assign to id=1 fail; id=2 pass; id=3 fail
do You have any suggestions?