by Douwe Roelofsen | Apr 1, 2019 | Keywords
The range of keyword returns the allowed concepts of a concept field or concept set field. Syntax range of concept_field range of concept_set_field Returns A concept set that contains all the allowed concepts of a data field.
by Douwe Roelofsen | Apr 1, 2019 | Keywords
The parent of keyword checks if a concept is the parent of another concept. Syntax concept_a parent of concept_b Returns A boolean value that indicates if concept_a is the parent of concept_b. Examples ‘Europe’ parent of ‘Europe’.’the...
by Douwe Roelofsen | Apr 1, 2019 | Keywords
The overlaps keyword checks if a concept set contains concepts of another concept set. Syntax concept_set_a overlaps concept_set_b Returns A boolean value that indicates if concepts from concept_set_a are found in concept_set_b. Examples { ‘Orange’,...
by Douwe Roelofsen | Apr 1, 2019 | Keywords
The descendant of keyword checks if a concept is a descendant of another concept. Syntax concept_a descendant of concept_b Returns A boolean value that indicates if concept_a is a descendant of concept_b. Examples ‘Europe’.’the...
by Douwe Roelofsen | Apr 1, 2019 | Keywords
The concept keyword points to the current concept in a concept set. Syntax concept Returns A concept. Examples ‘Colors’ where concept:’Type’ = "primary" /* returns all primary colors */ concept:’CountryCode’ of [Countries]...
by Douwe Roelofsen | Apr 1, 2019 | Keywords
The child of keyword checks if a concept is a child of another concept. Syntax concept_a child of concept_b Returns A boolean value that indicates if concept_a is a child of concept_b. Examples ‘Europe’.’the Netherlands’ child of...