I have a field that is a single selection dialog list. It is the “Market” field. Depending on what “Market” is selected, my “Counties” field uses the “Market” as a key to a view @Dblookup to return all the “Counties” in that “Market”. So far so good.
But now I want to automatically have ALL Counties FOR THAT Market selected (i.e., can’t be set in the default formula). This could be quite a long list and I’d rather have the de-select the ones that may not be needed (usually the are all needed).
I’ve searched and found some attempts at solutions in this forum, but haven’t gotten any to work (most specifically an input translation using the @Select function as indicated in this entry:http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/e23bb6fe51bdc9ad852570f1006c1f72?OpenDocument) . And other strings in the forum end without a final solution. I’m not proficient with Lotusscript, but can usually modify examples to meet my needs.
Any ideas appreciated!