#missings values are not getting exported using DATAEXPORT
We are using PBCS Standalone application where i need to export the data to the target application, for one of the interesection of Account member which has #Missing values is not getting exported but i want to be exported as #Missing or '0's below are parameters i declared please let me know what are the settings need to updated because i need export the data everymonth in same structure eventhough we have no data in the system for that particular intersection.
SET DATAEXPORTOPTIONS
{
DataExportLevel "ALL";
DataExportColFormat ON;
DataExportDimHeader ON;
DataExportDecimal 5;
DataExportDynamicCalc ON;
DataExportNonExistingBlocks ON;
DataExportOverWriteFile ON;