Hi! I need to shedule my report to execute every day. I use Post-processing formula where date parameter = NOW(), but i recieve every day the same report.
Hi! I need to shedule my report to execute every day. I use Post-processing formula where date parameter = NOW(), but i recieve every day the same report.
So, it was simple cache. For sheduling check your master-report parameters in PRD. I switched all caches off and reupload report to BI server. Now it works fine!
Assume that we want to shaedule report with date range paramaters dateFrom,dateTo.
For shedulling check 2 steps:
in report designer (PRD)
1) dateTo paramter EditParameter-> Post-Processing Formula = NOW();
dateFrom parameter EditParameter->Post-Processing Formula= YESTERDAY();
2) Structure -> MasterReport -> Attributes: dat-acahe=false, report-cache=false,dynamic-report-cache=false
Have a nice sheduled report!
Copyright © 2005 - 2019 Hitachi Vantara Corporation. All Rights Reserved.