Ways to show a form

Hi,

I am new to Servoy and am trying to figure something out. Is it possible to “rotate” table view so that the column headers are actually row headers and new records are displayed as new columns? The reason for this is what i am working on I want to represent in the UI how things are logically entered by the end user. There will be a finite number of rows, but infinite number of columns.

Thank you.

If you really want to do that… you could by creating an empty dataset and using a loop to add as many columns as you need and then create the form using the solution model. But maybe you should consider a database redesign instead? :D