Export multi-row variable set to excel or csv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2021 02:28 PM
Hi Experts,
I'm began using some MRVS within an item, and find that it's really difficult to read from the task or RITM form due to the amount of columns and rows getting added. Has anyone been able to export a MRVS to an excel file or csv and attach it to the RITM?
If not, is there any way to make the table easier to read for the fulfiller? Even exporting to a PDF would be beneficial.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 01:01 PM
Hi
Thank you for the solution, this is exactly what I was looking for! Unfortunately I'm having trouble trying to get this to work with a test MRVS I created - the csv exports the column labels, but it doesn't pull any values from the variable set.
Would you be able to help with an example script for the test I've setup to get a better understanding of how this should look?
I've created a simple MRVS with 3 columns.
Field 1 (field_1): Text Field
Field 2 (field_2): Select Box
Field 3 (field_3): Reference on sys_user table
I have the UI action running on the sc_task table.
Greatly appreciate your help with this.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2021 10:55 PM
Hi Brun,
Did you manage to find a solution for this, afraid I'm only getting labels too.
Appreciate any assistance.
Thanks
Taylor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2021 12:15 AM
mrvsexp.push(row.question_1 + ',' + row.question_2 + ',' + usr.name + '\r\n');
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 12:57 PM
Hi Brad,
Thank you for the solution, this is exactly what I was looking for! Unfortunately I'm having trouble trying to get this to work with a test MRVS I created - the csv exports the column labels, but it doesn't pull any values from the variable set.
Would you be able to help with an example script for the test I've setup to get a better understanding of how this should look?
I've created a simple MRVS with 3 columns.
Field 1 (field_1): Text Field
Field 2 (field_2): Select Box
Field 3 (field_3): Reference on sys_user table
I have the UI action running on the sc_task table.
Greatly appreciate your help with this.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 09:26 PM
Giving this post a bit of a bump as I am trying to set it up but also only get the column headers appear in the CSV file that downloads.
Did anyone get this working so that the variables from the MRVS export to the CSV file?