Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
I want to find number of records (matchid) where toss_winner team is game winner ONLY IN FINALS .
But i think i am getting wrong data . Is this due to wrong data model or wrong expression .
Thanks & Regards
Shekar
May be this
=Sum(Aggr(if(
(FirstSortedValue({<season={$(#=Min(season))}>} winner, -date) = Only({<player={'$(ePlayer_of_final)'},match_id={'$(e_Match_Id_Final)'}>}TEAM) ),
Count(match_id)
), winner, toss_winner, match_id))
May be this
=Sum(Aggr(if(
(FirstSortedValue({<season={$(#=Min(season))}>} winner, -date) = Only({<player={'$(ePlayer_of_final)'},match_id={'$(e_Match_Id_Final)'}>}TEAM) ),
Count(match_id)
), winner, toss_winner, match_id))
Thank you sunny bhai ..
ALSO ...I want to find number of records (matchid) where toss_winner team is game winner ONLY IN FINALS .
How to you identify finals here? I have not looked at all the fields, but what is the identifying field here?
basically those recs where (tos_winner=winner)
Ok ..
Max(date) is actually finals within each season . Season is nothing but year .
Ex - In season 2008 .. 5/9/2008 is final , since its highest among all dates of season 2008 . Unfortunately i have not created any flag .
Checking now... unless this is resolved?
Ok .
Actually requirement is to find
a) winning percentage of teams who won toss vs those who have not won toss IN FINAL
b) a) winning percentage of teams who won toss vs those who have not won toss IN League Matches ...
Checking.... does this data include today's match between KKR and DD?
No Bhai ... its old . But i found interesting .
Please let me know if you know any site from where from where we can download ball by ball data of match ..