Page 1 of 1

Getting the specific Index / Occur / Row - another DataBand

Posted: Sat Aug 14, 2021 4:41 pm
by brjohnsmith
Hi, look at the example:

DataBand1 - there are some fields
DataBand2 - there is a table - this table, there are some fields - this table occurs 10 times.

I need to add a new field on DabaBand1, but this new field represents the 5 occ of the table on DataBand2, how I represent this field on DataBand1?

Ex: {DataBand2.Fieldx.Row[5]} - of course this is not the correct syntax - during the check I receive the msg that it is not correct.

Does anyone know how to solve it?

thx.

Re: Getting the specific Index / Occur / Row - another DataBand

Posted: Tue Aug 17, 2021 6:57 am
by Lech Kulikowski
Hello,

Please try to use:
DataSourceName.DataTable.Rows[rowid][columnid]

Thank you.

Re: Getting the specific Index / Occur / Row - another DataBand

Posted: Tue Aug 17, 2021 11:56 am
by brjohnsmith
Hi Lench, thank you, but it didnt work. I am getting a syntax error, the only syntax ok is {DataBandx,field[x][y]} (but it didnt work as well).
thx.

Re: Getting the specific Index / Occur / Row - another DataBand

Posted: Wed Aug 18, 2021 7:55 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.