New deletion of lines in an IF ELSE statement

Hi all

My requirement is if element1 is null then 3 should appear I m help IF like that

<? If: ELEMENT1 = "? > <? 3? > <? end if? >

BUT MY PROBLEM IS to make impression on pdf, it's going to new line (as when we click on ENTER and start to type), it is not get printed on the same place where I put this index field.any would be very useful.

Thanks in advance.

Thanx
Pratap

You can replace your

Tags: Business Intelligence

Similar Questions

  • Delete blank lines don't other containers

    Here is a weird problem that I have. Essentially, I'm working on a Flash editor. I start with a container, and the user can write text. Then, when the height of the text in the container reaches the last line, I create a new container. When the first bin is full, he jumps correctly to the next container. The same goes for when a user deletes the second container, it goes back to the first container. These containers represent pages.

    Now, the problem is the deletion of lines in the 2nd and jump back to the first container. All the works, well, IF there are characters on the last line of the container 1. If, however, I have 5 empty lines (just the jumps of line on them) in the first container, and then I get to the first character in the 2nd container, pressing return back does nothing. The flow composer correctly reduces the number of lines, but the cursor only goes in the 1st container when it encounters a line that has the characters on it. Hit the return back 3 times for example, keeps the cursor on the first line in the 2nd container. If I click on the last line in the 1st controller, the cursor will move to the 3rd in the last line (where the cursor should be finished after pressing BACKSPACE 3 times). Try clicking on the 2nd container, I can't put the cursor there aren't any longer has no lines in there.

    So my question is, why don't the cursor jumps to the 1st container when clearly the composer knows that there is no lines in the 2nd container?

    You use the TLF even like what I've said?   I use the Flex SDK with TLF 2.0.0.232 in 4.5.0.20135 kit.

  • How will I know where the time goes when you delete a line?

    Dear experts,

    Removal of certain rows in a table (approx. 4.9 GB / 2.9 Millon lines) takes an average of.5 seconds each line (on average).

    This table contains 3 clues, just I just rebuild. Statistics from a couple of the day before.

    I have imported/exported the table to a new schema and destruction prend.002 seconds each line (on average).

    How will I know where the time goes when you delete a line?

    BTW, this is ORACLE 10 g

    Thank you
    Serra

    There the child tables of this table with FK defined as DELETE CASCADE?

  • I have verticle colored lines - from the bottom to the 1/2 in screen - I can see through them to read - I need to know the WAY to delete these lines

    I mâtinées verticle lines - from the bottom to the 1/2 in screen - I can see through them to read - I need to know the WAY to delete these lines - I once, a few years ago, removed, but they reappear - not my conscious fault - this is my old computer - A Compac - Windows 95 as an operating system

    Hello

    You should check with Support of Compaq, their documentation online and drivers,
    and ask in their forums about known issues.

    Microsoft product support has ended for Windows 95 a decade ago.

    Compaq - support, drivers and documentation online
    http://www.Compaq.com/country/cpq_support.html

    Compaq (HP) - Forums
    http://h30434.www3.HP.com/PSG/|

    I hope this helps.

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

  • my pc slows down whenever I want to play a game. has got more ram czec and new nvidia card don't know what else to do. can you help me?

    my computer slows down whenever I want to play a game. GRIP more memory ram and a new nvidia card.dont not know what else to do. can you help me? game comes on and goes back to the desktop wallpaper.

    What games do you play?

    the 3200 + is OOOOLLD and you would be difficult to run whatever be done in recent years at all

    and you get drivers like that who already have your computer or MB, realtek can be obtained from the realtek site

    Since you don't list the exact model of each card, we cannot say whether you are running a GF2 MX or what

    and uninstall the nvidia cp stuff, then run http://www.guru3d.com/category/driversweeper/ to clear what is not respected

  • deleting several lines in a report?

    db11gxe, apex 4.0, firefox 24,

    How to delete several lines in a report at the same time?

    Thank you

    Hi newbi_egy,

    Here's a demo with a few steps that can be used in your scenario-

    (1) this is the query for a report on the emp table that has column empno with values single-

    SELECT APEX_ITEM.CHECKBOX(1,empno) " ", ename, job FROM   emp ORDER  by 1
    

    (2) a button Delete is created that submits the page.

    (3) a sur-soumettre the process is created with point process on submit - after calculations and Validations to determine that the sub process is running when you click the button remove.

    BEGIN
    FOR i in 1..APEX_APPLICATION.G_F01.count
    LOOP
    delete from emp where empno=APEX_APPLICATION.G_F01(i);
    END LOOP;
    END;
    

    I hope this could help you.

    Kind regards

    Das123

  • Delete forbidden line

    Hello

    I created a set of tables (see SQL code below) and a few foreign key between them.
    I filled the S, R, you and V tables only, leaving empty. When I want to delete a line of U, I get the following
    error: ' * ORA-01460: letter dead or unreasonable conversion requested. "

    If I disable A_U_FK1 forced, I can delete a line of u. Notice that A is always empty.

    Sorry for my stupid question, but I do not understand why I have to disable the constraint of A_U_FK1 for the removal of a line of U:{{class=fontblue}}
    Is this a bug or did I miss something?

    Stephan

    Oracle XE 10.2.1.0
    Windows XP SP3
    --------------------
    SQL code for creating tables
    CREATE TABLE S
      (
        S_ID  NUMBER NOT NULL ENABLE,
        S_NOM VARCHAR2(1024 BYTE) NOT NULL ENABLE,
        CONSTRAINT S_PK PRIMARY KEY (S_ID),
        CONSTRAINT S_UK1 UNIQUE (S_NOM)
      );
    
    CREATE TABLE R
      (
        R_URL VARCHAR2(2048 BYTE) NOT NULL ENABLE,
        S_NOM VARCHAR2(1024 BYTE),
        CONSTRAINT R_PK PRIMARY KEY (R_URL),
        CONSTRAINT R_S_FK1 FOREIGN KEY (S_NOM) REFERENCES S (S_NOM) ON
      DELETE CASCADE ENABLE
      );
    
    CREATE TABLE U
      (
        U_URL VARCHAR2(2048 BYTE) NOT NULL ENABLE,
        U_DATE_AJOUT DATE DEFAULT sysdate NOT NULL ENABLE,
        U_CONTENU BLOB,
        S_NOM VARCHAR2(1024 BYTE) NOT NULL ENABLE,
        CONSTRAINT U_PK PRIMARY KEY (U_URL, U_DATE_AJOUT),
        CONSTRAINT U_S_FK1 FOREIGN KEY (S_NOM) REFERENCES S (S_NOM) ON
      DELETE CASCADE ENABLE
      );
    
    CREATE TABLE V
      (
        V_ID  NUMBER NOT NULL ENABLE,
        V_NOM VARCHAR2(1024 BYTE) NOT NULL ENABLE,
        CONSTRAINT V_PK PRIMARY KEY (V_ID),
        CONSTRAINT V_V_FK1 FOREIGN KEY (V_ID_ALIAS) REFERENCES V (V_ID) ON
      DELETE CASCADE ENABLE
      );
    
    CREATE TABLE A
      (
        A_ID NUMBER NOT NULL ENABLE,
        U_DATE_AJOUT DATE,
        U_URL VARCHAR2(20 BYTE),
        V_ID  NUMBER,
        CONSTRAINT A_PK PRIMARY KEY (A_ID),
        CONSTRAINT A_V_FK1 FOREIGN KEY (V_ID) REFERENCES V (V_ID) ON
      DELETE CASCADE ENABLE,
        CONSTRAINT A_U_FK1 FOREIGN KEY (U_URL, U_DATE_AJOUT) REFERENCES U (U_URL, U_DATE_AJOUT) ON
      DELETE CASCADE ENABLE
      );

    Not exactly, but try sync - lies the dimensions of your U_URL column between the tables A and U. U, it is 2048, in one he is 20.

  • Successfully delete a line a secondary ASP?

    I try to delete one line of a secondary ASP NetMonitor, but continue to get a "java.util.ConcurrentModificationException: underlying secondary ASP has been modified" exception.

    Here is the latest iteration of the script I was trying:

    hostName = 'Test123 '.

    cfgSvc = server. ConfigService

    aSvc = server. AgentService

    netObj = #! NetMonitor_ServiceLevels # .getTopologyObjects () .findAll {computer. DeviceName == hostName} .fate {a, b-> b.lastUpdated<=> a.lastUpdated} [0]

    Agent = aSvc.findByName (netObj.monitoringAgent.agentInstance) [0]

    ASP = cfgSvc.getAgentInstanceConfigs (agent.getAgentNamespace (), agent.typeId, agent.id) .findAll {it.getSharingName () == 'netDevList'} [0]

    lines = asp.getRows)

    for {(rank lines)

    If (Row.GetString ("DeviceName") == hostName) {}

    asp.removeRow (row)

    cfgSvc.saveConfig (asp)

    }

    }

    FYI - I get that exception if cfgSvc.saveConfig (asp) is REM out or not, however, the line is ACTUALLY deleted when it's not only out REM.

    I can not catch the exception, but do not feel comfortable with that...

    Any thoughts?

    Thanks for the clarification, Brian.

    He could complain because the lines loop continues to process the lines after the lines have been updated.

    It worked for me when I replaced the end of the script with:

    found = null

    lines = asp.getRows)

    for {(rank lines)

    If (Row.GetString ("DeviceName") == hostName) {}

    found = row

    breaking

    }

    }

    If (found == null) return null

    asp.removeRow (found)

    cfgSvc.saveConfig (asp)

    Back to ASP.

    Kind regards

    Brian Wheeldon

  • How to delete a line item / of a custom Data Type?

    Hi all

    I can't tried to delete a line of a custom data type.

    As you will see in the code below I add a line to an array of Type (this is done several times). I then loop through each row in the type of array and pass it the id in a separate function. Once it is I so need to remove this item from the array Type - that's where I think my syntax is wrong because I get an error "ORA-00903: invalid table name.

    Clear code
     DELETE FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE docVersionID = l_DocVersID;
    Complete code
    l_DeleteList.extend;
    l_DeleteList(l_DeleteList.last) := DOCVERSIONID(l_DocVersID);
    
    .......................
    
    select count(*) INTO v_count FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE));
      -- loop temp table and delete document versions
      WHILE v_count > 0
      LOOP
      BEGIN
        SELECT docVersionID INTO l_DocVersID FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE ROWNUM = 1;
        DeleteSingleDocumentVersion(l_DocVersID);
        DELETE FROM TABLE(CAST(l_DeleteList AS TEMP_DOCVERSIONID_TABLE)) WHERE docVersionID = l_DocVersID;
        select count(*) INTO v_count FROM l_DeleteList;
      END;
      END LOOP;
    Thanks in advance,

    Toby

    Trim element removes it from the end of the collection... but you are a loop of the collection from the first to the last clue.

    If you use delete then the item is deleted but index still exists... then array.last and County are not equal...

    You can use something as shown in this example (rather than use a time loop on many items)... after deleting an item to browse a table...

    SQL> Declare
      2     TYPE    TYP_TAB IS TABLE OF PLS_INTEGER ;
      3     my_tab  TYP_TAB := TYP_TAB( 1, 2, 3, 4, 5 );
      4     v       Pls_Integer ;
      5  Begin
      6     my_tab.DELETE(2) ;
      7     v := my_tab.first ;
      8     Loop
      9        Dbms_Output.Put_Line( 'my_tab(' || Ltrim(To_char(v)) || ') = ' || my_tab(v) ) ;
     10        v := my_tab.NEXT(v) ; -- get the next valid subscript
     11        Exit When v IS NULL ;
     12     End loop ;
     13  End ;
     14  /
    my_tab(1) = 1
    my_tab(3) = 3
    my_tab(4) = 4
    my_tab(5) = 5
    

    Published by: ravikumar.sv on August 10, 2009 15:19

  • Deleting duplicate line

    Hello

    I have a delicate situation.

    my query is like this:
    select count(*), source, ttype, tdate, qty, rate, cost, charge, impstatus, errorcode, proj_code, res_code, role_code, job_id, extl_id, taskid, rate_curr, cost_curr,ext_source_id, chg_code, inp_type
    from transimp
    where ttype = 'X'
    and res_code = 'NLAB'
    and tdate >= '01-MAR-2009'
    group by source, ttype, tdate, qty, rate, cost, charge, impstatus, errorcode, proj_code, res_code, role_code, job_id, extl_id, taskid, rate_curr, cost_curr,ext_source_id, chg_code, inp_type
    having count(*) > 1
    This query returns me 700 records with count (*) = 3
    which means that they are duplicates of records in the table (Please note we have a primary key, but these documents are double according to the needs of the company).

    I want to remove these duplicates, i.e. after the deletion if I run the same query again, count (*) must be 1.

    any thoughts?

    Thanks in advance.

    Dear Caitanya!

    It is a DELETE statement that deletes duplicate rows:

    
    DELETE FROM our_table
    WHERE rowid not in
    (SELECT MIN(rowid)
    FROM our_table
    GROUP BY column1, column2, column3... ;
    

    Here Column1, Column2, Column3 is the key for each record.
    Be sure to replace our_table with the name of the table for which you want to remove duplicate rows. GROUP BY is used on the columns making up the primary key of the table. This script deletes every line in the group after the first row.

    I hope this could be of help to you!

    Yours sincerely

    Florian W.

  • How to use an IF ELSE statement and the xdoxslt: get_variable together?

    First of all, I'm a big fan of this forum and I would like to thank the community for helping to make better the world BI Publisher.

    I'm trying to populate a table with a value of years of data with column = PRODUCT and row = month to DATE. Here's the catch, not every month will be given. Then here's where is my problem, I am not able to use an IF ELSE statement with an expression XDOXSLT:GET_VARIABLE so that if there is no given for this month the default value will be 0.

    Can someone help me find a solution to one of the attempts below or a method entirely new? Thank you!

    BP4 = numeric value of months with a DATE (more code to extract only the month DATE not included here)
    JAN1 = PRICE if there is data, 0 otherwise

    (1) I tried and it did not work:
    <? If: xdoxslt:get_variable($_XDOCTX,'BP4'), 01 xdoxslt:set_variable($_XDOCTX,_'JAN1',PRICE) then another end if xdoxslt:set_variable($_XDOCTX,_'JAN1',0)? >
    <? xdoxslt:get_variable($_XDOCTX,'JAN1')? >
    <? end if? >

    (2) I tried and it did not work:
    <? xdoxslt:IfElse (xdoxslt:get_variable($_XDOCTX,'BP4') = '01', xdoxslt:set_variable($_XDOCTX,_'JAN1',PRICE), xdoxslt:set_variable($_XDOCTX,_'JAN1',0))? >
    <? xdoxslt:get_variable($_XDOCTX,'JAN1')? >
    <? end if? >

    (3) I tried and it did not work:
    <? xdofx:If xdoxslt:get_variable($_XDOCTX,'BP4') = '01' xdoxslt:set_variable($_XDOCTX,_'JAN1',PRICE) then another end if xdoxslt:set_variable($_XDOCTX,_'JAN1',0)? >
    <? xdoxslt:get_variable($_XDOCTX,'JAN1')? >
    <? end if? >

    example of XML data:
    < ROW >
    < name > Craig Hernandez < / NAME >
    < DATE > 2013 - 01-01 T 00: 00:00.000 + 08:00 < / DATE >
    < PRICE > 31 < / PRICE >
    BPD of < PRODUCT > < / PRODUCT >
    < / ROW >


    -TRD

    Published by: 990965 on February 28, 2013 08:27

    >
    (1) I tried and it did not work:


    (2) I tried and it did not work:


    (3) I tried and it did not work:


    >
    so

    
    
    

    works for me, it's

  • If else statements

    Hello world!

    I cannot re written one "if else" statement of Excel in ActionScript 3. Maybe someone can tell me what am I translated badly in the new formula of AS3.

    The original argument of Excel is:

    =IF(AND(F8<=5,F39>=10),10,IF(AND(F8<=5,F39<10),F39,IF(AND(F8>=6,F8<=10,F39>30),30,IF(AND(F8>=6,F8<=10,F39<=30),F39,IF(AND(F8>10,F39<30),F39,30)))))

    I translated this into AS3 as follows:

    if(q1_preCalc <= 5 && q13_preCalc >= 10)
         {
              q13_preCalc = 10;
         }else if ( q1_preCalc <= 5 && q13_preCalc < 10)
         {
              q13_preCalc = q13_preCalc;
         }else if (q1_preCalc >= 6 && q1_preCalc <= 10 && q13_preCalc > 30)
         {
              q13_preCalc = 30;
         }else if (q1_preCalc >= 6 && q1_preCalc <= 10 && q13_preCalc <= 30)
         {
              q13_preCalc = q13_preCalc;
         }else if (q1_preCalc > 10 && q13_preCalc < 30)
         {
              q13_preCalc = 30;
         }else
         {
              q13_preCalc = 30;
         }

    As you can see, I'm trying to set the vaule of the variable "q13_preCalc" according to the value of 2 other variable: q1_preCalc and q13_preCalc (himself).

    After you set the value, I do the calculation with the value:

    q13_preCalc_2 = (q13_preCalc*0.01)*-2.787;

    I don't know if I translate the "If another 'instructions properly in AS3 since Excel."

    Thank you in advance for your help!

    Rafa.

    It seems correct to me, just the last part is different:

    IF (AND (F8 > 10, F39<>

    but in AS3 you wrote:

    If (q1_preCalc > 10 & q13_preCalc)<>
    {
    q13_preCalc = 30;

    ...

    }

    and I see in your AS3 to 2 variables: q1_preCalc, q13_preCalc

    Where is the 3. ?

    in Excel, you have 3 cells (values): F8, F39 and the cell containing the formula.

  • Hi, I read your support page that the News widget is available only in the United States, the United Kingdom and Aus. When will it be available in Norway?

    Hi, I read your support page that the News widget is available only in the United States, the United Kingdom and Aus. When will it be available in Norway?

    Hello

    Just to let you know, it is a user to user community. You do not directly communicate with Apple here, so no one can say if or when Apple may have available in your area News widget, but what you can do is to provide feedback to Apple > http://www.apple.com/feedback/iphone.html

  • If/else statement in the MathScript node

    I want to write if/else statement in MathScript node.

    If (Yes is Yes)

    {

    a = 0;

    }

    other (no = no)

    {

    b = 1;

    }

    'Yes' and 'No'--> of Type String

    'a' and 'b'--> Type Double

    Hi johndoe.

    Thank you for contacting National instruments.

    I would like to highlight a number of items which you may find useful for the implementation of an if-else statement in a MathScript node.  The first is a book white tutorial, which the second part explains how to use LabVIEW MathScript node. The second is an article describing the required syntax to write functions and scripts in the MathScript node, including instructions for the use of the If-Else statements.

    I hope that these help. Please let me know if you need additional assistance.

    Kind regards

    James

  • OATS: script entering does not in the if-else statements

    I created a functional test using Oracle's Web. My database file (.csv) contains a number of numbers that are used to browse through the script with different values. now in my loop for, I have included an if-else with action statements in these (Actions like) by clicking on the different tabs. Now, when I run my script, is to not enter the if-else statement and jumping directly to the next step.

    Here are my script:

    beginStep ("search page", 5)

    {page opening}

    String Var1 = (string) 'value from the .csv data bank ";

    for (int i = 1; i < = 2; i ++)

    {

    beginstep("/ASC",0)

    {

    if(var1=="ABC")

    {

    Task1;

    Task2;

    }

    ElseIf (Var1 == "efg")

    {

    Task1;

    Task2 ;}

    }

    }

    endStep();

    beginStep("/asc",0)

    {

    Task3;

    Task4;

    }

    endStep();

    }

    According to my above script, the script is to jump directly to TAsk3 and 4, instead of going to task if-else performing 1 and 2.

    Thanks in advance.

    Kind regards

    Deepak Khari

    Hello

    Use eval(), c.


    String Var1 = eval ("{{db. Var1.ColumnName}} ")." ToString();

    System.out.println ("scnro_class--->" + Var1);


    Kind regards

    Dembélé M

Maybe you are looking for