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-08-2022 10:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2022 11:12 PM
Thank you for your reply, I'll check this out and get back.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2022 08:00 PM
Yup Sure @Ulrika 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2022 04:50 AM
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);
Any ideas? Really appreciate your help,
Ulrika