Is there any way to reference to another cell when you use a cross-tab in crystal reports?
A B C ...
1 . . . ...
2 . . . ...
3 . . . ...
..............
I already found the way to change a property of a cell using the CurrentFiledValue and the GridRowColumnsValue...
But now I want to change a property of cells (A,2), (A,3) and lower if the value of cell (A,2), (A,3) and lower divided by the value of cell (A,1) is higher than 0,50.
Is there any way to do this?
And is there any way to know the row/column of a cell (something like CurrentRow/CurrentColumn)?
Thanks a lot for your help and your time...
A B C ...
1 . . . ...
2 . . . ...
3 . . . ...
..............
I already found the way to change a property of a cell using the CurrentFiledValue and the GridRowColumnsValue...
But now I want to change a property of cells (A,2), (A,3) and lower if the value of cell (A,2), (A,3) and lower divided by the value of cell (A,1) is higher than 0,50.
Is there any way to do this?
And is there any way to know the row/column of a cell (something like CurrentRow/CurrentColumn)?
Thanks a lot for your help and your time...