Hi,
I have a graph to display Particle size curves, whose Key Set is set to "PointID,Depth".
It works very well until I try to apply a filter on the POINT table at output time (on LOCA_CLST for example). Then I always get a "... return no data" message. I also tried to filter within the report (<<IIf()>> statement)...
Is it because the filter should only apply to the "GRAT" table (I noticed it appeared by default in the filter dialog)?
In that case, would there be a better way than adding a new field in GRAT (or GRAG) automatically filled by lookup to the POINT table field...?
Thank you
Jerome
Hi Jerome,
If you change the Key Set to "PointID,Depth,Reading", does it work properly?
I did some testing with the standard AGS 4 gINT files, and this Filter works fine with the Grain Size report:
Answer Verified By: jerome garnon
I have changed the Key Set to "PointID,Depth,Reading" and it works!
Thanks a lot Jesse