Home » Developer & Programmer » Reports & Discoverer » Exclude 1 Group in Report (Report Builder 6)
Exclude 1 Group in Report [message #484212] Mon, 29 November 2010 01:57 Go to next message
fraction
Messages: 29
Registered: November 2010
Location: Pakistan
Junior Member
I want to show all the data except 1 organization, Report is grouped on organization. please tell me how to do that.


Thanks.
Re: Exclude 1 Group in Report [message #484231 is a reply to message #484212] Mon, 29 November 2010 02:13 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Don't select that group's records.
select ...
from ...
where group <> '1 organization'
  and ...


Or, create a format trigger on group's repeating frame:
return (:group <> '1 organization');
Re: Exclude 1 Group in Report [message #484238 is a reply to message #484231] Mon, 29 November 2010 02:47 Go to previous message
fraction
Messages: 29
Registered: November 2010
Location: Pakistan
Junior Member
thanks. I created a format trigger.
Previous Topic: REP-0002 "Unable to retrieve a string from the report builder"
Next Topic: Calling Report from Form asking enter Password
Goto Forum:
  


Current Time: Tue Apr 23 21:28:29 CDT 2024