Skip to Content
0
Feb 17, 2009 at 04:47 PM

How to refernce the field in the cross-tab report

465 Views

Hello,

I'm trying to refer to the field in the cross-tab report using GridRowColumnValue function.

The field name in formulas is DevelopmentTracking_SELECT.Completed, so I'm trying to refer like this:

GridRowColumnValue("DevelopmentTracking_SELECT.Completed")

I'm getting:

"This is not the name of a grid group for the field being formatted."

I've tried different way - gave the name of the field, for instance, or used the name form the Cross-tab expert - Max of DevelopmentTracking_SELECT.Completed, or simply use "Completed" - nothing worked.

I see the possible cause for it. DevelopmentTracking_SELECT.Completed is not a row or column name, in the Cross-tab expert this is a Summarized field. How to reference the field like this correctly?

Thank you,

Peter

Edited by: Peter Afonin on Feb 17, 2009 9:52 AM