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