nilsbinnemans
Programmer
Hi,
I have a reportdesign like this:
Group 1 {Period}
Group 2 {Event}
Details {Exclude_from_Periods}
A period can be numbered from 1 up to .... Every period has multiple events. These events can be excluded for 1 or more periods. But all events will always show up for each period.
It could look like this:
Period 1
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
Period 2
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
Period 3
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
I want to suppress all the events wherefore the period number {Period} is equal to the {Exclude_from_period} number.
But when I put the {Exclude_from_Period} field in the {Event} group header it only gives the first number. How can I suppress it when {Period}is equal to any of the {Exclude_from_Period} values in the detail field?
thanks!
I have a reportdesign like this:
Group 1 {Period}
Group 2 {Event}
Details {Exclude_from_Periods}
A period can be numbered from 1 up to .... Every period has multiple events. These events can be excluded for 1 or more periods. But all events will always show up for each period.
It could look like this:
Period 1
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
Period 2
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
Period 3
Event 1
Excl period 2
Excl period 3
Event 2
Excl period 1
I want to suppress all the events wherefore the period number {Period} is equal to the {Exclude_from_period} number.
But when I put the {Exclude_from_Period} field in the {Event} group header it only gives the first number. How can I suppress it when {Period}is equal to any of the {Exclude_from_Period} values in the detail field?
thanks!