Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dandot
Starting Member
1 Post |
Posted - 2009-05-13 : 09:42:00
|
Hi All,I have a report with many tables with the same layout for different data sets.There is a growth column I have whose typical formula is (CY-PY)/PY. The PY column is always one column to the left of the growth column and CY one 3 columns to the left.Is there any way I can refer to these columns by this position instead of using the ReportItems!textboxname.Value method? Something similar to Me.Value?Many thanks in advance.~ Dan |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-05-13 : 11:02:46
|
nope you cant. you can use either Fields!fieldname.value or reportitems!textboxname.value |
|
|
|
|
|