I’m creating a metric with a condition that is looking for a value in the attribute value list, but that value doesn't exist in the Attribute values appearance. Here is my case:
SELECT COUNT(Fctpropertyunitsummarykey) WHERE Propertystate = Active
AND Stage Name IN (Construction,Inspection,Leased,Trustee Occ/Eviction, 'Vacant')
‘Vacant’ value doesn’t appear at this time.
What is the problem? Thanks