Jump to content

"Chaining" report update on report drill


Martin Yergeau
Go to solution Solved by David Beagan ,

Recommended Posts

  • Solution

Procedure1.fex ( note, the drill down has TARGET=iframe2 )

 SET PAGE=NOLEAD
 TABLE FILE GGSALES
 SUM UNITS
 BY REGION
 BY ST
 BY PCD
 ON TABLE SET STYLE *
 TYPE=DATA, COLUMN=PCD, TARGET=iframe2, FOCEXEC=./Procedure2.fex(PCD=PCD),$
 END

Procedure2.fex

 SET PAGE=NOLEAD
 TABLE FILE GGSALES
 SUM UNITS
 BY REGION
 BY ST
 BY CITY
 BY PCD
 WHERE PCD EQ '&PCD'
 END

Your HTML page in App Studio see that the Unique Identifier matches the TARGET= in Procedure1.fex.

image.thumb.png.f0bcac813295bf500938af34db4ea223.png

When the HTML page is run, you can click one of the drilldown links and see the drill down report.

image.png.ab03322cdf3d3bb5dcd189b50a2b66ff.png

 

Edited by David Beagan
  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...