Filtering with choice component

Hi.

I have a table of products where I manage prices based on several criteria (for example: currencies and if the product is leased on purchased):

Is there a way to only present selection of the a certain criteria if it is available for this product?
For example, the product in the screenshot above has only allow “Lease” and “PAYG” options, so I do not want to present the “Purchase” option for it as it is not relevant.

I hope my question is clear.

Thank you!

Do you have something in the product table to determine which choices are available for each product?

1 Like

Not sure what you mean…
What I have are lines with products number, name, sale type, currency and price.

Anyway, I was able to find a solution - I have filtered the second choice component (sale type) based on the selection made on the first choice component (SKU).

Thank you for your help :slight_smile:

1 Like