Hi all,
I would like to add an 'other' option to my ComboBox results. It doesnt even have to turn in to a box where people manually provide input. I just want one 'hard coded' Other option. The current Items property is as follows:
Sort(Distinct(
Filter(
edf_costcontrol_list_local_budget_owners,
CRG = ddCRG.Selected.Value,
CostObject_CMT = ddCMT.Selected.Value
),
CostObjectLevel_3
), Value)
I tried the following:


Report
All responses (
Answers (