Skip to content

Instantly share code, notes, and snippets.

@BDollar
Created April 9, 2013 16:31
Show Gist options
  • Save BDollar/5347189 to your computer and use it in GitHub Desktop.
Save BDollar/5347189 to your computer and use it in GitHub Desktop.
Crystal Reports - Select Expert Record - Double checkbox filter: This is an example of using two different checkboxes as flags to include.
(
({BAQReportParameter.Check02}=TRUE)
OR
({BAQReportResult.ProdGrup.Description}<>"Raw Materials")
) and
(
({BAQReportParameter.Check01}=TRUE)
OR
(
{BAQReportResult.Part.PartNum}<>""
AND
NOT(ISNULL({BAQReportResult.Part.PartNum}))
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment