Hello. I have a query where I am doing Totals to get the Max date. The table has dates of 1/1/2018, 4/1/2018, 7/1/2018, and 10/1/2018. Each date may or may not have a different price for any item. When I do MAX in the date Total row I get 1/1/2018 AND 10/1/2018. Not just 10/1/2018. Price is "Group by" in the Total row.
In the results any item will have a different Price for 1/1/2018 than 10/1/2018.
If I do a MIN I get 1/1/2018 AND 4/1/2018. I am lost.
I have another query altogether with a different table using MAX and Group by Price and it works fine.
Please HELP.
Thank you so much.
In the results any item will have a different Price for 1/1/2018 than 10/1/2018.
If I do a MIN I get 1/1/2018 AND 4/1/2018. I am lost.
I have another query altogether with a different table using MAX and Group by Price and it works fine.
Please HELP.
Thank you so much.