Hi community,
Im running into a issue where I cant get my task to work how I like to. I written down the information below.
What do I want?
I want a popup task with lookups where I can select a year and a supplier. The supplier and year should correspond with eachother. For instance, supplier 2047 should show 2024 and 2025, while 1990 should only show 2024. Lastly 2000 should only show 2025.
| Supplier id | Year |
| 2047 | 2024 |
| 2047 | 2025 |
| 1990 | 2024 |
| 2000 | 2025 |
What have I tried?
Making direct lookups to bonus completion in order to get the supplier_id and calendar_year, this didnt work as expected
Create views with lookups for calendar year and supplier.
Use the views and bonus completion table lookups in order to get corresponding records. (tried a collection of variations of this solution)
Tried relationships between views and tables in combination with lookups.
How should it work?
I want to be able to select the year first, that filters out the suppliers that have records for the selected year.
- select year
- select supplier
- The suppliers should be filtered based on year selection.
Any help is greatly appreciated!
Versioninformation: 2024.2.13




