Variable choice values options are visible separately in another vaible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 02:11 AM
Hello everyone,
I have two variable, App type (Check box), app name (reference)
App type having the choices Regular , contract
App name having option coming from reference table those are -Req-emp, Reg-cntrl, Reg-impact, Reg-az600,Contract-emp,Contract-cntrl, Contract-impact, contract-az600
If i select Regular value in App type in app Name only visible --Req-emp, Reg-cntrl, Reg-impact, Reg-az600 these option
If i select Contract value in App type in app Name only visible --Contract-emp,Contract-cntrl, Contract-impact, contract-az600 these option.
Please provide solution to this one
Regards,
manohararuna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 03:21 AM
if i select retail then retail related option visible in Application name and suppose if i select multiple option move to right in Application name variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 05:29 AM
Hello @Manohararuna,
Please specify the reference table for the variable "app name (reference)" also it would be helpful if you can provide the screenshot of table referenced with the column name that contains these values(Req-emp, Reg-cntrl, Reg-impact, Reg-az600,Contract-emp,Contract-cntrl, Contract-impact, contract-az600) amd column name that contains the application name.
Thanks and Regards,
Muskan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 05:39 AM
Hi @Manohararuna,
You can try via choices
First create choices in sys_choice table
Provide them dependent value over their like eg:- app_type,app_name
then select variable as lookup select box
in
Chandan