Newbie question. Crystal XI, Oracle data.
These threads are close but more complicated than my problem (I think) thread149-1027872 and thread149-1165168.
I'd like to have a parameter based on fields in this view called SYS_NAME_V:
SELECT SYS_ACRONYM || ': ' || SYS_NAME AS ComboName, SYS_ID FROM SYSTEM_INVENTORY ORDER BY SYS_ACRONYM, SYS_NAME
I would show them the list of ComboName and then have my selection formula use the corresponding SYS_ID to pull a record from SYSTEM_INVENTORY for the report.
My report has SYSTEM_INVENTORY and SYS_NAME_V linked so I have ComboName available for the parameter.
I've got it working with a two-field(?) dynamic parameter that makes a two step process for the user. They select the ComboName and then the SYS_ID dropdown is narrowed down to one choice, the correct ID, and they click that.
The report selection formula is {SYSTEM_INVENTORY.SYS_ID} = {?MySystem - SYS_ID}
But is there a way, in the parameter or in the selection formula, to make it just one click for the user?
Thanks!
Denise
These threads are close but more complicated than my problem (I think) thread149-1027872 and thread149-1165168.
I'd like to have a parameter based on fields in this view called SYS_NAME_V:
SELECT SYS_ACRONYM || ': ' || SYS_NAME AS ComboName, SYS_ID FROM SYSTEM_INVENTORY ORDER BY SYS_ACRONYM, SYS_NAME
I would show them the list of ComboName and then have my selection formula use the corresponding SYS_ID to pull a record from SYSTEM_INVENTORY for the report.
My report has SYSTEM_INVENTORY and SYS_NAME_V linked so I have ComboName available for the parameter.
I've got it working with a two-field(?) dynamic parameter that makes a two step process for the user. They select the ComboName and then the SYS_ID dropdown is narrowed down to one choice, the correct ID, and they click that.
The report selection formula is {SYSTEM_INVENTORY.SYS_ID} = {?MySystem - SYS_ID}
But is there a way, in the parameter or in the selection formula, to make it just one click for the user?
Thanks!
Denise