Hi,
I am calling one stored procedure inside the report. below is a snapshot of the report.
when I am executing this report then, the system is calling CallProdedur1 again and again. I want to call this function one time only. why its heppeining?
Hi,
I am calling one stored procedure inside the report. below is a snapshot of the report.
when I am executing this report then, the system is calling CallProdedur1 again and again. I want to call this function one time only. why its heppeining?
Thanks Nitin...i got the reference from your answer.
I set the MaxIteration as 1 in DataItem property and its working for me.
Hi,
There can be multiple reason, the first one is Integer table can be run Infinite loop if you will not put a specific row count condition or Sertableview with filter some values on Integer Data Item.
Also If you dont want to provide any settableview on Integer Data Item, please use OnPreDataItem trigger of Integer DataItem table to run witha specific no. of rows count.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156