I have the error messages below associated with a Combobox and the following formula is being used the CB's "Items" property (CmbItmA.Items😞
Sort(
Filter(
CollPtAPrd,
Value(GrpTot)=Max(CollPtAPrd,GrpTot),
!IsBlank(First(Split(cr4a4_product, ", ")).Result)
)
,cr4a4_product
)
What is odd is there are no redline errors shown in the formula so I don't know what the errors are referring to (first time I have run into this). I also set the IsSearchable property from true to false and removed all entries in the SearchItems property just to see if that would help, and it did not.


Note that everything was working fine in this app until I moved the data source to CDS. Though I realize this could be a CDS-specific issue, I am posting here as well as it is an error within PA.