Used to force string inputs to be non-empty. An element representing a Semantic Entity and all its Semantic Attributes An element representing one Semantic Attribute of a Semantic Entity. Valid datatypes are listed in mdex.xsd. "isDimension" should be set on attributes that are useful to do a GROUP BY on (e.g. "Size", "Region", "Category"). The definition should be an LQL Expression (e.g. "SUM(x) / AVG(y)", without the "AS metricName" part and without the "GROUP BY") A request to list all currently saved Semantic Entities Returns a list of all saved Semantic Entities. Takes a single semanticEntity and validates its
  • LQL definition
  • predefined metrics
Throws a Fault if any of the above are not valid.
Takes a list of semanticEntitys and validates its
  • LQL definition
  • predefined metrics
Throws a Fault if any of the above are not valid.
Takes a list of semanticEntityKey elements and deletes the Semantic Entities that match those keys. For any key that does not exist, this operation silently ignores that key.
Semantic Config Service: manages Entities and Attributes in the Semantic Layer