LWSChad Posted July 31, 2014 Report Share Posted July 31, 2014 Hello; I would like to dynamically choose a lookup table for a dropdown list. Similar to a cascading dropdown, but where the actual lookup table changes. Consider the scenario... Parent Dropdown options: Opt1 & Opt2 When Opt1 is chosen viewOpt1 populates the child dropdown When Opt2 is chosen viewOpt2 populates the child dropdown I have a workaround envisioned that entails adding many fields to the lookup table, and i would prefer to not un-optimize my app by doing that. Does anybody know of a js that can help me with this? Thanks!! Quote Link to comment Share on other sites More sharing options...
0 Jan Posted August 1, 2014 Report Share Posted August 1, 2014 Hello EIQ, Maybe, you can use a Conditional Form? You can create two fields, Opt1Child and Opt2Child. If a user selects Opt1, Opt2Chils is hidden and vice versa. LWSChad 1 Quote Link to comment Share on other sites More sharing options...
0 LWSChad Posted August 4, 2014 Author Report Share Posted August 4, 2014 Good Idea! I'll try that and let you know how it turns out. Quote Link to comment Share on other sites More sharing options...
0 LWSChad Posted August 5, 2014 Author Report Share Posted August 5, 2014 Thanks; that works! Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted December 1, 2021 Report Share Posted December 1, 2021 I'm looking for a solution for something like this, but for Inline Edit on a Tabular Report. I have the same issue - I need the ability to show one of two different Views depending on the value of the parent field. The Rules solution worked great in getting my forms right, but now I need to cover all my bases for when the user does an update via a report. Quote Link to comment Share on other sites More sharing options...
Question
LWSChad
Hello;
I would like to dynamically choose a lookup table for a dropdown list.
Similar to a cascading dropdown, but where the actual lookup table changes.
Consider the scenario...
Parent Dropdown options: Opt1 & Opt2
When Opt1 is chosen viewOpt1 populates the child dropdown
When Opt2 is chosen viewOpt2 populates the child dropdown
I have a workaround envisioned that entails adding many fields to the lookup table, and i would prefer to not un-optimize my app by doing that.
Does anybody know of a js that can help me with this?
Thanks!!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.