GetSetAnalysis Method
Overloads
| GetSetAnalysis(String, String) | Returns a set analysis expression from active selections or from a saved bookmark. Fields on the fly and Calculated dimensions will not be included in the generated expressions, instead a message indicating 'missing fields' will provided within the expression. | | BookmarkId empty | BookmarkId set | |-----------------------|--------------------------------------|----------------------------------------------------| |StateName empty (or $) | Default selections state is returned.| Default state ($) in bookmark with id is returned. | |StateName set | State selections is returned. | State in bookmark with id is returned. | | 
GetSetAnalysis(String, String)
Returns a set analysis expression from active selections or from a saved bookmark. Fields on the fly and Calculated dimensions will not be included in the generated expressions, instead a message indicating 'missing fields' will provided within the expression.
| | BookmarkId empty | BookmarkId set |
|-----------------------|--------------------------------------|----------------------------------------------------|
|StateName empty (or $) | Default selections state is returned.| Default state ($) in bookmark with id is returned. |
|StateName set | State selections is returned. | State in bookmark with id is returned. |
Declaration
      public string GetSetAnalysis([QixName("qStateName")] string stateName = null, [QixName("qBookmarkId")] string bookmarkId = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | stateName | Optional. The name of the state to get set analysis expression for. If left empty, the default state will be retrieved. | 
| System.String | bookmarkId | Optional. The Id of the bookmark to get the set analysis expression for. If left empty, the current selection will be retrieved. | 
Returns
| Type | Description | 
|---|---|
| System.String |