How to build a formula for this logic.

Hello

I have a requirement like, I need to derive a column with a calculation.

Here is the psedocode,

number of occurrence (deptno = 10) / count (deptno = 10)

Expected result:

If the deptno = 10 occurs 3 times in the table, then at the time of fist should be the calcuation

second 1/3, 2/3 of the time, the third time 3/3 and so on.

How can I build this in a form/report/RPD design. Help, please.

Any help will be appreciated with points.

Thank you.

The overall operation will help you do this, i.e. RCOMPTE, C.V.

This should work:

C.V. (CASE WHEN deptno = 10 THEN 1 ELSE END 0)

to give you the current account lines where deptno = 10

Then you can divide ths by

SUM (CASE WHEN deptno = 10 THEN 1 ELSE END 0)

don't know if that will be 100% or not, but try the first statement so you can see the overall work running, then try the Division in order to see if it works:

C.V. (CASE WHEN deptno = 10 THEN 1 ELSE END 0) / SUM (CASE WHEN deptno = 10 THEN 1 ELSE END 0)

Tags: Business Intelligence

Similar Questions

  • How to build a SQL for this logic.

    Hello

    I have a requirement like, I need to derive a column with a calculation.

    Here is the psedocode,

    number of occurrence (deptno = 10) / count (deptno = 10)

    Expected result:

    If the deptno = 10 occurs 3 times in the table, then at the time of fist should be the calcuation

    second 1/3, 2/3 of the time, the third time 3/3 and so on.

    How can I build in a sql query. Help, please.

    Any help will be appreciated with points.

    Thank you.

    Try this.

        SELECT LEVEL / CNT CALC
          FROM (SELECT COUNT (*) CNT
                  FROM EMP
                 WHERE DEPTNO = 10)
    CONNECT BY LEVEL <= CNT
    

    G.

  • How to build botan lib for BlackBerry 10?

    Hello

    I'm porting some proxy software - as in 10 BlackBerry platform then I found it requries botan 1.1 +.

      (25,10):#include 
        (26,10):#include 
        (29,16):using namespace Botan;
    

    etc.

    This is the homepage of botan: http://botan.randombit.net/

    y at - it advice on how to use this lib in my application of cascades?

    Botan has a configure.py in the downloaded tar, works fine on linux, but how to build targeted qnx lib?

    Thank you.

    Unfortunately you cannot use the series of development because it requires "version 1.11.0 and require a compatible for most C ++ 11 3.1 Clang compiler or GCC 4.7.

    1.10 stable series should be ok.

  • How to display a formula for once field to a report fom-like?

    Hi all
    I have created a formula field and then set the "Maximum records per page" property to the value of 12 for the pull-out frame containing this field and all other fields.

    Now, I want to make an exception for this formula field
    I want to be appeared for once not 12 times!
    How to do this please?

    Hello

    I guess that your column of formulas is at a level higher than your pull-out frame (in other cases we don't know what value you want to display). Put the rating representing the formula behind the expandable frame column, then it is displayed only once.

    Concerning
    Rainer

  • How you "allow by program for this purpose?

    I saw 1 million forum posts where people want to activate programming their PDF files for comments, and the answer is: use LiveCycle.  We plan to buy LiveCycle for our server JUST for this purpose, because it doesn't seem to be another way to do it.  Before we do that, I want to know how it would work.  Since I did not livecylce, I can't very well search and understand it, and I don't see any free downloads of the trial.  Can someone explain how would you do this task?  On the other hand, is not the pdf document open standard?  Is it possible to change the pdf file "under the hood" to allow him to comment, without assistance from the Acrobat menu item?

    TO apply rights uage to a document PDF programmatically, see named apply the usage rights to PDF Documents located at the following ADDRESS:

    http://livedocs.Adobe.com/LiveCycle/8.2/programLC/programmer/help/000411.html

    It will explain what to do and will lead you to the following Java code example:

    /*
    
    * This Java Quick Start uses the following JAR files
    
    * 1. adobe-reader-extensions-client.jar
    
    * 2. adobe-livecycle-client.jar
    
    * 3. adobe-usermanager-client.jar
    
    * 4. adobe-utilities.jar
    
    * 5. jbossall-client.jar (use a different JAR file if LiveCycle ES is notdeployed
    
    * on JBoss)
    
    *
    
    * These JAR files are located in the following path:
    
    * /Adobe/LiveCycle8/LiveCycle_ES_SDK/client-libs
    
    *
    
    * For complete details about the location of these JAR files,
    
    * see "Including LiveCycle ES library files" in Programming
    
    * with LiveCycle ES
    
    */
    
    import com.adobe.livecycle.readerextensions.client.*;
    
    import java.util.*;
    
    import java.io.File;
    
    import java.io.FileInputStream;
    
    import com.adobe.idp.Document;
    
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
    
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties;
    
    
    
    public class ApplyUsageRights{
    
    
    
    public static void main(String[] args) {
    
      try{
    
    
    
           //Set connection properties required to invoke LiveCycle ES
    
           Properties connectionProps = new Properties();
    
           connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "jnp://localhost:1099");
    
           connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,ServiceClientFactoryProperties.DSC_EJB_PROTOCOL);
    
           connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
    
           connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "administrator");
    
           connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "password");
    
    
    
           //Create a ServiceClientFactory object
    
           ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
    
    
    
           //Create a ReaderExtensionsServiceClient object
    
           ReaderExtensionsServiceClient reClient = new ReaderExtensionsServiceClient(myFactory);
    
    
    
           //Retrieve the PDF document to which to apply usage rights
    
           FileInputStream fileInputStream = new FileInputStream("C:\\Adobe\\Loan.pdf");
    
           Document inputPDF = new Document(fileInputStream);
    
    
    
           //Create a UsageRight object and specify specific usage rights
    
           UsageRights useRight = new UsageRights();
    
           useRight.setEnabledDynamicFormFields(true);
    
           useRight.setEnabledComments(true);
    
           useRight.setEnabledFormFillIn(true);
    
           useRight.setEnabledDigitalSignatures(true);
    
    
    
           //Create a ReaderExtensionsOptions object
    
           ReaderExtensionsOptionSpec reOptions = new ReaderExtensionsOptionSpec();
    
    
    
           //Set the usage rights
    
           reOptions.setUsageRights(useRight);
    
           reOptions.setMessage("This is a Rights-Enabled PDF Document");
    
    
    
           //Apply usage rights to a PDF document
    
           Document rightsEnabledPDF = reClient.applyUsageRights(
    
                inputPDF,
    
                "RE2",
    
              null,
    
              reOptions);
    
    
    
           //Create a new PDF file that represents the rights-enabled PDF document
    
           File resultFile = new File("C:\\Adobe\\Critique5.pdf");
    
           rightsEnabledPDF.copyToFile(resultFile);
    
    
    
         }catch (Exception e) {
    
               e.printStackTrace();
    
         }
    
    }
    
    }
    
  • How to build a library for export as a .jar file? Œuvres if lib is a CLDC App, but no library

    I have a project named FooLibrary within a workspace.  And in this project is a single file that exposes a single class.  I put this project of type 'Library' (project-> Application-> project properties).  Build it and the world is a happy place.  Then, I create a new workspace and a new project within the workspace.  I add the file FooLibrary.jar (produced by the above) to this project.  Then I add another project to that workspace, should depend on the project that has FooLibrary.jar in it.  I add an instance of the FooLibrary class in this project.  I build it and it builds.  Then, when I run, I hit a check error 1610.

    Curiously, if, instead of making FooLibrary a library, I don't type Application CLDC (the default type).  then when I compile FooLibrary I get warnings, but absolutely everything else works.

    Am I missing something obvious here, or am I really confused on the world?

    As always, thanks for everything!

    -Henry

    If you want to make a library - add relevant source files to a project of type 'Library' in JDE and compile it to jar file.

    After that - delete file cso and csl of cod this jar file.

    And try to import this jar in the project properties dialog box.

  • How to set the font for this SuperNova will display the text properly

    I have a problem with the use of Firefox with Supernova. Supernova is a program for the Visual disabled allowing you to enlarge the office. When you visit the page

    http://www.raadvanstate.nl/Uitspraken/zoeken-in-Uitspraken/Tekst-uitspraak.html?ID=73735 & summary_only =

    you will see orange colored text in the main text block. It appears correctly. However when I enlarge the screen with Supernova this orange text is barely readable due to the fact that the letters seems constructed points instead of a smooth line.

    Note that this happens even with this page where I enter these details of the issues. Supernove enlarged rhe screen, texts outside of the text box are horrible while the text in this text box is good.

    I ask this question here because when I use Internet explore this problem does not occur.

    I tried to make a screenshot, but the screenshot feature only "sees" the screen is enlarged. So when I zoom to 100% with Supernova, the text in the screenshot seems to agree.

    I realize that this is a difficult question to reproduce, but any help is welcome. Note that it is not a real option for me to enlarge the font with the Firefox options. Supernova expands the full screen, not only the text on the Web page. In this way, I am also able to see the menu / bookmarks of Firefox itself.

    Thank you very much
    Hans

    You can use an extension to set a page zoom and the size of the default font on the web pages.

    Try disabling hardware acceleration in Firefox.

  • User account deleted, how do I recover photos for this account

    Dear friends,

    Yesterday there was, I guess a virus attack on my windows system firewall and disabled vista afer that it me has failed to launch any web site for navigation, Macfee running on my system that I scan my system completely, but I made a mistake, I had. Just to start thinking about scratching, I deleted my user account and create a new user account. Oflet carrying all my personal photos deleting user account files, I don't then tryzing sytem restore to last week, that has worked well but still my photos of account information I mean were not recovered. Is there a way I can recover my deleted user our footage? Thank you, your help will be very appreciated.

    Cordially sats

    Hello

    There was a provision to back up data before/duiring the user account deletion process

    and a system restore does not bring back data

    You can try this program

    http://www.Piriform.com/Recuva

  • How to write a query for this data?

    In this table, I dob column that is of type DATE, for example, 12 January 89 I want output like this

    Day of the year

    January 12, 89 Thusrs_day

    January 12, 90 Friday

    up to

    12 January 14 Sunday

    Select add_months (d, ((level*12)-12)), to_char (add_months (d, ((level*12)-12)), 'DY')

    de)

    Select d double to_date('12-jan-89','dd-mon-rr')

    )

    connect by level<=>

    ----------------------------- ------------------------------

    12.01.1989 GAME

    12.01.1990 FRI

    12.01.1991 SAT

    12.01.1992 SUN

    12.01.1993 MAR

    12.01.1994 SEA

    12.01.1995 GAME

    12.01.1996 FRI

    12.01.1997 SUN

    12.01.1998 LUN

    MAR 12.01.1999

    12.01.2000 SEA

    12.01.2001 FRI

    12.01.2002 SAM

    12.01.2003 SUN

    12.01.2004 LUN

    12.01.2005 WED

    12.01.2006 GAME

    12.01.2007 FRI

    SAM 12.01.2008

    12.01.2009 LUN

    12.01.2010 MAR

    12.01.2011 WED

    12.01.2012 GAME

    24 selected lines

    ----

    Ramin Hashimzade

  • How to create a tableview for this?

    Hey, I was glued to this party for a long time and not able to find the answers, maybe I can get help from you guys.

    See I have a scenario where I have different 'items', which each will belong to a predefined category. These elements have different types and names (depends on the category), in turn, each of these types have a price.

    For example if I Item1 (water bottle), belongs to category 1 and there are different types: 200ml, 500 ml, 1000ml with labels of 10,20,30 price respectively.

    Similarly, I have Item2 (box of butter), belongs to Category2 and there are different types: 100 g, 200 g with labels of 15 and 25 price respectively.

    Now I want the data to appear on an editable table, when I press a button in the category, all items in the category (with the same type) must be included, with the sections divided into:


    The pressing of category 1


    NAME | PRICE |
    | 200ml | 500ml | 1000ml |
    | |
    Water bottle | 10. 20. 30.
    . . . .
    . . . .




    The pressing of category 2


    NAME | PRICE |
    | 100 GM | 200ml |
    | |
    Butter box | 15. 25.




    So, I want a dyanamic table which can have dynamic nested columns.

    I was trying to make a table of the class

    public class ItemVO()
    {
    String itemName;
    The list type < ItemTypeVO >;
    }

    and my ItemTypeVO has the following attributes:

    public class ItemTypeVO()
    {
    String typeName;
    Full price;
    }

    But not able to get anywhere with it.

    A lot of places I found dynamic columns with attributes like this:

    public class ItemVO()
    {
    String itemName;
    Type ItemTypeVO;
    }

    But it is not my job. I think so.

    Can someone help me with this change can I do in my class, so that I can make a table and provide me with a code as well.

    Thanks in advance.

    I don't really know what you're trying to do in this Test class.

    I mocked this upward with the object model, I proposed and the mock object data access codes hard just a few items and it works fine.

    Type.Java

    package itemtable;
    
    public class Type {
    
      private final String name ;
    
      public Type(String name) {
        this.name = name ;
      }
    
      public String getName() {
        return name ;
      }
    }
    

    Category.Java

    package itemtable;
    
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.List;
    
    public class Category {
    
      private final List types ;
      private final String name ;
    
      public Category(String name, List types) {
        this.name = name ;
        this.types = new ArrayList();
        this.types.addAll(types);
      }
    
      public List getTypes() {
        return Collections.unmodifiableList(types);
      }
    
      public String getName() {
        return name ;
      }
    
      @Override
      public String toString() {
        return name ;
      }
    }
    

    Item.Java

    package itemtable;
    
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    import javafx.beans.property.DoubleProperty;
    import javafx.beans.property.ReadOnlyObjectProperty;
    import javafx.beans.property.SimpleDoubleProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.beans.property.SimpleStringProperty;
    import javafx.beans.property.StringProperty;
    
    public class Item {
      private final StringProperty name ;
      private final ReadOnlyObjectProperty category ;
      private final Map prices ;
    
      public Item(String name, Category category, Map prices) {
        this.name = new SimpleStringProperty(name);
        this.category = new SimpleObjectProperty(category);
        this.prices = new HashMap();
        for (Type type : prices.keySet()) {
          validateType(type);
          this.prices.put(type, new SimpleDoubleProperty(prices.get(type)));
        }
      }
    
      public String getName() {
        return name.get();
      }
      public Category getCategory() {
        return category.get();
      }
      public double getPrice(Type type) {
        validateType(type);
        return prices.get(type).get();
      }
      public void setName(String name) {
        this.name.set(name);
      }
      public void setPrice(Type type, double price) {
        validateType(type);
        prices.get(type).set(price);
      }
      public StringProperty nameProperty() {
        return name ;
      }
      public ReadOnlyObjectProperty categoryProperty() {
        return category ;
      }
      public DoubleProperty priceProperty(Type type) {
        return prices.get(type);
      }
    
      private void validateType(Type type) {
        final List allowedTypes = category.get().getTypes();
        if (! allowedTypes.contains(type)) {
          throw new IllegalArgumentException("Cannot set a price for "+type.getName()+": it is not a type for the category "+category.getName());
        }
      }
    }
    

    DAO.java

    package itemtable;
    
    import java.util.List;
    
    public interface DAO {
      public List getCategories();
      public List getItemsByCategory(Category category);
    }
    

    MockDAO.java

    package itemtable;
    
    import java.util.Arrays;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    public class MockDAO implements DAO {
    
      private final List categories ;
      private final Map> itemLookup ;
    
      public MockDAO() {
        final Type spreadType100g = new Type("100g");
        final Type spreadType200g = new Type("200g");
        final Type drinkType200ml = new Type("200ml");
        final Type drinkType500ml = new Type("500ml");
        final Type drinkType1000ml = new Type("1000ml");
        final Category spreads = new Category(
            "Spreads",
            Arrays.asList(spreadType100g, spreadType200g)
        );
        final Category drinks = new Category(
            "Drinks",
            Arrays.asList(drinkType200ml, drinkType500ml, drinkType1000ml)
        );
        final Map waterPrices = new HashMap();
        waterPrices.put(drinkType200ml, 10.0);
        waterPrices.put(drinkType500ml, 20.0);
        waterPrices.put(drinkType1000ml, 30.0);
        final Map pepsiPrices = new HashMap();
        pepsiPrices.put(drinkType200ml, 25.0);
        pepsiPrices.put(drinkType500ml, 45.0);
        pepsiPrices.put(drinkType1000ml, 75.0);
        final Map butterPrices = new HashMap();
        butterPrices.put(spreadType100g, 15.0);
        butterPrices.put(spreadType200g, 25.0);
        final Map margarinePrices = new HashMap();
        margarinePrices.put(spreadType100g, 12.0);
        margarinePrices.put(spreadType200g, 20.0);
        final Map mayoPrices = new HashMap();
        mayoPrices.put(spreadType100g, 20.0);
        mayoPrices.put(spreadType200g, 35.0);
        final Item water = new Item("Water", drinks, waterPrices);
        final Item pepsi = new Item("Pepsi", drinks, pepsiPrices);
        final Item butter = new Item("Butter", spreads, butterPrices);
        final Item margarine = new Item("Margarine", spreads, margarinePrices);
        final Item mayonnaise = new Item("Mayonnaise", spreads, mayoPrices);
    
        this.categories = Arrays.asList(drinks, spreads);
        this.itemLookup = new HashMap>();
        itemLookup.put(drinks, Arrays.asList(water, pepsi));
        itemLookup.put(spreads, Arrays.asList(butter, margarine, mayonnaise));
      }
    
      @Override
      public List getCategories() {
        return categories ;
      }
    
      @Override
      public List getItemsByCategory(Category category) {
        return itemLookup.get(category);
      }
    
    }
    

    ItemTable.java

    package itemtable;
    
    import javafx.application.Application;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.control.TableColumn;
    import javafx.scene.control.TableColumn.CellDataFeatures;
    import javafx.scene.control.TableView;
    import javafx.scene.control.cell.PropertyValueFactory;
    import javafx.scene.layout.BorderPane;
    import javafx.stage.Stage;
    import javafx.util.Callback;
    
    public class ItemTable extends Application {
    
      @Override
      public void start(Stage primaryStage) {
        final DAO dao = new MockDAO();
        final ChoiceBox choiceBox = new ChoiceBox();
        choiceBox.getItems().setAll(dao.getCategories());
    
        final TableView table = new TableView();
        final TableColumn nameCol = new TableColumn("Name");
        nameCol.setCellValueFactory(new PropertyValueFactory("name"));
        final TableColumn priceCol = new TableColumn("Price");
        table.getColumns().addAll(nameCol, priceCol);
    
        choiceBox.getSelectionModel().selectedItemProperty()
            .addListener(new ChangeListener() {
              @Override
              public void changed(ObservableValue observable, Category oldValue, Category newValue) {
                table.getItems().clear();
                priceCol.getColumns().clear();
                for (final Type type : newValue.getTypes()) {
                  final TableColumn col = new TableColumn(type.getName());
                  col.setCellValueFactory(new Callback, ObservableValue>() {
                    @Override
                    public ObservableValue call(CellDataFeatures cellData) {
                      Item item = cellData.getValue();
                      if (item == null) {
                        return null;
                      } else {
                        return item.priceProperty(type);
                      }
                    }
                  });
                  priceCol.getColumns().add(col);
                }
                table.getItems().setAll(dao.getItemsByCategory(newValue));
              }
            });
    
        BorderPane root = new BorderPane();
        root.setTop(choiceBox);
        root.setCenter(table);
    
        Scene scene = new Scene(root, 600, 600);
        primaryStage.setScene(scene);
        primaryStage.show();
      }
    
      public static void main(String[] args) {
        launch(args);
      }
    }
    
  • How can I see JavaScript for this?

    Hello

    For the ToolTip and dynamic resizung, Niall suggested me the link below

    https://Acrobat.com/#d=jD3k1sL7PGcTo6CHHTiEOA

    but, I didn't see its associated code, please let me know how can figure out its Java Script attached so that I'm going to use it as a snippet of code for my own development

    Thank you

    Download the attachment from the link and open it in your designer to display the Script.

    Thank you

    Srini

  • How to write a SQL for this condition?

    I have a table with columns v_sub, v_visit, and T_DATE and the structure is like this

    v_sub v_visit T_DATE
    1 visit-1 01 - mar - 09
    1 visit-2 05 - mar - 09
    1 visit-3 17 - mar - 09
    2-visit-1-4 February 09
    2 visit-2 12 - mar - 09
    2 visit-3 20 - mar - 09

    I want to write a query that control weather it is in chronological order or not. (for v_sub, v_visit and T_DATE must be in chronological order as above)

    and I want to check the condition as below:

    v_sub v_visit T_DATE
    1 visit-1 01 - mar - 09
    1 visit-2 5 February 09
    1 visit-3 17 - mar - 09
    2-visit-1-4 February 09
    2 visit-2 12 January 09
    2 visit-3 20 - mar - 09


    Thanks in advance

    Use the LAG function to get previous date

    SQL> -- sample data
    SQL> with t
      2  as
      3  (
      4     select 1 v_sub, 'visit-1' v_visit, to_date('01-mar-09','dd-mon-yy') v_date from dual union all
      5     select 1, 'visit-2', to_date('05-mar-09','dd-mon-yy') from dual union all
      6     select 1, 'visit-3', to_date('17-mar-09','dd-mon-yy') from dual union all
      7     select 2, 'visit-1', to_date('04-feb-09','dd-mon-yy') from dual union all
      8     select 2, 'visit-2', to_date('12-mar-09','dd-mon-yy') from dual union all
      9     select 2, 'visit-3', to_date('20-mar-09','dd-mon-yy') from dual
     10  )
     11  -- end of sample data
     12  select v_sub, v_visit, v_date, lag(v_date) over(partition by v_sub order by v_visit, v_date) v_previous_date
     13    from t
     14  /
    
         V_SUB V_VISIT V_DATE    V_PREVIOU
    ---------- ------- --------- ---------
             1 visit-1 01-MAR-09
             1 visit-2 05-MAR-09 01-MAR-09
             1 visit-3 17-MAR-09 05-MAR-09
             2 visit-1 04-FEB-09
             2 visit-2 12-MAR-09 04-FEB-09
             2 visit-3 20-MAR-09 12-MAR-09
    
    6 rows selected.
    

    Now you can check if the previous_date is less than T_DATE

  • How to use the case for this query.

    I got this name from the Employee table.
    columns...

    EmpId,
    EmpType,
    Join date,
    Date of resignation

    Now in EmpType it can be either 'P' OR 'C '.

    So I want to check if the EmpTYpe is 'P' then joiningdate must not be null
    and if the EmpType is 'C' then resignation date must not be null.

    So only want to employee records.
    Help, please.

    Select * from employee
    where (employeetype = 'c' and joinngdate is not null)
    or (employeetype = 'p' and resigndate is not null)

  • Need Sql querry for this logic

    Empname MJ sex desg salary managerid dept ID
    2 B 2 JANUARY 12 M 10 20000 B1 SS
    3 C 2 JANUARY 12 M 90000 10 C1 SS
    4 D JANUARY 2, 12 M 15000 20 D1 SS
    5 E 2 JANUARY 12 F 20 14245 E1 SS
    6 JANUARY 2 F 12 F 2458 20 F1 SS
    7 G 2 JANUARY 12 F 4556 20 G1 SS
    8 JANUARY 2: 12 F SS 20 789 H1

    Write an sql to get the name of the employee who received the highest wages? It is the question of the interview...
    select empname
    from employees
    where salary in (select max(salary)
    from employees);
    
  • How to create the ADC for first name

    Hello

    I have the situation here, I need display the default in the e-mail (Dear) when the value in the first name field is less than 2 characters long or it is empty. Otherwise, I need to insert the value of the field name (Dear John).

    Please let me know how to create an ADC for this.

    Thank you

    Rama

    Use wildcards for searching.

    ? = any 1 character

    * = 0 or any number of characters

    In order to find people with more than 2 characters in this area?: *

    Then, build your default rule to merge the content in case they encounter more rule of character 2.

Maybe you are looking for

  • How is it, I don't see any of my themes of appearance, even when they are turned on?

    I don't see one of my themes of appearance, even when they are activated. I tried deactivating and reactivating them and gone through all my themes, but none show except the default 20.0.01; which when I try other themes shows even when it is disable

  • Equium A60 Power cutting in a few seconds

    I have a laptop Toshiba A60, but recently, after a Windows crash with blue screen of death, I was unable to feed the unit upwards again. The first time, he reported a problem with a cable PXE and hung when I tried it again running and stopped. No scr

  • Keyboard does not work on Satellite Pro M10

    System Restore was made on the computer to restore the previous time. He restored the files then stopped and restarted. He got into the log on screen where you enter your password and the keyboard does not work and the keyboard does not work, yet whe

  • Reader question music Xoom

    I'm a Xoom, and I was just wondering if the stock music player can sort by track number?

  • How can JAWS says that media player inspects my files, I stop this?

    JAWS screen reader When playing audio files in Media Player, then closing, JAWS mentions "inspection of files" then left at talk. Like a screen reader user blind, I'm worried, I relayed on this program.  Is it a requirement to have my files inspected