Equals Operator
The Equals is a filtering operator that includes only a single attribute value of interest. It can also be used to define the filter condition where two attributes have the same value.
Syntax
SELECT … WHERE … = …
SELECT metric WHERE attribute = attribute_value
Examples
SELECT Salary WHERE Year = 2007
SELECT Revenues WHERE Month = THIS
SELECT Expenses WHERE Quarter = PREVIOUS
SELECT Expenses WHERE Quarter = THIS - 2
SELECT Amount WHERE Date_Ordered = Date_Shipped
Was this information helpful?
Thank you for your feedback!
Thank you for your feedback!
If you can't find what you need, don't hesitate to send us a comment.
Any questions?
Check out the GoodData community.