Need to Open Another jspx page as popup from template

Hi everyone,
I have one more question about popups and template. I'm working on JDev 11gU2 ADFRC
I have one template for my all pages, and there is a link on my template to show user information. for that i need to fetch the info of logged in user from database. so i must have to make a page definition of my user info page.
But problem is when i click the info link from my template to open user info page. it is not opening and giving page refresh error.
actually in my template the page source is -
<f:subview id="userInfo">
            <jsp:include page="/popUps/UserInfo.jspx"/>
</f:subview>
<af:commandNavigationItem text="UserInfo"
                                              immediate="true">
<af:showPopupBehavior popupId="::userInfo:popup1"
                                            triggerType="action"/>
</af:commandNavigationItem>and in My Account Info page source is -
<?xml version='1.0' encoding='windows-1252'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
  <jsp:directive.page contentType="text/html;charset=windows-1252"/>
  <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_popUps_AccountDetailsPopUp-->
  <af:popup binding="#{backing_popUps_AccountDetailsPopUp.popup1}"
                  id="popup1">
          <af:dialog title="Account Detail" type="none"
                     inlineStyle="margin:0.5px,0,0,0.5px;"
                     closeIconVisible="#{!backing_popUps_AccountDetailsPopUp.editMode}"
                     partialTriggers="panelBox1 panelBox2 panelBox3"
                     binding="#{backing_popUps_AccountDetailsPopUp.dialog1}"
                     id="dialog1">
            <af:decorativeBox topHeight="25px"
                              inlineStyle="margin:0.5px; height:460px;"
                              theme="dark"
                              binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox1}"
                              id="decorativeBox1">
              <f:facet name="center">
                <af:panelStretchLayout startWidth="5px" endWidth="0px"
                                       topHeight="0px" bottomHeight="0px"
                                       binding="#{backing_popUps_AccountDetailsPopUp.panelStretchLayout1}"
                                       id="panelStretchLayout1">
                  <f:facet name="center">
                    <af:decorativeBox theme="light"
                                      inlineStyle="height:430px; width:482px;"
                                      binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox2}"
                                      id="decorativeBox2">
                      <f:facet name="center">
                        <af:panelGroupLayout xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                             inlineStyle="padding:1%;"
                                             partialTriggers="commandLink1 commandLink2 commandLink3 commandLink4 commandLink5 commandLink6 commandLink8 commandLink9 commandLink10"
                                             binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout1}"
                                             id="panelGroupLayout1">
                          <af:panelBox text="Employee Information"
                                       partialTriggers="commandLink1 commandLink2 commandLink3"
                                       binding="#{backing_popUps_AccountDetailsPopUp.panelBox1}"
                                       binding="#{backing_popUps_AccountDetailsPopUp.spacer2}"
                                       id="spacer2"/>
                          </f:facet>
                        </af:panelGroupLayout>
                      </f:facet>
                    </af:decorativeBox>
                  </f:facet>
                  <f:facet name="start">
                    <af:spacer width="10" height="10"
                               binding="#{backing_popUps_AccountDetailsPopUp.spacer3}"
                               id="spacer3"/>
                  </f:facet>
                </af:panelStretchLayout>
              </f:facet>
              <f:facet name="top">
                <af:panelGroupLayout binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout8}"
                                     id="panelGroupLayout8">
                  <af:outputText value="Account Detail : 900101"
                                 inlineStyle="font-weight:bold; font-size:14px;"
                                 binding="#{backing_popUps_AccountDetailsPopUp.outputText10}"
                                 id="outputText10"/>
                </af:panelGroupLayout>
              </f:facet>
            </af:decorativeBox>
            <f:facet name="buttonBar">
              <af:commandLink text="Close"
                              inlineStyle="font-weight:bold; color:Blue;"
                              disabled="#{backing_popUps_AccountDetailsPopUp.editMode}"
                              partialTriggers="panelBox1 panelBox2 panelBox3"
                              shortDesc="#{backing_popUps_AccountDetailsPopUp.editMode ? 'Can not close in edit mode...' : 'Close Window'}"
                              binding="#{backing_popUps_AccountDetailsPopUp.commandLink11}"
                              id="commandLink11">
                <af:resetActionListener/>
              </af:commandLink>
            </f:facet>
          </af:dialog>
        </af:popup>
