Skip to Content
0
Former Member
Jun 15, 2011 at 09:56 AM

Populate last 3 digits in a dimension property

29 Views

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 ?