Hi
I am trying to get the address of the shipping place from the table shipping while i am exporting order report but I am not able to, do i have error in my syntax? need help
SHIP TO:
<<[ShippingTo]>> (returns value because it is getting value from the order table)
<<Start: LOOKUP( [_Thisrow].[ShippingTo] , ”Shipping”, “ShippingTo” , “Address” )>><> (returns nothing)