SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 69241: You are unable to extract the correct date range of data from a SAS® Anti-Money Laundering Cash Flow Fact table

DetailsHotfixAboutRate It

The date range of data extracted from the Cash Flow Fact (FSC_CASH_FLOW_FACT) does not correspond to the specified start and end dates.  

This issue occurs because the following filter condition that is used in the underlying SQL query code is incorrect:

 ("&start_date"d - datepart(cff.transaction_dttm) < "&end_date"d)

The correct condition is as follows:

 ("&start_date"d <= datepart(cff.transaction_dttm) < "&end_date"d)

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingLinux for x648.3Viya
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.