I am running several different parts of my profiles in unattended mode via commandline options like
/RUNX="Profile_name" /M
and
/RUNX="Profile_name subname" /M
The first command runs some profiles including all second profiles, the second runs some other profiles (a subset of the first).
Now I would like to get a summary / the SFFS main page with the results after the job with all according profiles is finished.
I know I can use the "run after" in each profile, but I would like to get the results only after ALL profiles are finished.
Since the last profile varies, I cannot use "run after" after a certain last profile.
Any ideas?