Top "Multivalue" questions

The term "multivalue" refers to a nested data structure where a data column in a database table can contain multiple levels of nested columns.

What is the use of "multiValued" field type in Solr?

I'm new to Apache Solr. Even after reading the documentation part, I'm finding it difficult to clearly understand the functionality …

indexing full-text-search solr multivalue
SSRS Multi Value Parameter. Check whether "Select All" is selected

I have a multi value parameter in my SSRS Report. I want to find out whether (Select All) is checked …

reporting-services parameters multivalue
Is there a way to query multiple hash keys in DynamoDB?

Is there a way to query multiple hash keys using a single query in Amazon's AWS SDK for Java? Here's …

java amazon-web-services amazon-dynamodb multivalue
Web Intelligence report error. #MULTIVALUE error

I've run into an issue with the WEBI report I am making. Here is the code in question: =If([Group …

sap business-objects multivalue
How to perform a search in a Multivalued Field in Solr?

I'm having dificulties to execute a search in Solr. My Solr has a Multivalued field like this document below: <…

search solr multivalue
Passing multivalue parameter to a subreport

I'm having a problem when working with multivalue parameters between reports. I have a main report in which I have …

sql reporting-services parameters subreport multivalue
How To Use Multi Value Title and Value From Settings Bundle

I have a multi value setting (location) defined in my settings bundle for an app. The Titles are defined as …

ios settings.bundle multivalue
Alternative to multi-valued fields in MS Access

Related question: Multivalued Fields a Good Idea? I know that multi-valued fields are similar to many-to-many relationship. What is the …

database ms-access ms-access-2010 relationships multivalue
Using SSRS Expressions to see which options a user has selected from a multivalued parameter?

I'm trying to set up a filter against a "Totals" column in an SSRS report using an expression for the …

if-statement reporting-services parameters multivalue
Is there a multivalued field type available in PostgreSQL?

I want to know if it is possible to store multiple values in a field in PostgreSQL. I have a …

arrays postgresql database-design types multivalue