I have a conditional formula set against
Section Expert / Details / Suppress(No Drill down)
{
{@Array Name + Lun} = PREVIOUS({@Array Name + Lun}) OR {@Array Name + Lun} = NEXT({@Array Name + Lun})
}
This suppresses the rows from the report as expected, but not the data if i try any calculations.
I do not want the data suppressed to be included behind the scenes, when i sum or do any calculations.
How can i acheive this ?