Page 1 of 1

Formated data in one row

Posted: Wed Jan 08, 2025 12:01 pm
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.

Re: Formated data in one row

Posted: Thu Jan 09, 2025 8:39 am
by Lech Kulikowski
Hello,

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

Thank you.

Re: Formated data in one row

Posted: Fri Jan 10, 2025 8:48 am
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!

Re: Formated data in one row

Posted: Fri Jan 10, 2025 8:59 am
by Lech Kulikowski
Hello,

Thank you for sharing your experience with other users.