Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reprtos

Former Member
0 Likes
582

Hi Experts,

can you have two intialization events in one report?

5 REPLIES 5
Read only

Former Member
0 Likes
553

no

Read only

Former Member
0 Likes
553

Hi Shaik,

<b>Yes, </b>You can have more than one INITIALIZATION, TOP-OF-PAGE, END-OF-PAGE, START-OF-SELECTION and END-OF-SELECTION too in a report.

If you have more than one INITIALIZATION event in a report, it combines both the blocks as a single unit from top-to-down found in the report. It will trigger the second INITIALIZATION event once it is completed after first INITIALIZATION event. You can see this using debug on a report.

Thanks,

Vinay

Read only

Former Member
0 Likes
553

Yes, you can have two INITIALIZATIONs and it will be executed in the order it is written in ur code..

Read only

Former Member
0 Likes
553

hi,

yes you can write the two initialization statments.you will get the result of the recent executed initialization.

if you find this answer helpful,please reward me the points.

all the best

Read only

0 Likes
553

HI

Yes you can have two initialization but i think its waste because only statement will be executed out of two

Reward all helpfull answers

Regards

Pavan