Hi, can someone help me in this perhaps trivial problem with integrals?
I want to use DSolve command to a simple differential equation:
EDMQ = Q'[a] == -\[CapitalPi]M \[Gamma][a] + (\[Rho] + \[Delta]) Q[a]
DSolve[{EDMQ, Q[\[Omega]] == 0}, {Q[a]}, {a}]
The Solver gives me the solution splitted into two integrals: 
I would like to have it in a simpler form, as

Thank you in advance Alessandra