How to make another variable dependent on first variable record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 11:19 AM
Hi Team,
I am two variables, Products and Capabilities
Here My requirement is only those capabilities should be visible who has parent=product that you have chosen in above variable.
Here is the example I have chosen product as "3AS_3DS Server"
then only those capabilities should be visible which has parent="3AS_3DS Server"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 11:30 AM - edited 08-25-2024 11:41 AM
Hello @Prathamesh Cha1 ,
You can use Reference Qualifier to achieve this.
Example - Considering product and capabilities as 'product' and 'capabilities'. You can adapt below code according to your variable definition.
1. Open variable 'capabilities'
2. Scroll down and open 'Type Specifications'
3. Set 'Use reference qualifier' = Advanced
4. Define below code in 'Ref Qual' field and save.
javascript:'capabilties='+current.variables.product;
Hope it helps.
If my response helps you in any way, kindly mark this as Accepted Solution/Helpful and help in closing this thread.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 01:00 AM
Hello @Prathamesh Cha1 ,
Chnge ':' to ':'.
There was some typing issue from my end.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 10:00 PM - edited 08-25-2024 10:03 PM
hi @ShubhamGarg ,
here I have used backend names of variables, please can you see and tell me where should I make changes.
is it something like I have to use parent field from Capabilities in the syntax, as parent consist of products