Hello gang,
I have a data entry grid (Cost Projection) that I need to add drill down to some of its numeric columns. Let say for each given line of the grid I have fld1, fld2 and fld3 as PK, fld0 as date from header and fld7 which is a numeric summary field and I would like to allow users drill down into it using a GI. How can I add a hyperlink to fld7 that when clicked will call my GI and passes the PK fields and header field to it as parameters?