I am trying to create a collection that includes a list of items from a single column in a filtered Dataverse list and a single line of text, "Base Bid". The goal is to have a list of the Change Order Numbers for a given Job and "Base Bid".
I have two Comboboxes. The first selects the Job No. In that Combobox's OnSelect Property I have the following code:
ClearCollect(colOriginated,"Base Bid", SortByColumns(ShowColumns(Filter('Change Orders','Job No' = ThisItem.'Job No'),"crd93_cono"),"crd93_cono",Descending))
Then in the Originated combobox Items property I simply have colOriginated. The Items only show "Base Bid" and do not show any of the Change Orders.
I know I've seen a solution for this in the past, but I cannot find it anywhere. Please help and let me know if you have any questions to help solve this problem.
Thank you.

Report
All responses (
Answers (