Create a view with many forms, but in only one row

Hi!

I’m trying to create a view with data about many forms, but about only one thing, so I’d like to view this in only one row.

I’ve tried to include hidden fields on one form, but they don’t appear; another problem is that these forms have fields with the same name (like Form_Status) and I have to show 2 different values (status) in the same row.

Please, help me…

Subject: Create a view with many forms, but in only one row

Each row in a view can only display data from a single document. If you need the data to be in a single row, you need to maintain all of it is a single document.

Subject: RE: Create a view with many forms, but in only one row

hum… ok

Thank you!

Do you another way to do something like this? (without hidden fields, but they don’t appear).

Subject: RE: Create a view with many forms, but in only one row

If the application is on a server and is stored with NSFDB2 format, then you can create DAVs and QVs to build this combined view.

Otherwise, you can make a rich-text report of the data, e.g. using a tool like this one: ReportGenerator class on openntf.org