Hello everybody:
Is it possible to somehow build a loop into a banded report to step through a multivalue field and only pick up certain conditions, such as:
for var1=1 to {num.accessions}
if xlate("accessions", {accessions},"RECD.AS", "x")=SD" then {accessions} else ""next var1
TIA,
Mike O.
Never did use that report writer. If the @User and @Pseudo variables are available to it, then a report wrapper process could populate them, so a symbolic could use them, and then unload them after the report is done.
If you only want a display, there is no reason you couldn't create a symbolic that does just that and displays the field.
If you need it sorted or banded, the same field should work or you can use BRW calculated fields.
World Leaders in all things RevSoft
Its not that bad Curt ;)
(Heaps better than the OI Version)
Saves on a lot of Hard coding! Especially when your end users want to add a field you forgot.