chuchuchui
Technical User
Crystal XI, IBM UniVerse
I was curious if it is at all possible to use a Parameter Field to select multiple values from different fields.
I have a number of fields that at some time or another need reports generated from them either being null or not null.
I would like to be a selection box so you can "mix and match" the fields that you want to be NULL and fields you don't want to be NULL.
example:
The selections box:
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.PIPPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.PIPPREM})
user selections:
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
output would be all the policies that met the user selections. Is this at all possible?
The only thing I tried was just a parameter field and "manually" inserting it into the formula editor of the select expert which did not work and I'm not sure how to go about it. Thanks!
I was curious if it is at all possible to use a Parameter Field to select multiple values from different fields.
I have a number of fields that at some time or another need reports generated from them either being null or not null.
I would like to be a selection box so you can "mix and match" the fields that you want to be NULL and fields you don't want to be NULL.
example:
The selections box:
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.PIPPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.PIPPREM})
user selections:
NOT ISNULL({PA_COVERAGES_VEHICLES_ID.UNINSBIPREM})
ISNULL({PA_COVERAGES_VEHICLES_ID.UNDINSPDPREM})
output would be all the policies that met the user selections. Is this at all possible?
The only thing I tried was just a parameter field and "manually" inserting it into the formula editor of the select expert which did not work and I'm not sure how to go about it. Thanks!