OK, not sure exactly how you have this set up but here is a process.
Create 5 (or 6) distinct details sections
Create your formatting as needed per detail section.
Create your Paramter field with the 5 (or 6) different options.
Open the section expert.
Highlight Details A and click on the formula box next to the Suppress No drill down. Add your formula here as:
NOT ({?Parameter Value}="Basic")
//assuming details a is the "Basic" view.
Repeat for details section b but change the formula to
NOT ({?Parameter Value}="Advanced")
//assuming details b is the "advanced" view.
Repeat for all your detail sections.