I am using a SoHoMultiSelect component to filter customer order records. I want to use a Optional Filter on the Primary IDO Collection to apply the filter so that it will keep anything that was filtered in the Primary Filter (For example, if a user filters for a certain customer number, I still want it to filter for that, but then also filter based on the options selected in the component).
If I only have one filter option, this works but I cannot figure out how to get the optional filter to work if multiple selections are made. I basically need to dynamically update the Optional Filter based on the selections made.
Has anyone done anything like this? Does anyone know how to reference an optional filter in vb?