Field containing desired values display

Hi all
I find the field where this field contains the value I want to search.
For example, I want to show all fields containing the value "book".
These fields belong not only to the tables, but also to all oracle database like view objects, etc.
After the field/fields displayed, is it possible to know which table to which belongs the field/fields that were shown up to?

Is there any query to handle this?
If so, I need.
Any help would be appreciated.

Before THX

cycon wrote:
I want to find the name of the column based on the content of the column

Looks like at Re: how to search in all rows and all columns? should do.

Please try to give the search function of the site a go, you never know what you can find :)

Tags: Database

Similar Questions

  • How filter you to "Contact field contains a value ANY?

    Hi - Maybe this is a stupid question, but...

    I am trying to set up a filter in E10 that will check if a specific Contact field simply has a value, but make me a bit stuck. E9, I used to set up like this: Contact field XX contains =? *

    However, I'm trying to implement this filter criteria in a segment of the E10 and it doesn't seem to work. So far I have tried:

    Contact XX field contains '? "*" = 0 contacts

    Contact XX field contains "?" = 0 contacts

    Contact XX field contains "*" = 0 contacts

    Contact XX field contains"" = all contacts in my database, no matter if there is a Contact field value or not

    So my question is, what is the best way to set up a filter to include all contacts where a specific Contact field contains a value, as long as it is not a Virgin?

    Appreciate the help!

    Hi Erika,

    You can do this by using the 'model matches wildcard' filter criteria in Eloqua10.  The "matches wildcard pattern' is similar to 'exactly', but he recognizes the * and? wildcard characters.  If your filter criteria would look like:

    Contact area XX matches wildcard pattern '? * »

  • Using 'text field contains comma-separated values' on a parameter of %

    Hello

    I use a parameter that has more than one value to be entered, separated by commas. I checked the box 'text field contains values separated by commas' for the parameter and set the sql code by using the operator 'in' so that the column will look in the multiple input values (e.g. family name in (: surname_par)). However, as passing multiple values parameter must also be able to manage %'s. As the sql uses the 'in' operator, BI Publisher brings back an error because % is supposed to bring all family names and not people with a last name of %. Is there a way to get around this?

    Thank you

    If you try to pass multiple values separated by commas and in addition also takes the query to return the data when the user types just in '%', then you could write something like this in your query:

    Select * from table_name
    where ((1 = DECODE (: surname_par, '%', 1, 0)) OR family name in (: surname_par))

    I hope this helps. Please award points if helpful/correct.

  • Field containing average function works only when the data are engaged on the same page. Does not work for fields on other pages.

    I'm having a problem with a field defined to calculate the average of eleven points fields (points 1 to 8 on page 1-9-11 on page 2). My original question was that it could exclude fields of points when they do not have information entered and adjust the average calculation (number of "divided by") accordingly.

    I had someone write JavaScript code for him, but I just found a small problem I don't know if it's something in the code or what the person who originally wrote the script cannot understand it either and suggested that I have post here.

    The middle area (located on the 2nd page of the pdf page two) seems to work exclusively with precision if at least one of the points of the fields on the 2nd page, 9, 10 (and 11) are engaged with the data. No values entered on the first page and only the first page, are for some reason any dividing by a more than expected. For example, if I fill the boxes 1, 2 and 3, it divides the total by four. If I filled just box 7, it halves. If I fill all 8 boxes on the 1st page, it divides by nine. It is corrected as soon as I get the points in one or more of the three boxes on the 2nd page points, suddenly the overall average is accurate. But if boxes 9, 10 and 11 contain no points, then the average is still inaccurate because the number of ' divide by "he uses is one more than what it should. I can't understand how to attach the form to this post, so I downloaded on Dropbox: Dropbox - used Evaluation.pdf.

    Under the direction of State: javascript came work to exclude the empty boxes when the points are entered in one of the three points of fields on the 2nd page (and more), but the average function is not accurate because it adds 1 to the number of ' divide by "in the calculation of the average If the points are only entered into the fields on the 1st page.

    Here's the code I entered in the 'Custom calculation Script' box in the 'Calculate' tab of the Properties menu of Test field:

    Initialize variables

    var num = 0;

    var sum = 0;

    Browse the input fields

    for (var i = 1; i < 12; i ++) {}

    var f = getField ("points." + i);

    If {(f.valueAsString)

    increment the counter to non-empty field

    NUM ++;

    Add the value of the running total field

    sum += + f.value;

    }

    }

    Calculate the average

    If {(num)

    Event.Value = sum / num;

    } else {}

    All fields are empty, then the empty value

    Event.Value = "";

    }

    I do not see that. Add the code of script debugging will display the results that each field is completed:

    Initialize variables
    var num = 0;
    var sum = 0;

    Browse the input fields
    for (var i = 1; i)< 12;="" i++)="">
    var f = getField ("points." + i);
    If {(f.valueAsString)
    increment the counter to non-empty field
    NUM ++;
    Add the value of the running total field
    sum += + f.value;
    }
    }
    Debug - display results as the form is filled;
    Console.Show
    Console.println (sum + "/" + num + "=" + sum/num);
    end of debugging;
    Calculate the average
    If {(num)
    Event.Value = sum / num;
    } else {}
    All fields are empty, then the empty value
    Event.Value = "";
    }

  • Check with button if a field contains a specific character to another otherwise message box

    Hi guys,.

    Can I get some help please?

    I have a button and I would like to add some javascript in there to check some fields.

    If the field contains a '-' character then nothing

    otherwise it displays a message.

    If ((name_7.rawValue.match(/-/) == 0) {}

    }

    else {app.alert ("Fill - in with!") ;}}

    Thank you

    encleadus

    Hello

    The MATCH function will be return a null value if there is no match, then try;

    If (name_7.rawValue.match(/-/)==null)

    {

    App.Alert ("Fill - in with!");

    }

  • My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

    Mr President

    My EO fields are numeric values, but when I create the EOIMPL class they are converted to INTEGERS numbers. Why, please explain.

        public static final int PURQTY = AttributesEnum.Purqty.index();
        public static final int STAXRATE = AttributesEnum.Staxrate.index();
        public static final int UNITPURPRICE = AttributesEnum.Unitpurprice.index();
        public static final int SALQTY = AttributesEnum.Salqty.index();
        public static final int UNITSALPRICE = AttributesEnum.Unitsalprice.index();
        public static final int PARTICULARS = AttributesEnum.Particulars.index();
        public static final int AMOUNT = AttributesEnum.Amount.index();
    

    Can keep us in digital format.

    Concerning

    No.... These int values not the type of display object attributes. These integers is the index of attributes.

    To determine the type of the VO attributtes, you should see the Get accessor of the attribute and the setter

    as

      /**
       * Gets the attribute value for the calculated attribute CountDockets.
       * @return the CountDockets
       */
      public BigDecimal getCountDockets()
      {
        return (BigDecimal) getAttributeInternal(COUNTDOCKETS);
      }
    
      /**
       * Sets value as the attribute value for the calculated attribute CountDockets.
       * @param value value to set the  CountDockets
       */
      public void setCountDockets(BigDecimal value)
      {
        setAttributeInternal(COUNTDOCKETS, value);
      }
    

    This means that the attribute type CountDockets BigDecimal

  • How to create a text field containing text/label which can be modified by the end user?

    Hello

    I'm trying to figure out how to create a text field containing text or a label that can be changed by the end user. Can do something like this in LiveCycle?

    Below, I have a text field that contains a question and another text field where the user will enter their answer. Is there a way to allow the end user to change the text of the question, as shown in the example?

    Capture.PNG

    Hello

    If you used a standard text for the 'legend' field you could set the value by default (in the value of the object palette tab) in the legend and the legend of the value None (in the page layout palette).

    Concerning

    Bruce

  • Why fields view object cannot display in the data control?

    Hello
    Work in jdev 11.1.2.3.0.
    I create two objects from view of the entities under the project module.
    and see the AppModule.xml as follows:
    ..
    < ViewUsage
    Name = "TransAccountVO1".
    ViewObjectName = "Project1. TransAccountVO "/ >"
    < ViewUsage
    Name = "TransAccountBillVO1".
    ViewObjectName = "Project1. TransAccountBillVO "/ >"
    ...
    Under the control of data panel shows these two nodes:
    -TransAccountVO1
    -id
    -name
    ---..
    + Operation
    + Named criteria

    -TransAccountBillVO1
    + operations
    + Named criteria,

    THE first node is ok, but the second miss (node TransaccountBillVO1) areas.
    Why fields view object cannot display in the data control?

    Thanks in advance.

    delete and Add again... the value editable forever.

  • How can I determine which text fields contain data?

    Although it is a sad testament to my programming skills, I'm little embarrassed because I'm only doing this sort of thing maybe once every two or three years.  I am using FormCalc (mainly b/c I'm still learning Javascript and this form had already been written in FormCalc).

    Here's the problem:

    I have three text fields (Textfield1, Textfield2, Textfield3).

    I created three variables (var1, var2, var3) and initialized to 0.

    To determine how many fields containing data, I used the if/then/else statements:

    If (Textfield1.rawValue == "") then

    var1 = 0

    on the other

    var1 = 1

    endif

    Textfield2 and Textfield3 have similar statements (respectively using var3 and var2 variables).

    To test the code, I have a message box returns the sum of var1 + var2 and var3.  With NOTHING entered into all fields of text, I expect him back a sum of 0, but it returns the sum of 3!  If I enter data in only one or two of the fields, yet once it returns a value of 3.

    I tried the initialization of the value of the Textfields (Textfield1.rawValue = ""), but I always get a value of 3.

    This is probably a simple programming error, but still, I'm not a developer.  Any help would be appreciated.

    I think that you may need to modify your code for: (replace the "with the null value). Change of FormCalc to Javascript

    If (Textfield1.rawValue == null) then

    var1 = 0

    on the other

    var1 = 1

    endif

  • How to print line empty on the model of BEEP when the field has no value?

    I have a BEEP pattern like below and all these CHILDREN, NAME, GRAND_CHILDREN, are fields arranaged in the model as a line. REPS can enter the values in each of these areas for maximum 3 lines. The first 2 rows have values and the last is empty.

    CHILDREN: NAME: GRAND_CHILDREN: NAME:
    Son daughter of John Smith
    Daughter Laura son Kevin

    In the third row, because the fields have no value, the report print empty lines, but I want to remove this blank line and display only the rows (first 2 rows) that have values for the fields.

    Does anyone know how to get around this problem? Please help me solve this problem.

    Thanks in advance,
    RV

    Just having a condition in 3rd row, where DependentDD3 is printed.

    -3rd line 1st column
    last column - 3rd row

    This is true for nullity of DependentDD3. If you want to check for all columns and hide, use condition as

  • How can I get the string value displayed on a digital control defined for the relative time.

    I have a digital potentiometer to display relative time in increments of 30 minutes.

    I want to record the value displayed on the control string.  Unfortunately, when I use the "convert to decimal string.vi" number, the resulting string is just the value in seconds.

    How can I get the value as a string? (for example 01:30 for an hour and thirty minutes)

    Thank you

    Sean

    Hi Sean.C!

    M_Peeker's suggestion is a good thing.  A stage that could clarify things is that you must set the % t <%H:%M> format string entry.

    < br / > Kristen:.

  • ADF query Panel poster not only any value in form master detail, but the field has a value.

    Hi, I use jdeveloper 12.1.3 1.

    1. I request ADF, master form Panel and secondary table.

    2. by default create insert button is enabled in the secondary table. ( button)

    3. no data is demonstrated at the start and it's ok because the main table of the form and the details is under the Panel request af.

    4. even if no data is shown in the form of af, when we get the value of the field (i.e. product) to support bean, field returns a value.

    5. If I am not able to disable the button.

    I tried to use backing bean to disable this key under certain conditions (example: If there is a value for the product on the screen can turn on this button), even if nothing appears on the screen, if we get the value for the field (i.e. product) it returns a value.

    Attr.png

    Hello

    Tell me if I'm wrong, but you want to disable the button if there is no data in the form of master?

    Try with this property disabled in your button:

    Disabled = ' #{bindings. " Product.inputValue == null} ".

    change 'Product' for the field in the form that will always return a value when there is a line.

    Kind regards

    Ruben.

  • How to find duplicates of a field value? For example - in a field, I have values like {123,345,346,123}, now I want to remove the duplicate value in the field so that my output looks like {123,345,346}

    How to find duplicates of a field value? For example - in a field, I have values like {123,345,346,123}, now I want to remove the duplicate value in the field so that my output looks like {123,345,346}

    If it's an array you want to deduplicate then here is a script [for use in the Script Processor] I prepared earlier:

    var result = new Array();

    var added = new Object();

    If (input1 [0]! = null)

    {

    for (var i = 0; i)< input1[0].length;="">

    {

    var point = input1 [0] [i];

    If (! added [item])

    {

    added [item] = 1;

    result [result. Length] = item;

    }

    }

    }

    Output 1 = result;

    Kind regards

    Nick

  • Publish the services in Lightroom: internal error? : 0:attempt to index field 'export setings' (value zero). On 10 64-bit windows. I uninstalled and reinstalled Lightroom (x 3), uninstalled and reinstalled the plugins etc, etc. Anyone with a real solution

    Hello

    I think I found the problem to which there is no solution. Lucky white Heather. This happens just as I'm building a site to which I'm now uploading - Smugmug.

    Publish the services in Lightroom: internal error? : 0:attempt to index field 'export setings' (value zero). On the 64-bit windows 10 platform: desktop. I uninstalled and reinstalled Lightroom (x 3), uninstalled and reinstalled the plugins etc, etc. Anyone with a real solution?

    Help

    Andrew

    Hi André,.

    See this similar thread: 'Services to publish' question in Lightroom

    Kind regards

    Claes

  • Make a required field if another field has a value

    Hello

    I have created a PDF form and I need to have a validation that checks if a field has a value, then another field is mandatory.  For example: If the hours of field has a value, then the Description field is mandatory, otherwise, Description field is not mandatory.  Any help you can provide would be helpful.

    Thank you.

    As a script custom validation of the hours field, enter this code:

    this.getField("Description").required = (event.value! = "");

Maybe you are looking for

  • Intermittent Volume on Tecra A2 control

    I have laptop Tecra A2. When I got control of the volume (the material that is) has nothing, I wondered what was the point of it. Then all of a sudden a few months later he started working, which was really great. Now, it has stopped again. I have no

  • Record without using the audio microphone

    I want to record from a file without using themicraphone on my laptop Inspiron 15 7537.  He had instlled software Realtek but no option to use the IDT internal microphone or Audio CODEC so he picks up background noise which is not good.  When I try t

  • Wallpaper of blackBerry Smartphones, help me save on computer?

    I took a picture with my 9310, registered paper painted, but deleted my "camera". Is it possible to download on my computer? When I plugged in my laptop I couldn't see in the records of the camera or the media, by the way.

  • BlackBerry 7100i smartphone

    I just bought this on ebay to use with boost mobile. There is no web browser icon. Is there a way I can download one or something?

  • Cisco IOS VPN Site to Site use SHA2 interoperability with Swan

    Testing a site to site VPN between a Cisco 2921 router to Strongswan VPN server.  Using IKEv2 and can create a virtual private network between the two if I use SHA1, no matter what version of SHA2 (256 or 512) is not build.  Config is IKEv2 AES-256,