Rank: Member
Groups: Registered
Joined: 1/30/2020(UTC) Posts: 15
|
Hello
How to launch a request before the execution of another? I want to launch a query, so that my second query will find the results of the first in one? How to do? Another possibility: can we execute a request first, which would fill a table for me?
Thanks for your help
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
There are several ways to do that but you have to understand the execution steps/the object models as it requires C# code... Execution steps are described at https://sealreport.org/Reports#lineExecutionSo using the report models 'Pre Load Script', 'Post Load Script' or 'Final Script' you can use the result of one model to fill up another model. Just make sure to set the 'Execution Set' property to sequence the model generations. Report tasks can also be used to copy data between models if the are executed at the step 'Models generated, before rendering'. Good luck.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.