Hi All,
I have 2 combobox , based on one combobox another one will filter and value will display accordingly.
Now i want to see extra NA value in the second combobox alng with actual list of values.
Source is sharepoint.
Combobox Items details are,
Combobox1 Distinct(AccountNameLookup,'Account Name')
Combobox2 Distinct(Filter(Lookuptable,'Account Name'=Combobox1.Selected.Result ),ID2)
so here how can i add NA value in Combobox 2 for each selection.
Thanks in advance.