Hi,
I am facing an issue with script logic and custom stored procedure..
> I have script logic which calls stored procedure
> In stored proc, am having insert statement which does insert records in Fact WB table.
So, whenever I view records from Excel report, it is showing up.
But the issue comes whenever I do Optmization of Application . Data is moving from Fact WB table to Fact table. And, I can see the records in main Fact table from database. Now, whenever I try to see from Excel report, am not seeing data.
It is so torturing that I am seeing data in Main Fact table but it is not visible in Excel Report.
Please someone tell me if I need to do anything so that I can insert records in Fact Writeback table and then do something which moves data to Main Fact table. And then, I should be able to see records in Excel report.
Thanks