ConceptId

The ConceptId() function returns the internal id of a concept.

Read general information about Concepts and Ontology

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

ConceptId(concept)

ConceptId('tickets') =>Result: 382446

ConceptId(unknownconcept) =>Result: unknown

ConceptId( first(concept of [1482498: Colors] where concept:'SecondaryColor' = true) ) =>Result: 113787

Parameters

Name
Type
Required
Description

concept

concept

☑️

a single concept, either literal or as expression

Last updated

Was this helpful?