Skip to Content
0
Former Member
Feb 11, 2011 at 05:34 PM

Supress all data in the row for report and for calculations

31 Views

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 ?