Sessions can be queried either through the Config Browser or the Data Browser withing viewer. There are three main ways of searching for sessions withing VWR.

note: Searching for sessions will query all Session Metadata and Tags for all configDocs within a database

keywords: and, or, select, where, from, to

1. Search for specific sessions with wildcards

Sine*

2 Search for specific sessions with and/or clauses

Sine* and Run*
Sine* or Run2

3. Search for specific sessions with specific value range of one or  given parameters

Sine* where Sine > 0.5
Sine* or Run2 where Sine > 0.5 or Speed > 100

4. Search for specific session with specific parameter value ranges, and session output limited to the value range of a given parameter

Sine* where Sine > 0.5 select Cos from 0.2 to 0.8
Sine* or Run* where Sine > 0.5 select Cos from 0.2 to 0.8