[ROOT]  dt  DimEmployee  WHERE%20Status%20=%20'Current'  SELECT%20Name,%20BaseRate,%20Status,%20Department,%20Photo  ORDER%20BY%20BaseRate  TITLE Employees sorted by pay  

ERROR:

At hierarhical level dt/DimEmployee, key 'WHERE%20Status%20=%20'Current'' not found

In case you attempted to supply a QueryExpression, this error message may be of help:

Start of query expression 'WHERE%20STATUS%20=%20'CURRENT'' not recognized. Must start with one of

----, AGGREGATE, ALL, CACHE, COMMENT, DATASTORAGE, HINT, LIMIT, LOG, ORDER (as in (OrderBy), PIVOT, REL, SELECT, SELFCREATE, SHUFFLE, SKIP, STRICT, TAKE, THEN (as in (ThenBy), TITLE, WHERE


Use this link to see available keys at this level:

DimEmployee

Edit


Generated 2024-04-18 04:12:27.892 UTC