Seeking for suggestion on purchase price history report layout in grid view.
I have 2 type of view for this report which is list and grid view. Currently i will let user to select the view and filters belong to the view. The only different for the filter for view is the 'date filtering'. List view filtered based on date range while grid view filtered based on month/year. In list view, result will be displayed in more details, while grid view will only show the price changes based on date. I will display 1st to 31th based on month selected by the user on column grid view and display relevant item purchased price changes on the column.
Is my logic correct or any better suggestion on doing this? Thanks.