cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC Transformation File If Syntax

Former Member
0 Likes
2,823

Hi Experts

I am trying to load exchange rate from BW data source. In the BW data source there are two fields source & target currency. I need to load only exchange rate meeting certain condition .

For example following table show the structure in BW DSO

Source TragetExchange Rate
YYYXXX1.5023
ZZZYYY

.234

AAAXXX1.234
BBBAAA3.4567

I want load only exchange rate XXX - Target against Source and skip all the others. In the above table load row 1 and 3 and skip the other two.

What should be syntax I should use in transformation file.

INPUTCURRENCY =*IF(TARGET=*STR(XXX),THEN (SOURCE);*STR(SKIP)) is this correct or please advise .

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes