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.
Formated data in one row
-
- Posts: 7030
- Joined: Tue Mar 20, 2018 5:34 am
Re: Formated data in one row
Hello,
Unfortunately, it is not possible directly in the report. You need to prepare your data as list source.
Thank you.
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
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!
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!
-
- Posts: 7030
- Joined: Tue Mar 20, 2018 5:34 am
Re: Formated data in one row
Hello,
Thank you for sharing your experience with other users.
Thank you for sharing your experience with other users.