You would need to create a universe filter based on universe object for current date (if you already don't have one). @Select(Date\Transaction Date) > @Select(Date\Current Date) -1 Here the Date\Transaction Date is the date on which your filter is currently based on.. And Date\Current Date is another object which just shows the system date (like sysdate for oracle) Once you get this filter just apply that to your report and schedule it to run daily , this will bring data only for previous date..
↧