Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rounding Data in FDM from SQL Table

2810743Mar 4 2014 — edited Mar 5 2014

I am trying to round data in FDM Action > Export script as the data is coming from SQL Table without rounding.

I have update the Export script with below but it does not make any changes to the Dat file.

Has anyone used this in the Adaptor Export script?

'Amount

    strLine = strLine & Round(rsExport.Fields("Amount").Value)& strDelim

Thanks

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 2 2014
Added on Mar 4 2014
4 comments
148 views