Hi everyone, sorry for the Google translation. In the database I use, the query finds everything for example from the current year by date.
There is a unique piece of data in this list.
PRODUCT NUMBER [REF XXXX1234] FROM 01/01/2024 TO 31/12/2024
How do I connect a second query that finds everything that has the unique number extracted in the first query?
[REF XXXX1234] PRODUCT NAME A
[REF XXXX1234] PRODUCT NAME B
[REF XXXX1234] PRODUCT NAME C
[REF XXXX1234] PRODUCT NAME D
[REF XXXX1234] PRODUCT NAME E
[REF XXXX1234] PRODUCT NAME F
The system ownes says it is not possible to extract the second list.
What do you think?
Thank you