Sort Case List Based On Calculated Field

Kindly add the feature to sort case list based on a calculated field(as is with case Display Properties). For example, I would like to show all cases with yes on top of the list, based on a calculation below. This is not currently possible:

if(count(instance('casedb')/casedb/case[@case_type='household'][@status = 'open'][sampled_for_baseline='yes'][index/parent = current()/@case_id]) = count(instance('casedb')/casedb/case[@case_type='household'][@status = 'open'][baseline_survey_completed='yes'][index/parent = current()/@case_id]), 'yes','no')