I am trying to use the values I got from distinct select and use it as a query parameter. Here is the sample Datatable:
I need to separate the items per date of purchase but the date of purchase is unknown. I try to use filter with the date I retrieved from distinct but I am having trouble. Any help is appreciated.