Hi,
I have mapped the attribute of a Infoobject to a property of the dimension.
Now during the load i have to bring only the last 3 digits of the value that comes from source
so how to handle this?
the total length of the source object is 10.
example :
source = 0123456789 , i have to pick last 3 digits 789 and push it to bpc property.
any ideas / Inputs ?