MaumeeScott
Technical User
I am attempting to only show data in my content section based on a formula. I need to pull all of the data into the report for other formulas, but as far as displaying the records in the content section go, only some will be displayed. If I override the Methods on Text Controls I end up with holes in the report where the surpressed records would be. Is there a way to ovreride the methods on the content frame itself?
The forumla I want to use would look like the following:
if IsNull(row.getvalue("table.field")) then show the record else surpress.
Thanks,
Scott
The forumla I want to use would look like the following:
if IsNull(row.getvalue("table.field")) then show the record else surpress.
Thanks,
Scott