I'm using CR13 with an Oracle db as my data source. I've got a quota attainment report and the SQL is currently only returning quota attainment % if there are sales in the period. The client wants an attainment % each month and if there are no sales in the current month, the % attainment should equal the most recent attainment %. If I have sales in January and February but not in March, how do I write a formula so that March displays the attainment % from February?? For this example, there would be a % for period 1 and period 2, but no record for period 3. Basically I need to use the period value if it exists, and the most recent period value if the period value does not exist.