Dashboard guest disables the box to

Hi all.

I have a problem using the selection multiple guest in a dashboard, imagine that you create a prompt on a column with a value of more than 500 separate, then in a dashboard you want to select all values except one.

So in the dashboard, you open the multiple selection box and then press on the "< <" to select all values, after that select the value that you do not want to display, and then press on the ">" button to exclude, after pressing the "OK" button the box remains empty. I think it's some kind of bug, but I want to know if this happens to you in your system.

I use OBIEE 10.1.3.3.3

Thank you.

Yes, it happens to OBIEE 10.1.3.3.3

Possible work would be around after you have selected all thanks to< click="" on="" edit="" button(bottom="" left="" hand="" side="" of="" multi="" select="" window),="" now="" remove="" unwanted="" ones="" click="" ok="" will="" return="" to="" multiselect="" window="" now="" again="" click="" on="">

-Hope it helped you
Srinivas Pauline Martin

Tags: Business Intelligence

Similar Questions

  • How to disable the boxes created by table multiplesection.

    Hello

    I created a table and I added a multiple selection which creates checkboxes in default.i used the "SelectFlag" as a transitional attribute in the VO.
    Now, in the t, I have a column name 'Status' which has two values
    1 error
    2. success.
    I showed this column in the table after that the checkbox "select..."

    So, my requirement is that when the status is 'Success', then the boxes must be disabled...

    Can anyone suggest me the things I need to add in the Page or the controller Code to implement this?

    Please its Urgent...//

    If his classic table, you can use bean to switch to achieve this.
    See exercise to delete in the tutorials of Toolbox, he got the step by step procedure to do this.

    Prasanna-

  • disable the box around cursor; box moves with the cursor

    suddenly, a transparent box appears around the cursor and moves with him.  Cannot delete the box that moves with the cursor... tried to personalize, mouse pointers, etc.  The default tab has been grayed out, so would not activate.

    Hello

    Looks like you have turned on the magnifying glass.

    Open Control Panel / ease of access Center.

    Click the make the computer easier to see.

    Scroll to the bottom and Remove the check mark from the option turn on Magnifier .

    Let us know the results.

    Concerning

  • Disable the box at the bottom left of the screen

    Hello

    My cat on my keyboard and lit a dialog at the bottom left of my screen.  He crazy on my screen.  How do I turn it off?  Help, please.

    Thank you

    TERI

    You can post a screenshot using Windows screen capture tool? Also, check the accessibility settings.

    BTW, you have a very smart cat.

  • box in JTable - event should fire ONLY by clicking on the box

    Hello
    I have a Jtable implementation and a Boolean column I have a checkbox. due to being too big for this column header field, the column is much larger than the box. the checkbox can be toggled by clicking anywhere in the field. I don't want this behavior. the value should switch only when I click on the box (the square box with check/uncheck) and not in the vicinity of the area in the empty box.

    This behavior is possible. the default value is active and disables the box when you click on anywhere in this cell.

    appreciate the answers.

    Thank you
    Khan

    Thanks for noticing.

    //!Not thoroughly tested!
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class CheckboxInCellTest2 {
      String[] columnNames = {"Boolean(Default)","Boolean"};
      Object[][] data = {{false,true},{true,false},{false,true}};
      DefaultTableModel model = new DefaultTableModel(data, columnNames) {
        @Override public Class getColumnClass(int column) {
          return getValueAt(0, column).getClass();
        }
      };
      public JComponent makeUI() {
        JTable table = new JTable(model);
    //     table.addMouseListener(new MouseAdapter() {
    //       @Override public void mouseReleased(MouseEvent e) {
    //           JTable t = (JTable)e.getComponent();
    //           Point pt = e.getPoint();
    //           int row  = t.rowAtPoint(pt), col = t.columnAtPoint(pt);
    //           if(t.convertColumnIndexToModel(col)==1)
    //             t.getCellEditor(row, col).stopCellEditing();
    //       }
    //     });
        table.setRowHeight(20);
        CheckBoxEditorRenderer cer = new CheckBoxEditorRenderer(table);
        table.getColumnModel().getColumn(1).setCellRenderer(cer);
        table.getColumnModel().getColumn(1).setCellEditor(cer);
        JPanel p = new JPanel(new BorderLayout());
        p.add(new JScrollPane(table));
        return p;
      }
      public static void main(String[] args) {
        EventQueue.invokeLater(new Runnable() {
          @Override public void run() { createAndShowGUI(); }
        });
      }
      public static void createAndShowGUI() {
        JFrame f = new JFrame();
        f.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
        f.getContentPane().add(new CheckboxInCellTest2().makeUI());
        f.setSize(320,240);
        f.setLocationRelativeTo(null);
        f.setVisible(true);
      }
    }
    class CheckBoxPanel extends JPanel {
      public final JCheckBox button = new JCheckBox();
      public CheckBoxPanel() {
        super(new GridBagLayout());
        add(button);
        button.setOpaque(false);
        setOpaque(false);
      }
    }
    class CheckBoxEditorRenderer extends AbstractCellEditor
          implements TableCellRenderer, TableCellEditor, MouseListener {
      private final CheckBoxPanel editor = new CheckBoxPanel();
      private final CheckBoxPanel renderer = new CheckBoxPanel();
      private final JTable table;
      public CheckBoxEditorRenderer(JTable table) {
        super();
        this.table = table;
        editor.button.addMouseListener(this);
      }
      @Override public Component getTableCellRendererComponent(JTable table,
          Object value, boolean is, boolean hf, int row, int column) {
        renderer.button.setSelected(Boolean.TRUE.equals(value));
        return renderer;
      }
      @Override public Component getTableCellEditorComponent(JTable table,
          Object value, boolean isSelected, int row, int column) {
        editor.button.setSelected(Boolean.TRUE.equals(value));
        return editor;
      }
      @Override public Object getCellEditorValue() {
        return editor.button.isSelected();
      }
      //Copied form http://tips4java.wordpress.com/2009/07/12/table-button-column/
      private boolean isButtonColumnEditor;
      public void mousePressed(MouseEvent e) {
        if (table.isEditing() &&  table.getCellEditor() == this)
          isButtonColumnEditor = true;
      }
      public void mouseReleased(MouseEvent e) {
        if (isButtonColumnEditor &&  table.isEditing()) {
          table.getCellEditor().stopCellEditing();
        }
        isButtonColumnEditor = false;
      }
      public void mouseClicked(MouseEvent e) {}
      public void mouseEntered(MouseEvent e) {}
      public void mouseExited(MouseEvent e) {}
    }
    
  • I have disabled the guest two times account, how is it reactivated without choosing me this?

    It is a portable single user. I have disabled the account asked for increased security. Twice in the last 6 months, I noticed that it had been reactivated. Is there a hidden registry entry that reactivates the guest account?

    Hello
     
    1. someone else has access to the account?
    2. what changes have been made in the last six months?
     
    Perform the steps below and check if it works.
    Step 1:
     
    a. start, click on run
    b. Type "lusrmgr.msc. This will open local console users and groups.
    c. click on the directory on the left hand side
    d. Select the account invited on the right side
    e. check the box that says "account is disabled".
    This will disable your guest account.
    Step 2:
    Try to activate the guest account turned off in safe mode
     
    I hope this helps.
     
    Aziz Nadeem - Microsoft Support

    [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

  • Given to replace my current iphone with a 6s - a trip that I can disable the use of boxes and use a unique sim card data for emails

    Given to replace my iphone today with a 6s - a trip that I can disable the use of boxes and use a sim card only data for email & web.

    If you go to settings > Mobile and less ' use of mobile data for: "turn off all except Safari and Mail

  • Is there a way to disable the download popup box? It's boring.

    I want to disable the download area. This is just another window to close when I'm finished. It seems that the previous versions had this ability - I use 6.0

    Gift of Monaco
    678-570-8707.

    Tools menu > Options > general tab > download > clear appropriate for window box downloads.

  • disable the license dialog box

    We have just installed LV 2012 on 85 machines and checked the box in the license dialog box that says do not show this message.

    but without fail, it keeps coming back every day because we have not authorized the Application Builder (and don't want).

    How get rid of this very annoying screen?

    It happened when we installed LV 2011 but now it's even worse because after checking the box (AGAIN) to display the Panel, it is said that we can extend the evaluation period, if we want (probably for the Application Builder which we do not want).

    Finally, after the expiry of the period of 30 days for App Builder evaluation I imagine it will go away, but it's very inconvenient in the meantime.

    Use OR License Manager to disable the evaluation for the application builder, as shown. the box next to components that are in the evaluation is 1/2 yellow rather than green you see here:

  • can someone tell me how to disable the guest account. I do not have the password and the administrator. my pc is vista Home premium

    can someone tell me how to disable the guest account. I do not have the password and the administrator. my pc is vista Home premium

    Hello

    Enable or disable the guest account the
    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-the-guest-account-on-or-off

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Ran Malwarebytes & two threats were each one with the same name: PUM. Disabled.SecurityCenter. fact that associated with MSSE PUM & the boxes unchecked in MS security Center.

    Original title: PUM. Disabled.SecurityCenter

    I recently removed "patch system" of my Dell computer XP. Malwarebyte s was the only software to do. MSSE caught, but couldn't fix it. I then updated & ran MSSE on my Toshiba - no threats not found. I then ran Malwarebytes & two threats were each one with the same name: PUM. Disabled.SecurityCenter both at the Date of the registry in HKLM\SOFTE\Microsfot\SecurityCenter\AntiVirusDisableNotify & HKLM\SOFTWARE\Microsfot\securityCenterFirewallDisableNotify.  These two have been listed bad: Good (0) (1).  In the Malwarebytes wesite, I read that this has something to do with MSSE. In a commentary, he says it occurs if, in the MS Security Center, the notification "Notify me if my computer might be at risk because of my virus protection software settings" is unchecked.  I then went ahead & check all 3, firewalls, viruses & automatic updates. My computer seems to work well, except that the fan runs all the time (there are a lot of processes running & the CPU usage is very--often 100%, but the computer works fast).

    My questions are: 1) the PUM associated MSSE & the boxes unchecked in MS security Center; (2) should I click on "ignore" in the Malwarebytes scan? 3) was right to check all the boxes in the center of security - "altert me if my computer may be at rist b/c of my xxx software settings?  Thanks in advance for your help.

    PC fan2

    Hello

    (1) is associated with MSSE PUM & the boxes unchecked in MS security Center;

    The following thread might answer this question: http://forums.malwarebytes.org/index.php?showtopic=69859

    (2) should I click on "ignore" in the Malwarebytes scan?

    Yes

    3) was right to check all the boxes in the center of security - "altert me if my computer may be at rist b/c of my xxx software settings?

    Only, run antivirus software at the same time. Firewall must be performed, evil-ware bytes can be run at your pleasure.

  • HP Envy 15: disable the control box (touchpad)

    Please, describe in detail how to disable the touchpad (control area), I use Windows 7 on an envy 15.   It took me 15 minutes to type this request and I type for a living.   I have a wireless USB mouse, but I still occasionally want to reactivate my touchpad when I watch movies.

    I like this laptop but would not have bought if I had known that the placement of the touchpad would cause so many problems.

    Thank you

    Hello

    Please try:

    (a) go to control panel,.

    (b) click the mouse.

    (c) click HP box control tab.

    d check Disable internal...

    (e) click apply/Ok

    Kind regards.

  • How to disable the "Insert smart card" dialog box keeps appearing after the connection?

    Running Windows 7 64 bit on a laptop Dell which includes and integrated smart card reader. My configuration does not require a smart card to log on. I was wondering if the smart card reader has worked, I plugged a card chip used on another system. The driver is installed automatically, so it appears the drive works.

    Now, whenever I log in, the "Insert smart card" dialog box is displayed. If I cancel or close the box, he continues to reappear every few seconds. How to disable this behavior?

    Update: this is somehow connected to Outlook 2003. I have 4 different e-mail accounts. The "Insert smart card" box appears only when checking for my att account (yahoo), which is configured by using POP3.

    Go to the Services.msc and check the settings for the smartcard (manual test) service.

    Tom

    PS 29 December 2011

    The position of the OP, have been reported since a lot of this problem on the some notebooks Dell and HP. There are a few reports that a replacement of the motherboard fixed the problem and the other that the relocation of a certain connector (no mention of exaclly one that) solves the problem. Direct contact with the manufacturer of the laptop computer, Dell or HP wether, might be useful. Try a follow-up if you have already made contact.

    Tom

  • How can I disable the guest user to close the PC while the Admin is connected?

    I'm running Windows 7 Ultimate. I found out how to disable the guest user closing at all via the local security policy, but then they can't stop even if the Admin account is offline.

    To clarify a bit, say I want to give my PC to someone, I usually click on change user and connect using the guest account. In this way, they can't access my account because it asks for a password. I want that in such a case, they should not be able to stop the PC as my admin account is always logged.

    However, if someone booted the PC themselves and use the guest account, then they should be able to close too, as my Admin account has not been connected.

    I'm running Windows 7 Ultimate. I discovered how to disable the guest user closing all through local security policy.

    It is the correct method. It is as robust as it is unconditional.

    If you want to have your cake and eat it the guest account must use a powerful "agent" to perform the functions of judgment. A scheduled task would be such an agent. It might work as follows:

    1. Create a scheduled task that runs Script1 to perform these tasks:
      -Check if the C:\Shutdown\Shutdown.txt file exists.
      -If not, the output of the script.
      -If this is the case, delete Shutdown.txt.
      -Check if there is an administrator session. If so, the output of the script.
      S ' there is no live administrator session, shut down the computer by using shutdown.exe.
      The task must run under an administrator account once every 3 minutes.
    2. Create a shortcut on the desktop for the Guest user calling Script2 for these tasks:
      -Check if there is an administrator session.
      -If this is the case, create a pop-up to inform the user that the machine cannot be stopped.
      -If it is not, create the C:\Shutdown\Shutdown.txt file. The scheduled task will 'see' this file and will stop the machine.
  • disable the dialog box

    How can I disable the dialog box displayed in the photo

    crush onSavePrompt returns true

Maybe you are looking for

  • Why export changes file size?

    Is it possible to export the edited photo (added info) without making it take more space? "Jpeg quality" somehow mess up to the size of the file even if I do not edit images somehow. Can't he look at the original and choose automatically the quality?

  • Why do I get 'access denied relay '.

    When you try to send an e-mail for the first time (new computer with windows 8.1), it gave me this error message: cannot send.Relay access denied.

  • 350g 1: IDT driver for windows 10

    High-definition audio codec, IDT does not work properly in windows 10 is there an updated driver for windows 10?

  • Pavilion g6-2014tx: driver Bluetooth and Dolby audio

    I need the audio drivers Bluetooth and Dolby. I tried several bluetooth drivers, but after updating to windows 8 and 8.1, bluetooth option appears even in the settings.

  • Replacement of disk for HP G61 - 420CA / Memmory

    Series: [edited by mod on 11-08-14] PRODUCT: WA968UA #ABC MODEL: GG1 - 428 CA Hi, I have a HP G62 - 420CA currently with a seagate 320 GB (SATA) without HARD drive and I was wondering if this drive is compatible with this system. WD Blue 750 GB 2.5 "