</jsp:root>Actually i need to open a page globally and i can't put this link to each page. so that i put this on Template.
I made a popup page too to log out from application in the same way, it is working file, but the difference is that page does not have any page def.
But account info page has.
I want to use it without adding dialog: in ADF-CONFIG.xml page
Any help to solve this?
Thanks
Fizzz...

hey guys,
I have 2 pages test1 and test2(.jspx).In test2 page I have defined an popup and i want that in that pop-up test1.jspx should get loaded.
Can any body help me on this.???Will really appreciate this..............

Similar Messages

  • How to open a jspx in a popup from managed bean.

    Hello,
    I'm using Studio Edition Version 11.1.1.4.0.
    I have a JSPX that is to be used as an application monitor screen. So it contains 5 af:tables with plenty of columns & query search criteria. Each of the tables has context sensitive menus as well as double click functionality.
    When I write everything in a single JSPX, the code functions as expected. i.e. menu items & double click actions open new popups with requisite data. However, single JSPX becomes huge in size and hence difficult to maintain.
    When I transfer code to another JSPX, How do I call the new JSPX in a popup from the managed bean?
    Regards,
    Amar

    Try this:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/53-taskflow-in-popup-169196.pdf

  • Open that jspx page in new window using commandLink

    Hi All,
    I'm working on adf application.I'm using jdeveloper 11.1.1.5 version.I want to get the attribute value of current row and pass it to jspx page.And i want to open that jspx page in new window.I tried like following:
    <af:column id="resId1c7" align="center" width="50">
    <af:commandLink actionListener="#{bindings.setCurrentRowWithKeyValue.execute}"
    text="MSG-ID"
    disabled="#{!bindings.setCurrentRowWithKeyValue.enabled}"
    id="cl1"
    action="dialog:Confirm" windowHeight="600"
    windowWidth="800" useWindow="true"
    partialSubmit="true"/>
    </af:column>
    And in my faces-config.xml i add the navigation rule like this.
    <navigation-rule>
    <navigation-case>
    <from-outcome>dialog:Confirm</from-outcome>
    <to-view-id>/AuditLogInfo.jspx</to-view-id>
    </navigation-case>
    </navigation-rule>
    Here my problem is i want to get the result jspx page in new window.But im not able to do it.Please help me how can i do this?
    Thanks in advance!

    Thq very much.It is working fine.
    I added the command link in my home page.When i'm clicking on that link im able to get my child.jspx page in new window.But I have added the login page to my adf application.If i run the login page im able to get my home page.But now i'm not able to get my child.jspx page when i'm clicking on command link.How can i resolve this.Please give me your suggestions.
    Thnks in advance.

  • Need to referesh my jspx page for every 2 sec

    Hi!
    I am using jdeveloper 11.1.1.5
    I need to referesh my jspx page automatically for every 2 sec. Is it possible to do? If so pls help me to fix it?

    Thank you santhosh!!
    As you said i had dragged and dropped my location vo as a af:table.,
    I had dragged and dropped my poll component and tried to referesh my VO.,
    In my PollListner i had written this querry
        public void refreshEmployeestable(PollEvent pollEvent)    {
                // Add event code here…
                BindingContainer bindings =   BindingContext.getCurrent().getCurrentBindingsEntry();
                OperationBinding operationBinding = bindings.getOperationBinding("Execute");
                Object result = operationBinding.execute();
            }I had made some updates to my LocationVO in my DB., But the changes doesnt affect my VO., I had set the default interval time to 5000 for my poll.,

  • How to Open another jsp page from jsp page

    Hi,
    I am new to JSP. I need help to handle issue given below:
    I have created one JSP Page for Login which contains Username and Password with a Submit Button. Once user inputs UserName and Password and Press Submit Button, It calls another JSP Page "Validate_login"
    Validate_Login JSP does a JDBC call to Databse and validate User Name and Password. Now i want to open a "Employee.jsp" page if Username and Password matches with the one in database.
    Pls advice what function or tag should i use to open this page in If (condition) true section.. I tried Window.open but it return back with error.

    I tried with the function suggested by Doly. But nothing is happening. It doesn't redirect to any page. only a blank page comes.
    here is complete code . pls correct me if i am wrong somewhere.
    this is code of Validate_Login.jsp page which is invoked when user press login button on login.jsp.
    my purpose is to validate username and password from database and redirect to employee.jsp if it is ok else back to login.jsp
    here is source of Validate_login.jsp
    =============================================================
    <%@ page language="java" import="java.sql.*" pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Validate Login</title>
    </head>
    <body>
    <%
    String username = request.getParameter("username");
    String password = request.getParameter("password");
    String viewPATH = "c:/MyData.mdb";
    String dsnPATH = "jdbc:odbc:DRIVER=Microsoft Access Driver (*.mdb); " +
    "DBQ="+viewPATH+"; " +
    "UserCommitSync=Yes; " +
    "Threads=3; " +
    "SafeTransactions=0; " +
    "PageTimeout=5; " +
    "MaxScanRows=8; " +
    "MaxBufferSize=2048; " +
    "DriverId=281; " +
    "DefaultDir=C:/ProgramFiles/CommonFiles/ODBC/DataSources";
    Connection conn = null;
    Statement stmt = null;
    ResultSet rs = null;
    try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         conn = DriverManager.getConnection(dsnPATH, "", "");
         stmt = conn.createStatement();
    rs= stmt.executeQuery("SELECT * FROM Employee where emp_id='"+username+"'");
    while(rs.next())
    String pass = rs.getString("password");
    if (pass.equals(password))
    { response.sendRedirect("Employee.jsp");}
    else
    { response.sendRedirect("login.jsp");}
    catch(Exception e)
    e.printStackTrace();
    finally
         if(stmt!=null) stmt.close();
         if(conn!=null) conn.close();
    %>
    </body>
    </html>

  • Error while opening the jspx page

    Hi all
    I am creating a test application that application i am utilizing jheadstart API it is working fine but if I delete my application form my jdeveloper IDE nest time I am loading the same application my jspx page is not showing in code editor it is showing following error
    n error has occurred. Click Details for information that may be useful when diagnosing or reporting this problem
    if click Details I am getting following error
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:360)
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:351)
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager.getDocumentInfo(DocumentInfoManager.java:176)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.getDocumentInfo(HtmlEditor.java:592)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1197)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
         at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    so if i want solve this issue what i can do
    Any buddy can give some suggestion
    Thanks
    Prabeethsoy

    Hello Prabeethsoy,
    1- May be you just deleted the workspace file, but the contents of the project was still there.
    Then, but re-opening or re-creating it, at the same place, could damaged JDev's setup.
    See my colleague's blog on that :
    - How to delete an entire Workspace or Project ?
    http://blogs.oracle.com/Didier/2008/06/how_to_delete_an_entire_worksp.html
    Also, there is an extension that adds the option to delete a workspace or project
    that you can get from the help->check for updates.
    It's called "Remove Workspaces and Projects".
    2- If the above doesn't work, can you tell me if your application can get opened
    by the same JDev version on a different machine (or different JDev-Home)?
    If so, then keep a backup of your <JDev-home>/jdev/system directory
    and of your application then delete the <JDev-home>/jdev/system directory.
    This will remove the .layout files and reset the layouts to the 'factory settings"
    once JDeveloper is restarted.
    Hope this will help you further.
    Regards,
    Steff

  • How do I open another web page without losing the web page Im in?

    Need to open new page w/o losing other web site?

    See https://support.mozilla.org/en-US/kb/using-tabs-firefox-android#mobile::m32

  • Want to open printer friendly page as popup

    Hello,
    how can I open a printer friendly page as a popup page??
    There is only one possibility to say either the page is printer friendly or the page is popup. But not both!
    Any ideas?
    I want to open the page with a button. sth like "print page"
    Thank you...

    Hi,
    you could open a printer friendly page with a button with a property onClick="window.open('f?p=&APP_ID.:pageno:&APP_SESSION.','pf','');"
    DickDral

  • Why does Firefox open another Start Page tab everytime I hit the home key (which take me to my homepage on the current tab)?

    When I hit the home key Firefox takes me back to my homepage (AOL) but also opens up a new Mozilla Firefox Start Page tab. I end up with a whole bunch of unwanted tabs.
    == This happened ==
    Every time Firefox opened
    == always

    Hello Ginna.
    Please check the following:
    Click on '''Tools> Options'''.
    Then click on '''General'''.
    Now, it should say: '''http://aol.com/''' (or similar), but please check if it has anything after that. For example, if there is a '''|''' after it, that tells FF to open up 2 pages when you hit the home button: AOL and the other page, which in this case is a blank page.
    If you see a '''|''' in there, go ahead and adjust it or remove it, if you'd like. If not, please report back here and let me know!

  • Problem in filtering table and navigate to another jspx page

    Hi all
    i am useing Jdeveloper11.
    Consider this senario :
    run a.jspx ---- >it is a master detail.
    master in find mode - detail in grid.
    when i click create button in grid , a new page(B.jspx) will open in same window.and a new row will created in form , now user can insert value in it,but if user doesn't need this new row she/he can press rollback and return to a.jspx.
    it is ok with no peoblem .
    again run a.jspx ---> filter one column in detail grid ---- > press create button ---->b.jspx will open .
    user don't need this new row so press roll back ----> i have error now.
    depending on column filterd by user error message changed for example :
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    or
    Cannot create an object of type:oracle.jbo.domain.Number from type:oracle.jbo.domain.Date with value:1976-03-29
    or
    Cannot create an object of type:oracle.jbo.domain.Number from type:java.lang.String with value:????%
    or ......

    another question
    i set filterable = true for my columns , how can i get or set value of them ?

  • Link in xml form article text to open another portal page?

    Like in all websites our intranet have pages with articles (xml forms) where it's logical for the text to include links to other articles in other areas of the portal.
    Since all iviews (km navigation in this case) are displayed as iframes, links within the text only lead to the target page being displayed within the iview/iframe. I need the complete portal page to change to also show where in the page hierachy/navigation structure the user has landed.
    I am aware of the related links iview, but this doesn't do the trick. I want the article text itself to include the links.
    A logical solution would be to find the page's navigation URL and use this as a text link, but then I would need to add a target=_top to change the whole page around. This is not possible within a xml form. (<a href="/irj/portal?NavigationTarget= navurl://cf1c773631c70d216fe3434ca4dc3a0e" target="_top")
    Ideas?
    Henning

    Thanks for answer. Points awarded.
    BUT: Still, a link to http://server/irj/portal/link added in the html editor window of an xml form only give the options of opening the link in new browser, or in the active window. The first option results in a massive amount of opened browsers, the second results in the target page being opened in the iframe (not nice!)
    Of course I could edit the xml directly adding a target=_top, but every new editing of this file would overwrite these changes.
    The best way would be to add a new option in the html editor allowing an option of "fill entire window" when adding a text link that adds target=_top in the xml.
    Ideas?
    Henning

  • Programmatically display one page as popup from one action of another page

    Hi,
    I'm using JDev 11.1.2.3.0
    I have button action in page1.jspx, I wanna call page2.jspx as a inline popup when i run button action in page1.
    Because of my requirement, i don;t want to use dialog: as prefix in taskflow.
    Could someone tell me how i can do that Programmatically?
    Thank you very much.

    @Thanh....
    hi
    Just refer the solution to this post.Its somewhat similar to your query.It has an application attached which can help you.
    How to print adf pop up box contents?
    Thanks
    Edited by: Lovin_JV_941794 on Mar 22, 2013 3:24 AM

  • Following an amazon link and then accessing the page makes firefox open another amazon page in a new tab. How do I stop this

    I have this bizarre problem with firefox and Amazon (com and co.uk)
    If I click a link (open in new tab) to an amazon page the page opens in a new tab. Fine.
    If I then select that page (click its tab) the page is displayed and then a new amazon page opens in a new tab with the url http://www.amazon.com/?ie=UTF8&*Version*=1&*entries*=0&link_code=hom&tag=skipthemalls-20
    If I close the new amazon page and return to the original amazon page the phenomenon does not repeat - not new window opens.
    This does not happen in any other browser (IE or Chrome)
    This does not happen on any other website.
    I've scanned my PC (Malwarebytes and security essentials) and found nothing sinister
    All forefox add ons are disabled. To be sure, I've started 'restarted firefox with add ons disabled' and the problem still occurs. I've even reset Firefox to its original state and still the problem occurs.
    So now what?
    Windows 7 Ultimate
    Thinkpad R60 4GB

    That page is coded to a particular "affiliate" (skipthemalls) and may have the purpose of setting a cookie to earn a cut of revenue from your purchase. If that is not caused by the site you visited that brought you to Amazon, it's hard to think of a reason for it to open. (Even then, you would think it would be processed transparently in the background.)
    More generally, when you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Ie 11 when opening another web page it goes to the right & is unreadable

    HP Pavilion 500-C60 with windows 8.1 installed when purchased. When using IE 11 and clicking on a news item to be able to read the entire item it opens on the right side when in full screen and is unreadable. Have to click on restore down to move it to the left then click on it again to Maximize [ full] screen. How to correct does one correct this peoblem

    Hi tofme,
    It sounds as if you are running Internet Explorer (IE) in tiled mode.
    You can change IE to always open in desktop mode as follows:
    Open "Control Panel' - "Internet Options" - select the "Programs tab" - then change settings per image below.
    Jaco
    ****I am not an HP employee****
    Please give a" Kudos, Thumbs Up" if advice received is relevant or" Accept as Solution" if your problem has been solved.
    HP Products:
    810-150se Desktop
    17t-j000 Notebook
    1380t Desktop
    560z Desktop
    Errare humanum est.

  • My Firefox browser opens without any problem but in the background it is opening another browser page with adware on it.

    My antivirus/adware scans come up with nothing.

    See: Tools > Options > Advanced > General : Accessibility : [[ ] "Warn me when web sites try to redirect or reload the page" - [[Options window - Advanced panel|#General_tab]]
    See also http://kb.mozillazine.org/accessibility.blockautorefresh

Maybe you are looking for

  • Open file from a web page?

    I would like to create links to some files that will open in their proper application when I click links on the web page. Is there a simple way to open a file from a regular href web link? If I put in a posix path of the network file that I want to o

  • Creating a windows user in Active Directory

    I am trying to create a user in Active Directory that can log on as any other Windows user, but when I try to log into Windows, I get the following error message: "The local policy of this system does not allow you to logon interactively". Are there

  • Error while posting inventory

    hi all, I got an error while posting Inventory at plant level. error: parameters for plant is not maintain for inventory management. Field VM07M-ANZGEB. does not exist in the screen SAPMM07M 0410        Field VM07M-GEBEH. does not exist in the screen

  • Why can't I sign into Firefox?

    I've reset my password several times, but FF still doesn't recognize me. I continually get error messages. FF recognized me one time in the last couple of months and then refused to sync. I thought it might have been my old Windows XP, but I now have

  • Order By in a Group

    Hi All, I have a drill down report of Product Sales. The top level of the drill down is the Product with total sales for that Product, then when you click on it, it shows a drill down of the Sales for that Product for each different store. In the 'Gr