I would like to get the result of my delivery report through month and year of delivery.
I have a dropdown for month and input year and once search button was clicked it should display the deliveries of the searched month and year on table i prepared.
On the dataset the delivery date is only one field.
I don’t know how to filter the dataset through delivery date field using only month and year and display on table only its 5 fields ( 5 columns on table) instead of all the fields in dataset. And on the 6th column I would like get the percentage of the sold goods.
I hope someone can help me, I’m new.