hello everyone, i d would like to know how to HAVE THE TOTAL SCORE IF:
id1 from table A SCORE= 20%
id2 from table A score=10%
ID3 from table A score=0%
TOTAL: score ( ID1+ID2+ID3) from table A =10%
What i need to know is how to not count id3 because the score =0
so SCORE( ID1+ID2=ID3) ÷2=15%
AND REPORT THE SCORE IN A FORM
THANKS