List view checkbox filter from a lookup table

0
Hi, in the list view, i have say 'Account' which linked to a 'AccountType' which is a lookup table, i want to have a set of checkbox fitlers based on the account type table values, how can i do it?   Thanks Shannon
asked
2 answers
0

Hi Shannon,

Do you have a list of accounts in a data grid or template grid? Would a search filter on the grid work? If so, you can create a drop-down filter on that grid. In the filter's properties, you can set it to multi-select, which will give your user a list of checkboxes when you open the dropdown.

Let us know if that meets your needs.

answered
0

Thanks.

answered