Formated data in one row

Сonversation on different topics
Post Reply
John21
Posts: 13
Joined: Wed Jan 08, 2025 11:48 am

Formated data in one row

Post by John21 »

I need to list rooms from database in rows in the format [Number:123, Area: 25.22], [Number:70, Area: 22], etc. The data about rooms is stored in table named Room. How can i achieve this?
Thank you in advance.
Lech Kulikowski
Posts: 7030
Joined: Tue Mar 20, 2018 5:34 am

Re: Formated data in one row

Post by Lech Kulikowski »

Hello,

Unfortunately, it is not possible directly in the report. You need to prepare your data as list source.

Thank you.
John21
Posts: 13
Joined: Wed Jan 08, 2025 11:48 am

Re: Formated data in one row

Post by John21 »

Hello,

Thank you for your response. I managed to solve the problem using the BeforePrint event and Blockly. This approach allowed me to dynamically prepare the data directly in the report without needing a separate list source.

Thank you again for your suggestion!
Lech Kulikowski
Posts: 7030
Joined: Tue Mar 20, 2018 5:34 am

Re: Formated data in one row

Post by Lech Kulikowski »

Hello,

Thank you for sharing your experience with other users.
Post Reply