XY Image from another table error

This was working and suddenly stopped. In one table I have this

bbrandt_0-1657736991856.png

and it references another table

bbrandt_1-1657737035543.png

Why is it complaining about not being able to find the field "Floor"?

Solved Solved
0 2 112
1 ACCEPTED SOLUTION

The forth argument contains a space, it should be contained within quotes like this:
"Floor Plan".

And it is a good practice to follow the reference document and surround the arguments with quotes. 

View solution in original post

2 REPLIES 2

The forth argument contains a space, it should be contained within quotes like this:
"Floor Plan".

And it is a good practice to follow the reference document and surround the arguments with quotes. 

Adding the quotes seems to addressed the issue, Thanks

Top Labels in this Space