Drop down Issue

Hi
I have one report with using dashboard prompt and table.While filter the records based on that displaying the records.
In that table i used navigate another report. In navigated report developed pivot chart with using pages(drop down names).
1. My requirement is while without using dashboard filter it should display all the names in drop down list in my navigated report.
and it should display in drop down, which name selected in my table.
2. If i selected dashboard prompt it should display based on the names only in drop down and what name i selected in table that should be in my drop down.
E.g
1. I have names like Name1, Name2, Name3,Raj1,Raj2,Raj3 without using dashboard prompts.
While clike the Name1 it should be display my navigate report drop down corresponding name. and similarlly
it display all the name also in my drop down. How to do this.
2 In my first report i used Country='UK'
Under UK have the Name like Raj1, Raj2, Raj3.
This name should be display in my navigate report drop down. and If i select Raj1 that in my navigate drop down first.How to do this
In my first report i used country filter becos of Coutry is dashboard prompt.
In Navigated report i used country filter bcos of i should display the country name in navigated report.
Thanks

hi,
Use ISPromoted filter condition in the navigate report (Column -->Page drop down one)
So that it will filter and show the value in the page drop down of the pivot table
Thanks,
Saichand.v

Similar Messages

  • Peachpit "Motion5" p. 54, Step 11 drop-down issue - my screen looks different

    This problem requires the Peachpit "Motion5" book to reference because it is copyrighted and I can't take a picture of the page in question.
    The subject page shows a drop-down window with "sliders" for Red, Blue, and Green and one is supposed to enter in new values for each color. HOWEVER, since the book is old and based on an earlier version of Motion5, this is a PROBABLE cause as to why the dropdown I'm getting looks different from the book's version.
    So, either the dropdown has changed, OR, "I'm not getting it." (the latter is a real possibility although I've tried every option I can think of)
    NOTE: I've tried to find Errata information for the book and there are only a few items listed, none of which covers this issue.
    My screen shot:
    The lesson requires that one type in 0.63 for Red, 0.35 for Green, and 0.06 for Blue. Unfortunately, one cannot enter in a decimal point, ergo, this cannot be done.
    The screen shot is for Motion 5.1
    Any ideas?

    The book said to "... click the disclosure triangle ...." and I took that to mean the triangle to the right of the Remap colored square. This I tried numerous times and wound up with the color scheme shown in your right screen shot.
    This has been a while so I don't remember the exact place, but after clicking on the arrow on the left side of the Remap (or maybe it was the colored square like you showed) there was a better window that opened:
    This one allowed me to dial in exactly the paramerters that was asked for.
    WHEW!
    What an ordeal. But it's over and figured out now. A relief.
    Like you mentioned, I also was waiting for the publisher, or some other publisher, to come out with a Motion 5.1 book but couldn't wait any longer. If they continue to print and sell the old "5" version you'd think they'd at least have a good Eratta page somewhere that would provide the changes as well as fill in the holes in the procedures. Certainly, if this was used for class instruction they would know what questions the students struggled with. Oh well.
    Currently I'm up to page 65 and struggling with Step 13 to get the bright orange/brownish-yellow color they show. I'm only able to get a light version of the general background color. Tried the grey also, and ditto there. Just isn't working. I'm getting the colors I want in the color box but not on the screen. Sort of a partial. The HUD looks just like the picture in the book.
    In Step 12 it says to "click the Add Filter pop-up menu ..." but I can't find where they're talking about it. I've looked everywhere. Need to take a rest and work on this tomorrow.
    Thanks for the support.
    Edit: What happened? What do you mean? This didn't help me - Geeze, I wrote it! Need to get some rest.

  • IPHONE LAYOUT PAYPAL DROP DOWN ISSUES

    Everything in my site is working as it should.  I created a desktop version tablet version and iPhone version.  I do not have any items outside of the working space. However, when I go to the phone site as soon as I click the paypal button(which has a drop down menu) the site zooms in and then starts floating all over.  www.summitindoornx.com (must view on phone more specifically iPhone).  The site works fine in every other aspect.  I do not have any scrolling, parallax or any anchors.  No random containers?  What gives??

    Ok so I tried a different approach and there seems to be no impact.  PLEASE NOTE THIS IS THE PHONE LAYOUT AND YOU WILL NOT EXPERIENCE WHAT I AM DESCRIBING UNLESS YOU ARE ON A PHONE.
    Instead of using paypal drop down menus I created 2 separate buttons.  When the try to enter the required information in the txt box offered by paypal html buttons it does the same thing(ZOOMS IN FLYS ALL OVER THE PAGE, AND NEVER LOADS PROPERLY AFTER THAT). 
    So any drop down menu or text field you try to access ONLY on the phone layout creates this problem. You will not see this unless you are looking on a PHONE!
    Seems as tho PayPal integration hasn't been well thought out here.  Works on the tablet and on the desktop no issue.  In the case on my txt fields these are required as this is a registration which requires the persons name and the item they are registering for.  Can someone offer something?
    The site operates perfectly.....UNTIL YOU TRY TO ENTER TEXT IN THE BOX.

  • Button next to Buy drop-down issues

    Since this morning the small button next to "Buy" doesn't respond anymore.
    The drop-down arrow looks scrambled and not like a triangle. I can buy anything, but can not post to my wish list or execute another function which is under the triangle. (copy link etc. )
    Others in this forum experience the same. Tried to sign out, sign in, reboot, but nothing seems to help.
    Strange.

    Yes Matthew,
    I too face the same issue, and like yours it solved by itself. But I observed that, at that time my basis people have installed some patch.   after completion of that it becomes normal
    Regards
    Srinivas

  • DW CS4 drop-down issue - maybe browser issue?

    http://prosol1.com/employment2.html
    Hi - I put this drop-down thing together using JS and DW.  The Training expand and collapse seems to work for me in Chrome and IE but 2 other people tell me it's not working for them.
    Does anyone have any idea what the problem might be?
    Thanks.

    There's a good number of validation errors on the page:
    http://validator.w3.org/
    But nothing that should be directly related to that one section.  Works for me in Safari, Chrome and Firefox.
    Can you ask them what's not working, what browser/OS they are using and to possibly provide screenshots of what they see?

  • JSF drop-down issue

    Hi All,
    I have been reading a lot about drop-down boxes in JSF. Most of them have been very useful but have not been able to completely solve my problem here...
    I have a very simple page that displays a dropdown with model-id numbers. There is also a button below the dropdown which when clicked takes the user to another page and says "You selected this model: <model-id number from dropdown>"
    So far so good - all works fine. Now I wanted to add a description so that after clicking on the button I get the modelId as well as the model description - This just does not work - the page does not even come up and shows a lot of errors.
    In order to show the description as well I used the SelectItem constructor that accepts a value and a label. I used the modelId as the label and the model-description as value.
    Here is the jsp page code:
    <h:selectOneMenu id="selectedModel" value="#{modelBean.selectedModel}">
        <f:selectItems value="#{modelBean.models}" />
    </h:selectOneMenu>Here is the java backing bean code:
    This code is supposed to put the modelDescription as well - but does not work....
    public List getModels(){
            logger.debug("getting Models for display");
            this.models = new ArrayList<SelectItem>();
            for(Model model: modelIds){
                models.add(new SelectItem(model.getDescription(),model.getModelId()));
                logger.debug("Model added: " + model.getModelId() +" | " + model.getDescription());
            return models;
        public void setModels(List<SelectItem> modelsList){
            logger.debug("setting Models frm display");
            this.models = modelsList;
        public String getSelectedModel(){
            return this.selectedModel;
        public void setSelectedModel(String selectedModel){
            this.selectedModel = selectedModel;
        }I get these errors:
    On the browser:
    javax.faces.el.EvaluationException: Expression: '#{modelBean.models}'
         at net.sourceforge.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:463)
         at javax.faces.component.UISelectItems.getValue(UISelectItems.java:55)
         at net.sourceforge.myfaces.renderkit.RendererUtils.internalGetSelectItemList(RendererUtils.java:357)
         at net.sourceforge.myfaces.renderkit.RendererUtils.getSelectItemList(RendererUtils.java:300)
         at net.sourceforge.myfaces.renderkit.html.HtmlRendererUtils.internalRenderSelect(HtmlRendererUtils.java:369)
         at net.sourceforge.myfaces.renderkit.html.HtmlRendererUtils.renderMenu(HtmlRendererUtils.java:328)
         at net.sourceforge.myfaces.renderkit.html.HtmlMenuRendererBase.encodeEnd(HtmlMenuRendererBase.java:64)
         at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:329)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:376)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:280)
         at org.apache.jsp.gse.model_jsp._jspx_meth_h_selectOneMenu_0(org.apache.jsp.gse.model_jsp:306)
         at org.apache.jsp.gse.model_jsp._jspx_meth_h_form_0(org.apache.jsp.gse.model_jsp:183)
         at org.apache.jsp.gse.model_jsp._jspx_meth_f_view_0(org.apache.jsp.gse.model_jsp:147)
         at org.apache.jsp.gse.model_jsp._jspService(org.apache.jsp.gse.model_jsp:92)     
    Caused by: javax.faces.el.EvaluationException: Bean: com.sigma.gse.view.ModelPageBean, property: models
         at net.sourceforge.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:458)
         at net.sourceforge.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:113)
         at net.sourceforge.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:541)
         at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
         at net.sourceforge.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:438)
         ... 56 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at net.sourceforge.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:454)
         ... 60 more
    Caused by: java.lang.NullPointerException: value
         at javax.faces.model.SelectItem.(SelectItem.java:55)
         at com.sigma.gse.view.ModelPageBean.getModels(ModelPageBean.java:48)
         ... 65 more
    On the Tomcat console:
    ERROR - PropertyResolverImpl.getValue(117) | com.sigma.gse.view.ModelPageBean
    javax.faces.el.EvaluationException: Bean: com.sigma.gse.view.ModelPageBean, property: models
    at net.sourceforge.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:4
    at net.sourceforge.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:113)
    at net.sourceforge.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java
    Code that worked:
        public List getModels(){
            logger.debug("getting Models for display");
            List<SelectItem> models = new ArrayList<SelectItem>();
            for(Model model: modelIds){
                models.add(new SelectItem(model.getModelId()));
            return models;
        public String getSelectedModel(){
            return this.selectedModel;
        public void setSelectedModel(String selectedModel){
            this.selectedModel = selectedModel;
    I need help in figuring out what I am doing wrong? If you see there is very little difference between the code that worked and the above defective code.
    Thanks a TOn in advance,
    Anoop

    Hi,
    I am trying to dynamically populate a combo box at screenload. I aslo checked the codes that you have put up in the forum.
    private List searchPMPCountys;
         private List searchNCMs;
         private String selNCM;
         private String selPMPCounty;
         private List searchUnassignedPatients;
         public List getSearchNCMs() {
              searchNCMs = new ArrayList(1);
              searchNCMs.add(new SelectItem("Lynn"));
              return searchNCMs;
         public void setSearchNCMs(List searchNCMs) {
              this.searchNCMs = searchNCMs;
         public List getSearchPMPCountys() {
              searchPMPCountys = new ArrayList();
              List AllPMPCounty = patientmgr.getAllCounties();
              if (AllPMPCounty != null) {
                   Iterator it = AllPMPCounty.iterator();
                   while (it.hasNext()) {
                        NcmCounty county = (NcmCounty)it.next();
                        searchPMPCountys.add(new SelectItem(county.getCountyName()));
                   //String startTag = ((SelectItem)searchPMPCountys.get(0)).toString();
              return searchPMPCountys;
         public void setSearchPMPCountys(List searchPMPCountys) {
              this.searchPMPCountys = searchPMPCountys;
         public String getSelNCM() {
              return this.selNCM;
         public void setSelNCM(String selNCM) {
              this.selNCM = selNCM;
         public String getSelPMPCounty() {
              return selPMPCounty;
         public void setSelPMPCounty(String selPMPCounty) {
              this.selPMPCounty = selPMPCounty;
    <td>
                                                 <h:selectOneMenu id="listingNCM" value="#{patientTool.selNCM}">
                                                      <f:selectItems value="#{patientTool.searchNCMs}" />
                                                      </h:selectOneMenu>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td>
                                                 PMP County
                                            </td>
                                            <td>
                                                 <h:selectOneMenu id="listingPMPCounty" value="#{patientTool.selPMPCounty}">
                                                      <f:selectItems value = "#{patientTool.searchPMPCountys}" />
                                                      </h:selectOneMenu>
                                            </td>
                                       </tr>
    I am new to web and in paticular to JSF. I was wondering if you any of you can guide me??
    I could pull up the screen only once. But the components were not rendered properly I had to reload the screen and I am getting this error as shown below..
    java.lang.IllegalArgumentException: Value binding of UISelectItems with id searchAsgn:_id11 does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
         at net.sourceforge.myfaces.renderkit.RendererUtils.internalGetSelectItemList(RendererUtils.java:393)
         at net.sourceforge.myfaces.renderkit.RendererUtils.getSelectItemList(RendererUtils.java:309)
         at net.sourceforge.myfaces.renderkit.html.HtmlRendererUtils.internalRenderSelect(HtmlRendererUtils.java:355)
         at net.sourceforge.myfaces.renderkit.html.HtmlRendererUtils.renderListbox(HtmlRendererUtils.java:321)
         at net.sourceforge.myfaces.renderkit.html.HtmlListboxRendererBase.encodeEnd(HtmlListboxRendererBase.java:69)
         at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:329)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:376)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:280)
         at org.apache.jsp.pages.patientAssignment_jsp._jspx_meth_h_selectManyListbox_0(patientAssignment_jsp.java:1086)
         at org.apache.jsp.pages.patientAssignment_jsp._jspx_meth_h_form_0(patientAssignment_jsp.java:473)
         at org.apache.jsp.pages.patientAssignment_jsp._jspx_meth_f_view_0(patientAssignment_jsp.java:229)
         at org.apache.jsp.pages.patientAssignment_jsp._jspService(patientAssignment_jsp.java:114)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at us.in.state.isdh.cdms.ncm.web.MessageFilter.doFilter(MessageFilter.java:41)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at net.sourceforge.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:404)
         at net.sourceforge.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:241)
         at net.sourceforge.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:287)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
         at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at us.in.state.isdh.cdms.ncm.web.MessageFilter.doFilter(MessageFilter.java:41)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    There is no server error. I am using Tomcat server..
    Thanks,
    Raji

  • Drop down issues

    I'm having trouble with drop down menus not been visible long enough to select.   Example while reading local paper sports section has a drop down menu to go directly to baseball. The menu doesn't stay visible long enough to go to that section.   Any suggestions.  Thanks

    Sounds like you pulling those menus, before you allow that page to upload completely. I have the same habit.

  • Droid Maxx XT1080M Screen Rotation Problem and Notification Drop Down Issue

    My droid maxx xt1080m screen rotation got stuck on landscape while viewing photos the other day. I went into settings and unchecked the box for auto rotate screen. My photos were still in landscape and would not go back to portrait. I turned off the phone and restarted, went back to the gallery and pictures were back to portrait. I then went into the settings and checked the box for auto rotate screen, went back to photos and they will not rotate. Nothing and I mean nothing will rotate at all. Photos in the gallery that used to rotate, apps that used to rotate will not rotate. How do I fix this?
    Now I also notice that the notification list at the top will not drop down when swiped down. I will have to swipe it 7-8 times to get it to come down. This is my second maxx as the first one got stuck in a loop on boot up and would not reset.

    Can you boot into SAFE MODE ??  You can also UNINSTALL that Gallery Lock APP from the online Android Market (PLAY).
    Safe mode:
    - Power Off
    - Power On
    - Press & HOLD both up & down volume buttons at the same time -- for like 3 mins while it boots up. Keep holding these down!
    - Phone should eventually come up and say SAFE MODE in lower left corner ..
    Does THAT work???  If so, see if that app is in your APP drawer and try to uninstall it.
    If that doesn't work, you can boot into the Maintenance Menu using a similar procedure that can get you to the ability to do a Factory Reset, if that's what you want to do.
    let us know.

  • Parameter drop down issue in XI Rel. 2 report viewed with XI Rel. 1

    I've modified a report (originally created in Rel. 1) with Rel. 2.  I've modified the one parameter.  Everything works fine when viewing the report in Rel. 2.  When I send the report to someone with Rel. 1, they get the parameter screen with a blank text box and the name of the value element defined for the parameter in the upper right hand portion of the parameter screen.
    If they click okay, that parameter screen is replaced with the correct one - that displays a dropdown and doesn't have the parameter value element displayed.
    The same is happening with other reports I'm working on.  Short of upgrading everyone to Rel. 2 (which is likely not a viable option), any suggestions?

    Hi
    Please provide the exact version and patch level of Rel. 1 that the users are working on.
    Version : You can find this infrmaion at HELP>>About Crystal Reports
    Patch Level : C:\Program Files\Business Objects\Crystal Reports 11\Patches\History.txt
    - Also, are you and the rest of the users opening these reports within crystal report designer application direcly?
    - What happens if they create new reports at their end which include parameters in them.Does the same thing occur for these reports also?

  • Drop down fields on Adobe reader for iPad

    Hello,
    Regarding using an order form in adobe reader for iPad, I am able to check boxes, free form text, etc. but drop down fields are not retaining selection.  I will click drop down, make selection, and field is still blank. If I select the same drop down my choice is checked. When I email form the field remains blank.
    Any help would be appreciated!!

    Hello,
    Thank you for the response.  I am currently using Adobe 11.01.  I believe I have found the problem.  Our company utilizes an app names "Showpad" for our sales teams.  Within Showpad you can open PDF's, however any interactive functionality is not available.  To solve for this, you can open a PDF within Showpad and then "open with" a different app.  In this case, I opened with Adobe Reader.  It looks like all the functionality returns to the document minus that drop down issue I am experiencing.
    I tried to open the same order form from my email using Adobe Reader and all functionality is available (including drop down).
    It looks as though something is getting lost between the Showpad app and Adobe Reader app.

  • Security issue with page drop down on planning form 11.1.1.3

    I'll buy a round of Newcastles for anyone that can fix this issue.
    Planning 11.1.1.3 a given user is given @idescendants write access to a cost center rollup that has shared members underneath. The stored members are in a primary rollup higher up in the hierarchy. The webform has the cost center selection on the page drop down. The first child in the rollup does not display. This occurs for every rollup, the first child member is not visible i nthe drop down. So for example, the outline looks like this:
    primary cost center hierarchy (stored)
    rollup1
    --ccxxx stored
    --ccyyy stored
    alternate hierarchy (shared members)
    rollup2 <--------------user has write access to @Idescendants of this rollup
    --ccxxx shared
    --ccyyy shared
    In the page drop down, only the ccyyy member shows. Not the ccxxx. Dev has the same access applied and both show correctly. I've tried refreshing security, pushing filters from plan to essbase (even though this is metadata security in planning) and nothing fixes. Webforms are identical. My next step is to restart the planning service when i get down time but was wondering if anyone else has seen this issue.Always the first child of the shared rollup that doesnt display.
    Edited by: EssbaseInAz on Nov 4, 2009 3:11 PM

    Exports are identical. In fact, prod security was cleared and reloaded using an export from dev. after the upload i re-exported prod and compared the export to what was loaded (export from dev). Security is identical. This only for users with security set on the alternate hierarchy rollups up. Admin members are fine. One test i did do was to give access to the first child that is not displaying up on the stored member. If i do that, the member will show. But that's not really feasible in this security setup and it does not explain why the exact same security works fine in dev.
    I thought about about the second issue you raise. it does seem to behave like that. but the part is tagged never share, not label. Same as in dev, which works. plus like you said, that situation only seems to arise when the members are on the row and even then, the member displays, it's just set to read only. I'm wondering if there's some flag set in the relational backend that's causing an issue or something like that. I've pushd the filters to essbase and using a test id setup i can replicate this issue, but with an excel retrieve i can obviously see the member (since metadata security isnt applied in excel) and i can also see the data for the missing cost center. So, its somewhere in planning where the metadata security is applied. I might poke around the planning tables and compare to dev to see if i can find any smoking guns. Really bizarre. Plus tomorrow i've got a window to restart the planning service to see if that helps.
    Thx for the response Jake and if you have any other suggestions i'm open. If i find a solution i'll let you know.
    Pete

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • Business Contact Manager 2013 Issue with drop down menus not working correctly and BCM disappearing.

    We upgraded from BCM 2007 to BCM 2013.  Now the BCM disappears from Outlook occasionally and the drop down menus are confused. for instance when accessing the drop down for phone numbers, the user selects company - but the field for TTY/TDD comes up.
    Shows fields that don't exist etc.
    The client is using Office 2013 Pro Premium from Office 365 Small Business Premium subscription and BCM downloaded from Microsoft website.
    Please let me know what the support avenues are for this product.
    Chris Smith

    Hi,
    This issue may be caused since the BCM was not installed properly.
    Please go to Control Panel -> Programs and Features, find Business Contact Manager for Microsoft Outlook and Uninstall it.
    Then go to
    http://www.microsoft.com/en-us/download/details.aspx?id=36513, download the right version of BCM(32bit or 64bit) and install it.
    If issue persists, you may provide the screenshots of the issue, post them to SkyDrive and share it via a link:https://skydrive.live.com/, then we will have a better understanding on the issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • I recently updated to the newest version of Flash (17.0.0.134) and I have a MacBook Air, running OSX. Ever since the update I can no longer select drop down menus or get Netflix to run properly. Has anyone else had this issue/know how to resolve it?

    I recently updated to the newest version of Flash (17.0.0.134) and I have a MacBook Air, running OS X and I have Safari version 8.0.4.  Ever since the update I can no longer select drop down menus or get Netflix to run properly. Has anyone else had this issue/know how to resolve it?

    1. System Preferences > Flash Player > Advanced > Delete All
        Press “Delete All” button under “Browsing Data and Settings”.
    2. Install Adobe Flash Player.
        System Preferences > Flash Player > Updates
        Press the “Check Now” button.
        http://get.adobe.com/flashplayer/
        Download it and quit Safari from Safari menu in the menu bar.
        Follow the prompts to install Adobe Flash Player.

  • I can no longer use any type of drop down when on Firefox. Internet Explorer drop downs work so I know it is not an overall setting problem. I hate Internet Explorer. Please help me fix this issue in Firefox!

    When I am on a website like say Southwest Airlines and there are drop down menus to choose dates, cities, etc. The drop down flashes quickly and then goes away. I can't use the drop down on the next question -- This happened.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • When I select a photo to email from "my pictures" or Picasa, Thunderbird is no longer opening a blank email with the photo attached.

    I used to be able to select a photo in my pictures or Picasa, select size, select email, and a blank email would open in Thunderbird with the photo attached. I am wondering if there is a setting somewhere in Thunderbird that should be enabled. Hope s

  • Editing AIFF files in ituines

    Can I edit aiff files in iTunes?

  • Farsi numerical

    I have problem with decimal numbers in farsi web pages when use firefox but in IE it shows correctly.for example the unit 1/5 in farsi pages show 5/1 and I guess it is very important error.I search in web and find that when we change the number of bi

  • Creating Effects with C++

    Hey guys, I don't know what to do anymore, maybe you can help me. A few hours ago I downloaded "dev-C++" from bludshed. Now I tried to load effects from the SDK into the programm, but I don't know how to set the preferences for the project. If there

  • 1 measure for nothing before recording music to video

    Opened a video to score, detected cuts got a buch of semi useful markers, created 1st music cue 4/4 @ 69 BPM (does not start at a cut detected marker), the 2nd cue will be 4/4 @ 48 BPM. Here's what I don't understand; I make a marker at the location