What is wrong with this? ANY(SELECT (Bygning...

What is wrong with this?

ANY(SELECT (Bygninger[Bygning navn], [BygningID]=[_THISROW]. [[BygningID]))

I want to select “Bygning navn” from a table Bygninger where BygningID in this row =

BygningID in table Bygninger.

Pleqase Advice.

0 1 302
1 REPLY 1

Please just forget, I found the solution. Should be: SELECT (Bygninger[Bygning navn], [BygningID]=[_THISROW].[BygningID]) Translate

Top Labels in this Space