Hi, is it possible to set the summery option on interactive Reports by an api function. regards dirk |
Hi Dirk, I didn't have the time to test this myself but there is an API that can help you do what you have in mind called api_component.setGridState. I currently don't remember the syntax to define the state of the grid but you can find it by yourself using the following steps. In your application, bring the grid to the state you want. Next, call the api_component.getGridState API and capture the grid's state (via a test button or something). Finally, modify your applicaiton so that before you show your grid to apply this captured state using the API api_component.setGridState. I hope this helps. Kind Regards, Yalim |