How to deselect the columns that are assigned to Col List Box using Remove Selection Command
I have assigned a column to X Col Box(Col List Box) and on clicking the Remove Button I need to deselect the column that I assigned to it.
On X = Function({},
X Col Box << Append(Cols List << Get Selected)
);
On Remove = Function({},
X Col Box << Remove selected;
);