I'm working on a report that has columns A, B, C and D. I want to look at the first record in the file used by the report and retrieve several date fields, and then use these dates to determined which of the columns to display. The logic will look something like this:
if condition1 is true then
display column A
display column B
end if
if condition2 is true then
display column C
display column D
end if
If a column is not displayed, then it's heading should not be displayed either.
In what event can I place the logic with the conditions?
How do I cause a column to not display? I'm guessing it has something to do with "visable", but I don't know the exact syntax.
Thanks
if condition1 is true then
display column A
display column B
end if
if condition2 is true then
display column C
display column D
end if
If a column is not displayed, then it's heading should not be displayed either.
In what event can I place the logic with the conditions?
How do I cause a column to not display? I'm guessing it has something to do with "visable", but I don't know the exact syntax.
Thanks