How do I construct queries with multiple parameters for the Sales Dashboard fragments in Oracle Sales in the Redwood User Experience?

You can add an unlimited number of query parameters in the Sales Dashboard fragments. The parameters use the AND operator only.

Use the following example as a guide:

<oj-vb-fragment-param name="query" value='[[ [
      {"type": "savedSearch", "params": [{"key": "queryUuid", "value": "saved-search-query-UUID"}]},
      {"type": "qbe", "params": [ {"key": "SalesStage", "operator": "in", "value": ["Sales-Stage-ID"] },
                                  {"key": "RecordSet", "operator": "in", "value": ["ORA_MYSUBORDSSALESTEAMOPTIES"] },
                                  {"key": "StatusCode", "operator": "in", "value": ["OPEN"] }
                                                     ]
                                                                                               }
] ]]'></oj-vb-fragment-param>

For information on how to obtain the saved search Universally Unique Identifier (UUID) and the Sales Stage ID, see the topic How can I find the UUIDs for a saved search and the IDs for its filters in Oracle Sales in the Redwood User Experience?