I have a Dynamic parameter that allows users to select multiple options in my paramter.
What I need to accomplish, is to list all records in my options field and be able to count how many matches for each order based the the options that were selected in the parameter.
For example, order #123 has option a,b,c,d,e,f,g. order# 124 has option a,c,g and order# 125 has option h
(Parameter options selected - a,b,d,g)
My resuls would be:
Order #123 - list all options 4 matches so will list first
Order #124 - list all options 2 matches will list second
Order #125 - Will not display
What I need to accomplish, is to list all records in my options field and be able to count how many matches for each order based the the options that were selected in the parameter.
For example, order #123 has option a,b,c,d,e,f,g. order# 124 has option a,c,g and order# 125 has option h
(Parameter options selected - a,b,d,g)
My resuls would be:
Order #123 - list all options 4 matches so will list first
Order #124 - list all options 2 matches will list second
Order #125 - Will not display