REPORT

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hi,

In the detail of my report, I only want the line to appear if ABC = 1. I
tried it in the code by using visible = true or false, but what I'm ending
up with is a bunch of blank lines and one that has data in it.

Thanks,
Joel
 
Limit the data source so the items that don't match your criteria are not
selected. In other words, only pull the records you want in your query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top