Variable set in another variable set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2022 10:05 PM
Hi all,
I have a single line variable set containing a select box. This select box I'd like to show in anoher, multi row, variable set, is that even possible?
Thanks in advance,
Ulrika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2022 12:28 AM
Is anyone able to help on this? Thank you in advance!
My first variable set, "vs_1", contains one variable, "v_1".
My second variable set (a multirow), "vs_2", is where I want to show "v_1" (or actually the whole variable set, "vs_1")
I created a Client script in my second variables set - based on the "vs_2" variable set.
UI Type=All
function = onLoad
I thought I could just write something like this to show the variable set, "vs_1", but apparently it's not that simple
g_form.setDisplay("vs_1", true);