Hi,
Is there any way to get specific row, column value from business object.
For example Row[3]Column[5]
Get specific row value from Business object
Get specific row value from Business object
- Attachments
-
- stml.JPG (136.94 KiB) Viewed 2291 times
Re: Get specific row value from Business object
Hello,
Please try to use the Current property of the business object.
Here you can find the original business object.
Thank you.
Please try to use the Current property of the business object.
Here you can find the original business object.
Thank you.
Re: Get specific row value from Business object
Hi,
Can you please give me an example of how to achieve it using Current property?
What I am trying to do is to get Business object row values on the text band in a child band of the group "Result.Obl". I need something like bolow on the attachement:
Can you please give me an example of how to achieve it using Current property?
What I am trying to do is to get Business object row values on the text band in a child band of the group "Result.Obl". I need something like bolow on the attachement:
- Attachments
-
- 1.JPG (324.26 KiB) Viewed 2270 times
Re: Get specific row value from Business object
Hello.
The answer depends on structure of your business objects.
If the rows of the business objects are in an array, you could get access with the Current property.
Or you could write your own function that will go through the business object.
Thank you.
The answer depends on structure of your business objects.
If the rows of the business objects are in an array, you could get access with the Current property.
Or you could write your own function that will go through the business object.
Thank you.