Joined: 08 Jan 2014
Online Status: Offline
Posts: 29
Topic: Suppress section formula Posted: 17 Aug 2016 at 9:08am
Hello, I'm trying to suppress the page footer of a report if {table.species} in the details section does not equal "SHEEP". The problem I am having is that I only want it suppressed if NONE of the records equals "SHEEP." Here is my current formula (Basic Syntax):
If {InvD.Species}="SHEEP" Then
formula = false
Else
formula = true
End If
If ANY of the records contains something other than "SHEEP", the section is suppressed. I only want it suppressed if "SHEEP" is nowhere to be found. There must be a simple operator or something that I'm not finding. Thanks for the help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum