Hi -
I am using a few multivalued fields in my database and am having some issues generating reports using them. I have seen tons of documentation on how to resolve a query using a multivalued field but not much on how to use them in reports. I have several reports I am trying to build that show columns for each of the mutli-valued options. For example:
US Asia EMEA
Project 1 X X
Project 2 X X
I was going to use iif statements for each of the columns. So if a multivalued field for region contained a value, show an "X". I tried different options and could not figure out how to determine if the Multivalued field included a specific value. i.e if region included US as one of the multiple values. This iif approach worked if there was only one value selected (US), but if there were multiple values, the "=" doesn't work. Does anyone know the correct way to determine if a multivalue field contains a specific value as one of the selections? Or is there a better way to build this report?
Thanks in advance,
B.