XData/NexusDB TGuid Filter

Hi,

The following fails unless braces are added round the GUID.

http://localhost:2001/tms/xdata/Houses?$select=GUID,HouseRef&$filter=GUID eq 'EE1C6023-F142-4CFC-8157-BEFA3D75BAA7'

Advice please?

Thanks,

Ken

Try this:

http://localhost:2001/tms/xdata/Houses?$select=GUID,HouseRef&$filter=GUID eq EE1C6023-F142-4CFC-8157-BEFA3D75BAA7

Thanks, I'll have to work out why a lookup is adding the quotes.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.