List OppListWithClosewon = [SELECT id,IsWon,Name,Accountid FROM Opportunity WHERE Id IN :opplist && Iswon = True];
i am not able find what is the error im making here not able filter this value or is there any specific way that can i go through or any document any one suggest
SOQL "ands" are exactly that, "AND", not "&&" :)