Disable the settings based on the value of the parameters one another

Hello

I create a report that has a bunch of parameters. From among them when a user enters a value for say including OrderID parameter I want to disable all settings. For settings that are populated by a list of Values (LOV), I added a condition in the query, saying OrderID should be empty and the OrderID parameter I chose the option of "discounting the other settings on the changes. So whenever the command is empty all the other settings in the Menu have no value in their menus for the user to select.

But I don't know how I can stop the user to select a value for the date parameters and the parameters typed in. Please let me know.
Thank you
DY

I don't know anyway that you can prevent them to enter data in the other settings (except, as you said, for those sql-based).

There is no reason, however, that you must use the values provide you these parameters. You should be able to structure the SQL behind your report to assess the setting entry (returns would work probably) to use only the values of the parameters B, C and D, if the parameter is set to null.

Tags: Business Intelligence

Similar Questions

  • I would disable the adobe one of my windows system creative license and want to activate the license even on MAC. Kindly give me the wise steps to do...

    I would disable the adobe one of my windows system creative license and want to activate the license even on MAC. Kindly give me the wise steps to do...

    Hi ano.

    First of all, you can follow the article: connect and disconnect activate Cloud Creative applications which help to deactivate the license of the existing computer. Once this is done, then you can follow the article: download and install Adobe Creative Cloud apps that will help you to install the application on your second machine.

    Let us know if it works or not.

    Thank you
    Yann Arora

  • Copy the file from one drive to the keyword one another & missing tags

    Hello

    I use LR 2.7.  I want to copy a file from one disk to another disk with the same file name.  I thought that you could drag the file, but it is not copy the file into the other drive, can you explain what I need to do?

    Also, I tried to import the file to another drive, but it does not copy the keyword tags.  Is there a way to do this?

    Thank you

    Barb

    There is absolutely no problem with a lot of files. I think that most people are this way.

    To merge a catalog in another, open a catalog and then-> import from catalog and Lightroom point files to your catalog on the other.

  • Way to disable the action if another action is executed

    I'm new to both animate and Javascript/Jquerey please bare with me if I do not explain it well or with the correct terminology.

    Basically what I'm trying to do is have a page where when you scroll over a div/symbol, it develops (by using the mouseenter action) and then contracts (mouseleave action).  I can get this animation works... kind-it hiccups when you move the mouse quickly top, causing animations sometimes lock in the State of evil, but the problem I have is when I try to add a click to the div.

    The idea, in a nutshell, is that when you click on the image, everything on the page fades and then news comes without the need to reload the page.  The thing is, whenever the content begins to fade or hide after the click is executed, action "mouseleave" on div triggers, reset the page.

    So long story short, is possible to make a div click disregard all other actions while the animation happens?  I've tried several "solutions" but none of them are perfect aren't really easy.

    More if anyone has suggestions or advice on the contribution of the bearing and off animations do not occasionally get stuck when you move the mouse quickly on it, also I would really appreciate that.

    Thank you.

    -Eric

    Hi, Eric.

    You can try saving the States using variables.  It is a technique I described in my blog since last year, relying on an independent schedule.  Search for "State management":

    http://blogs.Adobe.com/edge/2012/07/18/tutorial-leveraging-independent-symbol-timelines/

    Hope that helps!

    -Elaine

  • How can I change the color one another using "format.color = c?"

    Hello

    I saw AS3 code which is used to change the color. How to edit to change a different color, red, green or yellow.

    format. Color = c;

    Help, please.

    Change the value of c to another color.

  • Custom tabular remove - remove the checkboxes of the element one another.

    Hi all

    Request Express 4.2.4.00.08
    I have a dynamic action on the key press 'DELETE' to a tabular presentation.  This dynamic will launch a process that removes the row from the database, and then deletes the line in my application.
    Everything works fine, however, I have another question on the page (name of say P26_CHECKBOX) which gets deleted if it has been populated.
    I want to restrict the (this) .remove (); part of the code in my region in tabular form only.  Does anyone have a solution for this?  I would like to know if any other details must be provided or if I should put an example on apex.oracle.com.

    Brett Ch wrote:

    If you look at the first page, I have something in the box that is completely filled.  I've added a few lines with ename "Johnson" and "Paul".

    Now, try to remove one of these lines.  It will remove both the database and the application of front end.  However, P1_CHECKBOX options are now gone (this) .remove () part of the action dynamic javascript.  My goal is to delete lines in the form of tables and will affect all the other check boxes on the screen.

    You must use a selector more specific on line 6, so that only the check boxes in the report as a table are targeted, for example:

    var checkedRows = $('td[headers="CHECK$01"] input:checked').closest('tr'); 
    

    However, who could still target checkboxes in other reports or tabular shapes on the page. The best approach is to add a static region ID to the form region and use it in a selector boxes only targets in the report as a table in this region:

    var checkedRows = $('#report_tab_form .uReport td[headers="CHECK$01"] input:checked').closest('tr');
    
  • How an applet instance can call a method in the context of the proceeding one another?

    Consider an applet Java Classic Card with multiple instances that need to share data in a variable byte [] (e.g. persistent mutable, i.e. EEPROM/Flash), containing information common to all instances.

    Variable static ubyte [] would be perfect, but these happen to be prohibited by the validation rules imposed on me (I am told: as a way to tote to show that UN-instantiating an instance releases this she distributed on instantiation).

    This would be solved if an instance of the slave could call one of the method of the applet in the context of an instance of master (perhaps initially identified by AID, or/and/then in another way). How is that possible? Any example?

    Hello

    So I think that you don't need other assistance,
    The link you provide, has a useful example

    Kind regards
    Hana

  • Disable the item based on a different value of items

    Hello, I am trying to disable an element based on the value of another, and I'm not sure what I'm doing wrong.

    I have in the header section of HTML form:

    < script type = "text/javascript" >
    function disFormItems (item1) {}
    disItem = document.getElementById (item1);
    disItem.style.background = "#eeeeee";
    disItem.disabled = true;
    }
    < /script >


    In the foot of the region, when I had the bottom it works.
    < script type = "text/javascript" >
    {disFormItems ('P19_RETURN_TO_CUSTOMER')}
    < /script >

    When I try to add my condition, nothing happens.
    < script type = "text/javascript" >
    IF ("P19_FILE_STATUS" = "A")
    {disFormItems ('P19_RETURN_TO_CUSTOMER')}
    < /script >

    Why don't you use:
    $f_DisableOnValue (pThis, pValue, pThat)
    Checks the value (pValue) of an element (pThis). If it matches, this feature disables the element or the array of items (pThat). If it does not, then the element is activated.

    so in your case: $f_DisableOnValue ('P19_FILE_STATUS', 'A', 'P19_RETURN_TO_CUSTOMER');

  • Disable the navigation based on the value of the column?

    Hello

    When you activate the navigation I don't want the hyperlink in navigation is enabled for the particular data values in the column of the query.

    For example in my request Req_A I have column A, which has enabled another report of navigation. Column A has the following values 'ABC' and 'XYZ' "TUV". Can I some how disable/remove navigation links where that value is "TÜV"?

    Hello

    You now use standard column navigation. Instead, you must create a Case statement and use [Url GO | http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html#wp1005251] feature.

    Use a URL for the values you want to naviagate on. Otherwise, just show the value.

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • How to disable the popup LOV (query based LOV) tabular

    Hello

    I need help. I need to make a line in a table form the read-only AND disable the Popup LOV (LOV based query). As you can see in the code below all rows with a value of "AUD" becomes read-only. Column 5 is a Popup LOV (query based LOV), and must have become read only AND disabled also. Currently, the code performs the lines = "AUD" read-only, but the user can still click on the Popup LOV this line and select a value from the list, then updates the row.

    All solutions?

    function makeRowReadOnly() {}
    {$('select[name="f06"]').each (function ()}
    var row_val = $(this) .val ();
    ROW_ID var = $(this).attr('id').substr (4);
    If (row_val is "AUD")
    {
    $("#f02_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    $("#f03_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    $("#f04_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    $("#f05_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    $("#f06_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    $("#f07_"_+_row_id).attr ("readonly", true) .addClass ('row_item_disabled');
    }
    else {}
    $("#f02_"+row_id).attr ("readonly", false) .removeClass ('row_item_disabled');
    $("#f03_"+row_id).attr ("readonly", false) .removeClass ('row_item_disabled');
    $("#f04_"+row_id).attr ("readonly", false) .removeClass ('row_item_disabled');
    $("#f05_"+row_id).attr ("readonly", false) .removeClass ('row_item_disabled');
    $("#f06_"+row_id).attr ("readonly", false) .removeClass ('row_item_disabled');
    $("#f07_"+row_id) .attr ("readonly", false).removeClass('row_item_disabled');
    }
    });
    }

    Hi dekoke_i,

    I tried this on my local instance of APEX 4.2:

    function makeRowReadOnly() {
    $('select[name="f06"]').each(function() {
    var row_val = $(this).val();
    var row_id = $(this).attr('id').substr(4);
    if (row_val == 'AUD ')
      {
        $("#f02_" + row_id).attr("readonly", true).addClass('row_item_disabled');
        $("#f03_" + row_id).attr("readonly", true).addClass('row_item_disabled');
        $("#f04_" + row_id).attr("readonly", true).addClass('row_item_disabled');
        $("#f05_" + row_id).attr("readonly", true).addClass('row_item_disabled');
        //make the popup-lov button readonly
        $('#f05_' + row_id).closest('tr').find('td span.lov a').addClass('row_item_disabled').unbind('click');
        $("#f06_" + row_id).attr("readonly", true).addClass('row_item_disabled');
        $("#f07_" + row_id).attr("readonly", true).addClass('row_item_disabled');
      }
    else {
      $("#f02_"+row_id).attr("readonly", false).removeClass('row_item_disabled');
      $("#f03_"+row_id).attr("readonly", false).removeClass('row_item_disabled');
      $("#f04_"+row_id).attr("readonly", false).removeClass('row_item_disabled');
      $("#f05_"+row_id).attr("readonly", false).removeClass('row_item_disabled');
      //enable the popup-lov button
      $("#f05_"+row_id).closest('tr').find('td span.lov a').removeClass('row_item_disabled').bind('click');
      $("#f06_"+row_id).attr("readonly", false).removeClass('row_item_disabled');
      $("#f07_"+row_id).attr("readonly",false).removeClass('row_item_disabled');
      }
    }
    

    I hope this helps!

    Kind regards

    Kiran

  • Enable and disable the item based on the Condition

    Hi Experts,

    I work in the form of 10g, I conditionally.

    I have the block master detail.

    Master block contains sub elements.

    CUSTOMER

    Address (read only) - no database element

    PRODUCT GROUP (read only) - no database article

    Note: The CUSTOMER is LOV, when I select the customers, I'm failing address and product group.

    Block detail contains sub elements.

    DATE OF START OF BLOCK

    DATE OF END OF BLOCK

    REASON

    Note: when I opened form all fields of retail blocks are enabled

    Requirement:

    1. when I created new record, at the time where I select the customer name, Bill and product group will be by default, in the block of detail - I want to activate and deactivate the block start date based on the value of the product group.

    2 if I erase block master, I need to activate the block_start_date like back when the new form is opened

    3. when I search the data also, block start date must be enabled and disabled based on the value of the product group.

    Could someone help me the best approach to achieve so that she will have no side effects.

    Thank you

    801619 wrote:

    Hello

    Thank you for your response... I have tried code trigger after change of category of products below.

    If: blockname.product_group = "Aviation" then

    set_item_property ('block.block_start_date', enabled, property_false);

    On the other

    set_item_property ('block.block_start_date', enabled, property_true);

    end if;

    1. it is disable the Group field when I put the cursor inside if the product category is "Aviation", but I want it to be automatic at a time where it will default to the value of product category.

    2. If the master clear record, is not allowing return product group

    3 suppose that if enter new record category of products "Aviation", once I put the cursor inside, it's debilitating, let's say if I erase the main recording without saving the changes, it not again allows the Group of products, it is now status (disable) previous.

    4. in query mode, it is not disabling or enabling from a group of products.

    Help, please.

    Thank you

    Ok.

    1. put your code on this trigger after changing point that fills the default value in the product category.

    2. remove the trigger after change of product group.

    3 put the same code to trigger once - new - Record - Instance of the main block.

    Hope this helps

    Hamid

  • How can I disable the shortcut settings?

    I use iPad Air and there is a status bar on the top of the screen - one that displays the 4 G connection on the left hand, the time in the Middle, the number of connections hotspot on the right hand, but also a number of icons such as the State of the battery, bluetooth and GPS connection.

    My problem is that when I touch it, it goes in the menu settings, which is very inconvenient because my fat fingers always bring to the top of the settings screen.  This is particularly the case when I have a few tabs open and I am pressing between the tabs and all of a sudden, the settings menu appears.  Then I have to press a few buttons more back to navigation.

    Somehow, I turned off and noticed the blue bar color changed - I don't know if this has anything to do with it, but he then returned.  Can anyone help?

    Based on the status bar should do nothing at all; You can post a screenshot of what you see when this happens?

  • Error Client Services for NetWare has disabled the Welcome screen and fast user, any change by changing the account settings

    Original title: "Client Services for NetWare."

    When I try to change my account settings, I get this message "client for NetWare has disabled the display of welcome and Fast User Switching.

    To restore these features, you must uninstall Client Services for Netware ".»

    I checked and the customer service is not installed on this computer.

    He puts this message up no matter what I try.

    What can I do to remove this problem?

    Hello

    Were there any changes made to the computer before the show?

    Please follow the steps in the link.

    Error message when you try to turn on welcome screen or Fast User Switching

    http://support.Microsoft.com/kb/315347

  • to disable the properties button on the connections LAN, so the settings cannot be change

    Disable the properties button in the settings of local network in XP

    Hello...

    I have this problem, I want to disable the button of properties on connections to the LAN so that settings cannot be changed, I know I can just change the user limited, but I need account or an administrator account, the problem is that my users already know how to change the IP address to connect to the Internet.

    So I already do a little research in google and microsoft and he said: I need to go to the gpedit.msc and go to 'Access user, administrative templates, Network Configuration, and then select network connections' but my computer doesn't have the "Network connections" folder, so I try in regedit will "-> HKCU-> software-> network Microsoft Windows-> CurrentVersion-> policy->" and once again I have no options 'Network '. , so I create under the policies of the 'touch' 'Network'... and the 'DWORD' 'NoNetSetup' and restart the PC... but it just doesn't work.

    Any idea? ... I really really need this... BTW, all customers are WinXP.

    Thanks in advance!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the public on the TechNet site. Please post your question in the below link:

    http://social.technet.Microsoft.com/forums/en/category/windowsxpitpro

  • How can I disable the 'auto play' settings on my laptop built in SD card reader? I use Windows XP and it is a DELL INSPIRON 9400 laptop

    When I use a card reader external to see pictures on a CF card is not a problem, it gives me options to choose what need do is what I want my internal card reader to do, any help, advice or solutions would be very welcome for all your technicians over there.

    Follow the procedure described in the following article:

    "How to disable the Windows Autorun feature"
      <>http://support.Microsoft.com/kb/967715 >

    There is a section in this article "How to selectively disable specific Autorun features", but you can disable it only based on the "Type" of the player.  What you can find, is that your CF card reader goes up as a 'removable disc' then your SD reader rises up like a 'fixed reader' (or vice versa) and it is the determining factor on the behavior that you get.

    HTH,
    JW

Maybe you are looking for