i have a combobox that is pulling datat from a dataverse table. I want to filter by 'Active' <> "No" & another combobox.
The other combobox filter is working.
The 'Active' field is defined in dataverse as a text / string value.
this code:
Filter(Client_Services_Escalation_Category_1S,ComboBox1_6.Selected.Client_Services_Escalation_LoB='Line of Business'.Client_Services_Escalation_LoB, Active<>"No")
Returns:
The requested operation is invalid. Server Response: Client_Services_Escalation_Category_1S failed: The right side of the "Equal" operator must be a constant value.
HELP!