B
Brian Cheresnowsky
I need to create a query that will return the top 10
percent rounded down. For example, I have 24 items, and
want to return the top 10 percent that are the highest
priced. 10 percent of 24 is 2.4, and when I run this in
the query, I get 3 items returned, but I only want to
show the 2 items since the decimal value did not
exceed .5.
Can anyone please advise?
Thanks!
percent rounded down. For example, I have 24 items, and
want to return the top 10 percent that are the highest
priced. 10 percent of 24 is 2.4, and when I run this in
the query, I get 3 items returned, but I only want to
show the 2 items since the decimal value did not
exceed .5.
Can anyone please advise?
Thanks!