Martin Yergeau Posted September 26 Share Posted September 26 Hi community, In a dashbord, I am trying to update report-2 according to report-1 drill selection. How to accomplish that already? Link to comment Share on other sites More sharing options...
David Beagan Posted September 26 Share Posted September 26 Dashboard constructed with App Studio? Link to comment Share on other sites More sharing options...
Martin Yergeau Posted September 26 Author Share Posted September 26 Yep Link to comment Share on other sites More sharing options...
Solution David Beagan Posted September 26 Solution Share Posted September 26 (edited) 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. When the HTML page is run, you can click one of the drilldown links and see the drill down report. Edited September 26 by David Beagan 2 Link to comment Share on other sites More sharing options...
Martin Yergeau Posted September 27 Author Share Posted September 27 Thanks David Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now