Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Rodrigo Henriques
4
Views
0
Comments
Export to Excel Table with dynamic columns
Question
Hello,
Im trying to export to excel the following structure:
Struct
{
var_a,
var_b,
var_c,
recordlist_x,
}
This structure is used to create a table with dynamic columns (with variable colum count).
I would like to export to excel and get the following output:
var_a, var_b, var_c, recordlist_x.a, recordlist_x.b, recordlist_x.c, recordlist_x.d, ...
Is this possible? Does anyone tryed to do something like this before?
Thanks in advance for anykind of help with my problem.
Best regards
Rodrigo Henriques
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...