Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2756

Re: HCI-4DS: IBP S&OP to APO flow and Period error.

$
0
0

Thanks Alecsandra, it works!

 

  • I deleted PERIODID column from Output
  • Enhanced only YEAR mapping with || substr(xxx.PERIODID,0,0) (now it looks as follows: substr(xxx.TSTFR,0,4) || substr(xxx.PERIODID,0,0) )
  • Changed filter to ignore null and zeros values (xxx.YOUR_KF IS NOT NULL AND cast(xxx.YOUR_KF,'int') > 0 )

Viewing all articles
Browse latest Browse all 2756

Trending Articles