Question:
Hi
i have 20 kf's in my cube . ( say a1 , a2 , b1 , b2 ..)
i have to populate these from 10 fields in ods (say a, b ..)
i.e the logic is
if cond1 is true
a1=a.
elseif cond2 is true
a2=a.
endif.
i need to implement such a logic for all 20 kf's , its the first
time i am doing this , how can i implement such a logic in the
start routine of ods . please guide.
thanks
Answer:
Hi Anya,
As the data is being loaded from the ods to the cube , so you may have to write the start routine on the cube, just write the conditions here.