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

Re: SPRUNCONVERSION multiple categories

$
0
0

Hi Arnold,

 

We have

// Default base level logic - applies to all base members in all dimensions

//Move Net Income to Balance Sheet
//ROLLTOBS( CYNI, CALCNI, FINSTMT, PL, DEC )


// Perform Currency translation
*INCLUDE FXTrans

 

And in FXTrans we have


//=============================================
// Currency translation logic
//=============================================

*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[USD1],[TBR1],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[EUR1],[TBR1],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[USD2],[TBR2],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[EUR2],[TBR2],[%SCOPETABLE%],[%LOGTABLE%])

 

Yes, this is therefore the default logic that runs when users send data from an input schedule.

 

Thanks.

 

Chris

 


Viewing all articles
Browse latest Browse all 8807