Dynamic Graph Depth in gINT

Hi all,

I've stuck on a trouble with making dynamic Maximum Value, I tried to use <<REPORT VAR.FINAL DEPTH>> at maximum value cell and set <<USER SYSTEM DATA.DG RPT CONFIG DEPTH LOG PAGE>>  at FINAL DEPTH cell which coded as below:

<<FirstData(_
<<Sql(_
select [REPORT_CONFIGURATION].[Depth_Log_Page] _
from [REPORT_CONFIGURATION] _
where [REPORT_CONFIGURATION].[Report_Name] = '<<ReportID>>' _
and [REPORT_CONFIGURATION].[PointID] = '<<PointID>>'_
)>>_
,_
<<get(Default)>>_
)>>

But the output graph still return the different maximum value for the graph. i.e.

Hole ID                                        BH1         BH2

Depth                                       133m          150m

Expected graph depth          133m          150m

Graph showing depth           120m           160m

Hope that someone can help me on this problem, thank you very much.

Regards,

BTA

Parents Reply Children
No Data