I have one question on report. How do I get the position of an item. I wanted only East coordinate. I try "EAST" and it only give me a single letter "E" or "W" in the report but its works in design if I try with "q East" and it will give me the coordinate.
Thanks NEILD it works great,
I actually try this in Design with "q POS[1]" but it doesn't work, so I though it will not work in report as well
Just found out that in design you should use bracket like this "q (POS[1])"
Is this two worpos and pos returning the same result? or is there a difference?