Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

construct a complex "or" statement using values from another table

  I have a calculated column like this: Unobtainable = VAR isUnobtainable = myTable[attribute1] = "FAULTY" || myTable[attribute2] = "FAULTY" || myTable[attribute3] = "FAULTY" RETURN isUnobta...