Page 1 of 1

Get data from a table by position. PHP

Posted: Mon Feb 26, 2024 3:57 pm
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?

Re: Get data from a table by position. PHP

Posted: Tue Feb 27, 2024 10:32 pm
by Lech Kulikowski
Hello,

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

Thank you.