Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a scenario as below -
I want to add a new column named Closest1_Qty which tells me about the Quantity for the Closest1 City as follows -
please help me in creating that new column.
Hi
Try in script,
ClosestCity:MappingLOAD * INLINE [Closest1, QtyB, 10.5A, 20.3];
LOAD *, ApplyMap('ClosestCity', City) as ClosestQty INLINE [City, Closest1, QtyA, B, 10.5B, A, 20.3];