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)
Solved! Go to Solution.
I would suggest investigating references, theyโll allow you to connect tables together and pull data easily from one to the next.
So the [Shipping To] would be a reference to the Shipping table, then you could dereference the Adress super easy:
[Shipping_To].[Shipping_Address]
I would suggest investigating references, theyโll allow you to connect tables together and pull data easily from one to the next.
So the [Shipping To] would be a reference to the Shipping table, then you could dereference the Adress super easy:
[Shipping_To].[Shipping_Address]
Thanks it works now
User | Count |
---|---|
19 | |
9 | |
8 | |
6 | |
5 |