2024 Jul 25 9:21 PM - edited 2024 Jul 25 9:52 PM
Is there a way to apply a selection (value) made from a page filter applied in another filter in SAC OVM?
If I select ABC in InputControl 1, I want that same value of ABC applied in InputControl 2.
Thank you!
Please explore the use below 2 API's of Input control
getActiveSelectedMembers(options?: integer): MemberInfo[]
setSelectedMembers(member: string | string[] | MemberInfo JSON | MemberInfo[] JSON): void
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It really depends on you use case and how would user interact with input control 2.
For example, if value taken from input control 1 will be just used as default value of input control 2?
Enable cascading between two input controls can already partially achieve the basic requirement.
Bottomline, you can always achieve this by scripting in story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello William, Thank you for your response. The Inputcontrol1 has a primary facility name and inputcontrol2 has sub facility names (multiple facilities) but they want to by default select the facility name chosen in the first one (primary), we can manually select it but we are looking for a way to default to the first selection. I understand the cascading filters but that will not work. Thank you!
User | Count |
---|---|
69 | |
10 | |
9 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.