Get data from a table by position. PHP

Stimulsoft Reports.PHP discussion
Post Reply
Andres Mauricio
Posts: 2
Joined: Thu Feb 22, 2024 8:31 am

Get data from a table by position. PHP

Post by Andres Mauricio »

Hello good morning. I would like to know if there is any way to bring data from a table by position, that is, I have a table that can be displayed with a DataBand, however, I need to show a single data from this table in a text. I am aware that in the .net version the following command TableName.DataTable.Rows[number][ColumnName].ToString() was used; in the code tab. But the version of stimulsoft for php does not have the code tab and therefore I have not found a way to do it. Is there a way to bring the data without using a databand?

Example:

In table 1 that I attach, you see a series of data and I must obtain the value of the "code" column and the data "cc", which is in position 3 or row 4 of the table. How can I get to this data without using the databand?
Attachments
Tabla 1
Tabla 1
1.png (21.22 KiB) Viewed 610 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Get data from a table by position. PHP

Post by Lech Kulikowski »

Hello,

Unfortunately, in the PHP version, is it not possible to use such an expression.

Thank you.
Post Reply