Hi,
I need to find "the best seller product".
I've heard about this way to do it: sorting in descending order and pick the first.
But is it the only way to do it? feels like I'm missing the correct way to do it.
THX a lot.
Hi,
I need to find "the best seller product".
I've heard about this way to do it: sorting in descending order and pick the first.
But is it the only way to do it? feels like I'm missing the correct way to do it.
THX a lot.
Read about DMax() function.