I have the same data on Account, Item, Project, Location, Date, and Version only differs in the Amount
| Account | Item | Project | Location | Date | Version | Amount | 
|---|---|---|---|---|---|---|
| Acc1 | 1001 | B1 | CA | 11/27/2022 | Actual | 100 | 
| Acc1 | 1001 | B1 | CA | 11/27/2022 | Actual | 230 | 
| Acc6 | 3001 | A1 | BA | 11/28/2022 | Actual | 70 | 
| Acc6 | 3010 | A2 | AA | 11/29/2022 | Actual | 400 | 
| Acc7 | 7001 | B2 | CD | 11/30/2022 | Actual | 620 | 
I just want the data to be fetched from the same date as the Amount 230
How to filter it by query?
Please help thank you

 
     
     
     
    