Linked filters on models

Hi everyone,
I can't manage to get linked filters to work with the newly added "Dropdown list/From another model or question" setting.

My setup :
Company Model

  • Id : Entity Key
  • Slug : Entity Name

Product Model

  • Id : Entity Key
  • Slug : Entity Name
  • Company : Foreign Key

Filters setup :
Filter 1:

  • Dropdown
  • List from "Company Model"
  • Column "Slug"

Filter 2:

  • Dropdown
  • List from "Product Model"
  • Column "Slug"
  • Linked Filter "Company"

Can you spot any misconfig?

Thanks

are those models sql questions or gui questions?

troubleshooting info?

Hi Luigi,
Those are both SQL models.
There is no apparent error. The /values call from the front end is done with the appropriate filter value parameters but receives a non filtered list.