April 28, 2006 at 6:41 am
I have a report that has two tables on it. In the second table I do a calculation and need a value that is shown in the first table. Is the anyway to reference the cell that I need? I tried the ReportItems!textbox???.value, but it give me an error.
May 2, 2006 at 8:12 am
I am wondering what data is displayed in your first table, i.e. is the first table populated with data from a dataset or from report parameters? Either way you will the data in the first table available for you, even if you are using a expression to build the data to be displayed in the cell. So instead of refering to the table or cell, you plug in the expression that is used for that cell. I am not sure if I got your problem right.
Prasad Bhogadi
www.inforaise.com
May 2, 2006 at 8:19 am
That is actually what I have been doing. I Just thought there would be a way to reference the other table so I didn't have to have such big expressions in the cells.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply