JourneyCountsfacetsvalues
JourneyCountsfacetsvalues
Columns
| Name | Type | Description |
| JourneyCountsSearchId [KEY] | Long | Unique identifier for the search. |
| Value | String | Display name of the code. For example, if code is ONBOARD, then value is Onboarding. |
| Code | String | Identifiers for each filter type such as status, category, or required attributes. For example, code for Category is ONBOARD. |
| Count | Long | Number of records based on a specific filter type. For example, if code is ONBOARD, count can be 5. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| CategoryFilter | String | CategoryFilter |
| CodeFilter | String | CodeFilter |
| Facets | String | Facets |
| LevelFilter | String | LevelFilter |
| RequiredFilter | String | RequiredFilter |
| SearchContext | String | SearchContext |
| SearchId | Long | SearchId |
| SearchTerms | String | SearchTerms |
| StatusFilter | String | StatusFilter |
| SubCategoryFilter | String | SubCategoryFilter |
| Finder | String | finder |