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
Nuno Baptista
75
Views
9
Comments
Pivot Table
Question
Hi all,
I need to create a "Pivot Table" like Excel does on a WebScreen. Does anyone have done anything like it? The main problem is how to reproduce non static columns on a Table Record Widget.
Thanks in advanced,
Nuno
Duarte Gouveia
Hi Nuno,
In order to create, dynamically, columns within a table you can use the attached extension DynamicTableRecords.xif.
This means that you won't be using a table record but an unescaped expression. This expression will be filled in with the result of constructing the HTML table 'manually' with this extension's help.
Since you have to 'build' each cell one by one, you can add specific HTML/Javascript code that will render the appropriate object...
This is not 'built-to-change'... :(
Best regards,
Duarte Gouveia
1 reply
04 Sep 2007
Show thread
Hide thread
Nuno Baptista
Hi Duarte,
Can I see the attached extension DynamicTableRecords.xif :) ?
Thanks,
Nuno
Duarte Gouveia
It seems that I didn't uploaded it...
DynamicTableRecords.xif
2 replies
Last reply 17 Sep 2007
Show thread
Hide thread
Pedro Ventura
Hi,
Can you show us how we use the extension?
Thanks
Duarte Gouveia
Here it goes (free of charge... for now :D).
Duarte Gouveia
DynamicRecordsSample.oml
João Campos
Hi!
Can you use the BuildMetaTable Action to retrieve the HTML table after? If yes how can i do it?
Thanks in advance.
Sunil Mane
Hi
Duarte,
can you please provide that osp in version 6.0 or advance version.
Thanks in advance.
Matthias Preuter
Â
MVP
Has anyone worked on a Pivot solution?
Kind regards,
Matthias
António Braz
Hi,
while testing this I upgrade to 8.0.1.
DynamicRecordsSample.oml
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...