Hi there, according this pic you get the total number of rows. so far so good. how can we get a partial row count based on criteria?
select count(*) from <table> where legalentity = 'A1'
select count(*) from <table> where legalentity = 'B1'
thanks for your help,