Hi,
Connection to a sharepoint list I have built a form that populates based on a combobox filter.
the filter combobox as Item='Repository List' and is showing two searchable fields/columns in the sharepoint list ("Assignee" and "Subject Name"). I would like to filter when a third column "Status" has only certain values: "in Process","assigned not started", "Monitoring". So the combo list still shows all list lines with Assignee and Subject Name but only when the status as as described.
I have tried the function filter, choices etc... but nothing works. Any thoughts what else could I do to achieve this?