Last updated 5 months ago
Was this helpful?
The ConceptId() function returns the internal id of a concept.
ConceptId()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a number that is internally used by wem to identify concept.
concept
Returns Unknown if the parameter is unknown.
Unknown
ConceptId(
)
ConceptId('tickets') =>Result: 382446
ConceptId('tickets')
ConceptId(unknownconcept) =>Result: unknown
ConceptId(unknownconcept)
ConceptId( first(concept of [1482498: Colors] where concept:'SecondaryColor' = true) ) =>Result: 113787
first(concept of [1482498: Colors] where concept:'SecondaryColor' = true) )
a single concept, either literal or as expression