A
a
thank you
ID ID2 Playername Exp1
1 null a b c d
2 1 alitrf abcd
3 1 addf abcd
4 null dfsadfas
5 4 arrt dfsadfas
Explanation
Id contain serial Number (1,2,3,4,5….etc)
ID2 contain number from (ID)
Playername (any people playername)
Exp1 this is expression (what should this expression do):
If ID2 = and (ID) then
(Exp1) value = the playername of (ID)
End if
Explain again as you see in the table above for example (ID = 1) and (ID2=
1) in some row
the exp1 should take the (playername) of ID=1
what should I do to solve this problem
ID ID2 Playername Exp1
1 null a b c d
2 1 alitrf abcd
3 1 addf abcd
4 null dfsadfas
5 4 arrt dfsadfas
Explanation
Id contain serial Number (1,2,3,4,5….etc)
ID2 contain number from (ID)
Playername (any people playername)
Exp1 this is expression (what should this expression do):
If ID2 = and (ID) then
(Exp1) value = the playername of (ID)
End if
Explain again as you see in the table above for example (ID = 1) and (ID2=
1) in some row
the exp1 should take the (playername) of ID=1
what should I do to solve this problem