Display a memo value once only in a band
Hi,
how do I go about displaying a value only once within a band? I want the value to be in alignment with other (repeated) memo values, but this particular value must be displayed only once at the first line occurrence. EG
DATA1 DATA2 DATA3
DATA1 DATA2
DATA1 DATA2
DATA1 DATA2
...
...
DATA9 DATA9
As you can see above, Memo DATA3 is in alignment with DATA1 and DATA2 memos, however it is not repeated. It displays only once. How to go about doing this?
how do I go about displaying a value only once within a band? I want the value to be in alignment with other (repeated) memo values, but this particular value must be displayed only once at the first line occurrence. EG
DATA1 DATA2 DATA3
DATA1 DATA2
DATA1 DATA2
DATA1 DATA2
...
...
DATA9 DATA9
As you can see above, Memo DATA3 is in alignment with DATA1 and DATA2 memos, however it is not repeated. It displays only once. How to go about doing this?
Comments
memo3.visible =(< line#> = 1);