Writing 2 conditions on a table

Hi all
I need to impose one codition on the table
The following are the details
Tables
Classes(class, type, country, numguns, bore, displacement)_
Condition:
If a class of ships has more than 9 guns, then their bore must be no larger than 14 inches_
Could you please give me hint writing the above condition on a table using check constraint.....

Dont put duplicate post your question has been answered here
Re: how to write constraints

Similar Messages

  • More than one join condition for 2 tables in obiee

    Hello,
    I am using obiee 11g.
    There are 2 tables tableA and tableB where the join condition is like (tableA.col1=tableB.col1) or (tableA.col1 is null and tableB.col1 is null)
    where should i do these type of joins.
    I tried putting in physcial layer->f(x) but giving error like here only columns an d opertaors are allowed.
    Thanks

    ok here it goes.
    I have a tableA with columns col1(pk),col2 and other columns
    I have tableB with columns col1(pk),col2..Only these 2 columns.
    Now distinct tableA.col2 values are put in tableB.col2. For those distinct values i have put the tableB.col1 values.
    Now tableA.col2 as well as tableB.col2 can be null beacuse there may be null values in tableA.col2.
    Now in tableB i have added one more row which has col1 as value and col2 as null.
    Now when in physical layer when i do tableA.col2=tableB.col2 i dont get the null values.
    What i want is whenever the tableA.col2 and tableB.col2 is null then take tableB.col1 for those vales.
    So when i query i do
    select * from tableA,tableB where
    ((tableA.col2=tableB.col2) or (tableA.col2 is null and tableB.col2 is null))
    What i want is when i do a join i should be able to give this OR condition in rpd thats it.
    because when i do in where clause of content tab it goes like a AND condition and not OR.
    Thanks
    Edited by: user123 on Jul 5, 2011 1:57 PM

  • Error in Tranform Activity While Writing From File to DB Table

    Hi All,
    I m trying to read the contents of a csv file and writing it to the db table.
    When I am trying to map the file content to the db table using tranform activity, I am getting error as "failed to save XSL Map. Make sure XSL Map is valid".
    Any ideas on how to over come this issue.
    thnx in advance
    Edited by: md.irfan.khan on Sep 7, 2009 4:00 AM

    followed the steps mentioned below. but still I'm getting the same error:
    my transform.xsl file is as follows:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ns0:SampledataCollection xmlns:ns0="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbWriteService">
    <ns0:Sampledata>
    <ns0:firstnm>1</ns0:firstnm>
    <ns0:gender>2</ns0:gender>
    <ns0:age>3</ns0:age>
    <ns0:lastnm>4</ns0:lastnm>
    </ns0:Sampledata>
    <ns0:Sampledata>
    <ns0:firstnm>5</ns0:firstnm>
    <ns0:gender>6</ns0:gender>
    <ns0:age>7</ns0:age>
    <ns0:lastnm>8</ns0:lastnm>
    </ns0:Sampledata>
    <ns0:Sampledata>
    <ns0:firstnm>9</ns0:firstnm>
    <ns0:gender>10</ns0:gender>
    <ns0:age>11</ns0:age>
    <ns0:lastnm>12</ns0:lastnm>
    </ns0:Sampledata>
    </ns0:SampledataCollection>
    Logs from Audit Trails Activity:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <audit-trail>
    - <event sid="0" cat="2" type="2" n="0" date="2009-09-08T10:14:48.080+03:00">
    - <message>
    - <![CDATA[ New instance of BPEL process "file2DbProcess" initiated (# "40001").
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" label="process" n="1" date="2009-09-08T10:14:48.095+03:00" psid="0">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpTry0.2" cat="1" type="2" n="2" date="2009-09-08T10:14:48.127+03:00" psid="BpPrc0.1">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" label="sequence" n="3" date="2009-09-08T10:14:48.127+03:00" psid="BpTry0.2">
    - <message>
    - <![CDATA[ _cr_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="2" wikey="40001-BpRcv0-BpSeq0.3-1" n="4" date="2009-09-08T10:14:48.158+03:00">
    - <message>
    - <![CDATA[ Received "inputVariable" call from partner "client"
      ]]>
    </message>
    <details id="0" />
    - <detailsTemplate>
    - <![CDATA[ <inputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  name="payload"><toReplace id="0"/></part></inputVariable>
      ]]>
    </detailsTemplate>
    </event>
    - <event to="Invoke_fileService_SyncFileReadOperation_InputVariable_1" sid="BpSeq0.3" cat="2" type="1" wikey="40001-BpAss0-BpSeq0.3-2" n="5" date="2009-09-08T10:14:48.189+03:00">
    - <message>
    - <![CDATA[ Updated variable "Invoke_fileService_SyncFileReadOperation_InputVariable_1"
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <Invoke_fileService_SyncFileReadOperation_InputVariable_1><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Empty"><empty xmlns="http://xmlns.oracle.com/pcbpel/adapter/file/fileReadService/">
                <ns1:input xmlns:ns1="http://xmlns.oracle.com/file2DbProcess">gdfghf</ns1:input>
            </empty>
    </part></Invoke_fileService_SyncFileReadOperation_InputVariable_1>
      ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="4" wikey="40001-BpInv0-BpSeq0.3-3" partnerWSDL="fileReadService.wsdl" n="6" date="2009-09-08T10:14:48.439+03:00">
    - <message>
    - <![CDATA[ Faulted while invoking operation "SyncFileReadOperation" on provider "fileReadService".
      ]]>
    </message>
    - <details>
    - <![CDATA[
    <messages><input><Invoke_fileService_SyncFileReadOperation_InputVariable_1><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Empty"><empty xmlns="http://xmlns.oracle.com/pcbpel/adapter/file/fileReadService/">
                <ns1:input xmlns:ns1="http://xmlns.oracle.com/file2DbProcess">gdfghf</ns1:input>
            </empty>
    </part></Invoke_fileService_SyncFileReadOperation_InputVariable_1></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>null</code>
    </part><part name="summary"><summary>file:/C:/OracleBpel/10.1.3.1/OraBPEL_1/bpel/domains/default/tmp/.bpel_file2DbProcess_v2009_09_08__36696_083f54f05823204c42612c5188057cd4.tmp/fileReadService.wsdl [ SyncFileReadOperation_ptt::SyncFileReadOperation(Empty,SampledataCollection) ] - WSIF JCA Execute of operation 'SyncFileReadOperation' failed due to: Error while translating.
    Error occured while translating content from file C:\JDeveloperStudio10131\jdev\mywork\inputs\fileRead\csvFileInput.csv [Caused by: Start of root element expected.]
    ; nested exception is:
         ORABPEL-11008
    Error while translating.
    Error occured while translating content from file C:\JDeveloperStudio10131\jdev\mywork\inputs\fileRead\csvFileInput.csv [Caused by: Start of root element expected.]
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    </summary>
    </part><part name="detail"><detail>null</detail>
    </part></bindingFault></fault></messages>
    ]]>
    </details>
    </event>
    - <event sid="BpSeq0.3" cat="2" type="4" wikey="40001-BpInv0-BpSeq0.3-3" n="7" date="2009-09-08T10:14:48.439+03:00">
    - <message>
    - <![CDATA[ "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown.
    ]]>
    </message>
    - <details>
    - <![CDATA[
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>null</code>
    </part><part name="summary"><summary>file:/C:/OracleBpel/10.1.3.1/OraBPEL_1/bpel/domains/default/tmp/.bpel_file2DbProcess_v2009_09_08__36696_083f54f05823204c42612c5188057cd4.tmp/fileReadService.wsdl [ SyncFileReadOperation_ptt::SyncFileReadOperation(Empty,SampledataCollection) ] - WSIF JCA Execute of operation 'SyncFileReadOperation' failed due to: Error while translating.
    Error occured while translating content from file C:\JDeveloperStudio10131\jdev\mywork\inputs\fileRead\csvFileInput.csv [Caused by: Start of root element expected.]
    ; nested exception is:
         ORABPEL-11008
    Error while translating.
    Error occured while translating content from file C:\JDeveloperStudio10131\jdev\mywork\inputs\fileRead\csvFileInput.csv [Caused by: Start of root element expected.]
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    </summary>
    </part><part name="detail"><detail>null</detail>
    </part></bindingFault>
    ]]>
    </details>
    </event>
    - <event sid="BpPrc0.1" cat="2" type="4" n="8" date="2009-09-08T10:14:48.439+03:00">
    - <message>
    - <![CDATA[ "BPELFault" has not been caught by a catch block.
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="1" type="2" n="9" date="2009-09-08T10:14:48.455+03:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpSeq0.3" cat="1" type="2" n="10" date="2009-09-08T10:14:48.455+03:00">
    - <message>
    - <![CDATA[ _cl_
      ]]>
    </message>
    </event>
    - <event sid="BpPrc0.1" cat="2" type="2" n="11" date="2009-09-08T10:14:48.470+03:00">
    - <message>
    - <![CDATA[ BPEL process instance "40001" cancelled
      ]]>
    </message>
    </event>
    </audit-trail>

  • Function Module for creating condition record (XKOMV table record)

    Hi,
    I have a requirement as like below,
    In the repair order i need to sum the GRWR condition type's  conditional values for all the line items (Except deliverable line item) and then i need to create an condition type GRWR under the deliverable line item with the above calculated conditional values,
    the table XKOMV will be having details about all the line item's condition types, in this table i need to add one more new record with the condition type of GRWR and the above calculated conditional values under the deliverable line item.
    for the above logic i am using the user exit
    USEREXIT_SAVE_DOCUMENT_PREPARE
    All the above things need to be done when the user click the save button in the transaction (VA01/VA02).
    Problem here is table XKOMV contains somany fields so manually we can't create xkomv record, is there any Function module to create condition type record?
    Regards,
    Manikumar
    Edited by: Manikumar Shanmugam on Mar 8, 2008 3:53 PM

    Hi,
       You can use Function module PRICING_CHECK to check condition record. Do a where-used list on it to see how to call it.
    Regards
    Kiran Sure

  • Conversion with Conditional Text in Table

    I'm taking the first steps in converting Unstructured Frame to Structure. One document is pretty clean except for one issue: my structure breaks around conditional text in tables. (The tables have a f3ew issues oftheir own, but the conditional text seems to compound the problem) I'm not sure how this should be dealt with. The structure tags are shown in the view below.
    And here is the Structure View:
    Is this something that can be set up with a qualifier, and if so, How? Also, in the conversion map table, Is there any order dependency, as well, concerning where the Conditional Text element appears?

    Jane,
    As far as I am concerned I do not see anything unexpected. You get dotted lines in the Structure View apparently because the element <B1_Body1> seems not to be allowed in the Element <CELL>. It looks like you worked with the defaults of the Conversion Table. Have you created your own EDD and imported the Element Definitions? Is <B1_Body1> a legal element inside <CELL>?
    From my experience the Conditional Text feature works very much in parallel to the element structure. It comes from the format-based world and the structure has no means to handle text conditions. If you want to work with text conditions in the future, you would use »attribute-based condition management« as made possible through the plug-in AXCM or FrameMaker’s built-in feature »Filter by attribute«. There is no built-in method to change text conditions into certain attribute values – but it is possible to automate this move via the FDK or FrameScript or ExtendScript (from FM10).
    - Michael

  • Condition type value table ????

    I want the value of the Condition type of taxes in the Purchase Order
    When we open the PO , Click on Invoice and then on Taxes, the screen shows Condition types and there values.
    From which table i can get these values on the basis of the Purchase Order.

    Hi,
    KONV  tablefor conditions.
    EKBZ  Table .
    KONV-KSCHL for condition type.
    KONV-KWERT Condition value
    KONV-KBETR Rate Percentage.
    Reward if useful.
    Regards,
    Narasimha
    Edited by: narasimha marella on May 15, 2008 9:00 AM
    Edited by: narasimha marella on May 15, 2008 9:14 AM

  • PROBLEM to give condition in ADF table column and on pressing enter

    Hi,
    1st problem:
    ========
    I have 1 ADF input text ,
    <af:inputText id="testinp"
    contentStyle="width:200px"
    value="#{adfobj.input1}"
    />
    say user is trying to enter any value , immediately if user presses "ENTER KEY" inside input text only i should invoke managed bean method
    say,
    Test.java
    ======
    public void getData(){
    2) im trying to display an ADF table,
    ADFStandardsLeftMenu=in faces config this name points to "ADFStandardsLeftMenu.java" bean
    mostCommonAgencySelectedList=of type arraylist which is present inside this bean
    this list obj holds 1 "StandardURLData.java" bean object
    accreditedagencyStdSelectedList.add(new StandardURLData("test col"));
    public class StandardURLData{
    private String stdName;
    public StandardURLData(String stdName){
    this.stdName=stdName;
    <af:table value="#{ADFStandardsLeftMenu.mostCommonAgencySelectedList}"
    id="t1" width="100%" var="stdURL"
    emptyText="<html><b><font color='red'><center>No Records Found</center></font></center></b></html>"
    inlineStyle="height:500px;">
    <af:column sortable="false" headerText="STANDARD NAME" align="start" id="c1" width="220px"
    inlineStyle="font-weight:bold;">
    <af:goLink text="#{stdURL.stdName}"
    id="sub_pt_gl1"
    destination="#{stdURL.viewerLink}"/>
    </af:column>
    <af:column sortable="false" headerText="FILE NAME" align="start" id="c3" width="220px">
    <af:goLink text="#{stdURL.fileName}"
    id="sub_pt_gl3"
    destination="#{stdURL.viewerLink}"/>
    <af:outputText value="#{stdURL.fileName}"/>
    </af:column>
    </af:table>
    im able to print all the values......
    but i want to include 1 condition in go link,
    like ,
    if "fileName" value (2nd column data) is null or "" (string in StandardURLData bean)
    i should not give hyperlink in 1st column "stdName" column
    i.e.
    (text: stdname should not come in hyperlink)
    <af:goLink text="#{stdURL.stdName}"
    id="sub_pt_gl1"
    destination="#{stdURL.viewerLink}"/>
    could anyone tell me how to give these conditions in adf table.
    in managed bean even if we check it will be prob while generating cols in table
    thanks in adv
    regards,
    sandeep

    Hi,
    If u know the employees who can change the values in other boxes, then follow the below procedure,
    In PBO,
    if employees can change,  (EMP = '....')
    loop at screen.
    if screen-name = 'Name for the input field'.
    screen-input = 1 .
    modify screen.
    endloop.
    else.
    loop at screen.
    if screen-name = 'Name for the input field'.
    screen-input = 0 .
    modify screen.
    endloop.
    endif .
    If u r not still clear, Mention ur problem with example
    Regards,
    Prem Karthick

  • "PLS-00172: string literal too long" When Writing XML file into a Table

    Hi.
    I'm using DBMS_XMLStore to get a XML file into a db table. See the example below, I'm using that for my PL/SQL format. Problem is that because there're too many XML elements that I use in "xmldoc CLOB:= ...", I get "PLS-00172: string literal too long" error.
    Can someone suggest a workaround?
    THANKS!!!
    DECLARE
    insCtx DBMS_XMLStore.ctxType;
    rows NUMBER;
    xmldoc CLOB :=
    '<ROWSET>
    <ROW num="1">
    <EMPNO>7369</EMPNO>
    <SAL>1800</SAL>
    <HIREDATE>27-AUG-1996</HIREDATE>
    </ROW>
    <ROW>
    <EMPNO>2290</EMPNO>
    <SAL>2000</SAL>
    <HIREDATE>31-DEC-1992</HIREDATE>
    </ROW>
    </ROWSET>';
    BEGIN
    insCtx := DBMS_XMLStore.newContext('scott.emp'); -- get saved context
    DBMS_XMLStore.clearUpdateColumnList(insCtx); -- clear the update settings
    -- set the columns to be updated as a list of values
    DBMS_XMLStore.setUpdateColumn(insCtx,'EMPNO');
    DBMS_XMLStore.setUpdateColumn(insCtx,'SAL');
    DBMS_XMLStore.setUpdatecolumn(insCtx,'HIREDATE');
    -- Now insert the doc.
    -- This will only insert into EMPNO, SAL and HIREDATE columns
    rows := DBMS_XMLStore.insertXML(insCtx, xmlDoc);
    -- Close the context
    DBMS_XMLStore.closeContext(insCtx);
    END;
    /

    You ask where am getting the XML doc. Well, am not
    getting the doc itself.I either don't understand or I disagree. In your sample code, you're certainly creating an XML document-- your local variable "xmldoc" is an XML document.
    DBMS_XMLSTORE package needs
    to know the canonical format and that's what I
    hardcoded. Again, I either don't understand or I disagree... DBMS_XMLStore more or less assumes the format of the XML document itself-- there's a ROWSET tag, a ROW tag, and a then whatever column tags you'd like. You can override what tag identifies a row, but the rest is pretty much assumed. Your calls to setUpdateColumn identifies what subset of column tags in the XML document you're interested in.
    Later in code I use
    DBMS_XMLStore.setUpdateColumn to specify which
    columns are to be inserted.Agreed.
    xmldoc CLOB :=
    '<ROWSET>
    <ROW num="1">
    <KEY_OLD> Smoker </KEY_OLD>
    <KEY_NEW> 3 </KEY_NEW>
    <TRANSFORM> Specified </TRANSFORM>
    <KEY_OLD> Smoker </KEY_OLD>
    <VALUEOLD> -1 </VALUEOLD>
    EW> -1 </VALUENEW>
         <DESCRIPTION> NA </DESCRIPTION>
    </ROW>
    ROWSET>';This is your XML document. You almost certainly want to be reading this from the file system and/or have it passed in from another procedure. If you hard-code the XML document, you're limited to a 32k string literal, which is almost certainly causing the error you were reporting initially.
    As am writing this I'm realizing that I'm doing this
    wrong, because I do need to read the XML file from
    the filesystem (but insert the columns
    selectively)...What I need to come up with is a proc
    that would grab the XML file and do inserts into a
    relational table. The XML file will change in the
    future and that means that all my 'canonical format'
    code will be broken. How do I deal with anticipated
    change? Do I need to define/create an XML schema in
    10g if am just inserting into one relat. table from
    one XML file?What does "The XML file will change in the future" mean? Are you saying that the structure of the XML document will change? Or that the data in the XML document would change? Your code should only need to change if the structure of the document changes, which should be exceptionally uncommon and would only be an issue if you're adding another column that you want to work with, which would necessitate code changes.
    I found an article where the issue of changing XML
    file is dealt by using a XSL file (that's where I'd
    define the 'canonical format'), but am having a
    problem with creating one, because the source XML is
    screwed up in terms of the format:
    it's not <x> blah </x>
    <x2> blah </x2>
    x2="blah" x3="blah> ...etc
    Can you point me in the right direction, please?You can certainly use something like the DBMS_XSLProcessor package to transform whatever XML document you have into an XML document in an appropriate format for the XMLStore package and pass that transformed XML document into something like your sample procedure rather than defining the xmldoc local variable with a hard-coded document. Of course, you'd need to write appropriate XSL code to do the actual transform.
    Justin

  • Conditional Text in Table - Problems with row height adjustment

    Hey there,
    I’m german but I try to express my problem in english as good as I can. Not always easy with the different menu names. Hope you get what I want to say! :-)
    As you can see in my attached screenshot, I placed text in a table.
    Text height is set to: minimum 1,5 … so it adjusts to the amount of text.
    This is what I want - it should adjust the height to the marked/aktivated conditional text.
    It always adjusts the hight when I blind out the first line oder lines in between (e.g. line 2+3 of 4).
    But if I want to blind out the last line(s), there is a ¶ at the end and a extra blank line with the #.
    I know, the # stands for the following hidden Text, but why does it work with the red/green text.
    There is also text hidden (green), but the mark # is right after the last word - not in a new line.
    Has anyone a solution for this?
    Thanks in advance!

    That's ok so far. A paragraph sign at the end of a text forces a new line.
    To change that do the following:
    For every condition you need another condition just for the paragraph sign that comes immediately after the condition. Not after every paragraph of one condition, but at the end of every consecutive numbers of paragraphs of the same condition.
    So in your third example you'll need two conditions more:
    1. One for the paragraph sign at the end of condition "meaasurements"
    2. One for the paragraph sign at the end of condition "price 2"
    Whenever you make the other conditions invisible, you also have to turn off the new conditions that only control the paragraph signs.
    See the following screenshots:
    Uwe

  • Conditional coloring in table row

    Hi,
    I want to show some table cells highlighted with some colors.for different condition.For example if status is active then show in green otherwise show in red.
    How can i achieve ?

    User, please tell us your jdev version!
    The way to go is to point the inline style of the component (or the style class if you have a css defined for the different colors) to a bean method. In the bean method you calculate the right color or style for the cell and return it. The bean method can access the other attributes of the current row rendered to get to the right result.
    In some easy cases you can use a ternary EL to get to the right color like
    #{row.value > 0 ? green : red}
    which will color all positive numbers in the cell green and all negative numbers red.
    Timo

  • How to find the Conditions and Condition values in table entries

    Dear Experts -
    the issue is about getting the table entries of Pricing procedure Condition type and condition values - Application Component - MS external service management.
    In case of service order Condition document number (EKKO - KNUMV) is not updated.
    KNUMV we can use for Pricing procedure - Application componant - M Purchasing.
    How to get table entries of pricing procedure - Application Componant - MS External services management.
    Thanks in Advance

    Hi
    SES releated table:
    ESKL - Account assignment specification for service line
    ESKN - Account assignment in service package
    ESLH - Service package header data
    ESLL - Lines in service package
    ESSR - Service entry sheet header data
    ESUC - External services management: Unplanned limits for contract item
    ESUH - External services management: unplanned service limits header data
    ESUP - External services management: unplanned limits for service packages
    ESUS - External services management: Unplanned limits for service types
    Regards
    Prasanna R

  • Recording of the payment condition in the table RBKP

    They would know how to say because in the moment in that are making IV (invoice verification) the payment condition is not recorded in the table RBKP. In the table we have the field even so nothing is not recorded.
    Tanks
    Joubert Carvalho

    Please check the following NOTEs.
    NOTE 432332  MIR4 - Field ZTERM is not filled
    NOTE 613761  MIR4:Payment conditions are not displayed
    NOTE 322430  MIRO: Proposal logic for terms of payment
    Best regards,
    Makoto

  • Conditional text and table numbers

    I have a source doc from which I am going to generate two user guides (I am new at this). I have two conditional tags set, which I plan to show/hide as required to generate the final PDFs.
    First snag: I have a products specification table, which is different for each guide. Using auto numbers, I have created the first table (1-1).
    Then I add the second table (prod specs for the other product). It of course shows up as table 1-2 (and all sequential tables will be misnumbered). Using the Show/Hide command, I see the correct table.
    How do I get correct sequential table numbers for each end document?
    Thanks very much.

    >  ... FrameMaker help refers to these as "series labels."
    Thanks for the further clarification, Mike.
    Just poking around on this, it's unclear exactly how many different series labels one can have. Some sources say we're limited to 53:
    default(no letter), A: to Z:, a: to z:
    Some sources say it's 63:
    default(no letter), A: to Z:, a: to z:, 0: to 9:
    which also seems to work.
    Curiously enough some other single characters appear to work as well. I just tried @:, #:, non-breaking hyphen (\x15) and generic currency symbol (\xdb) for example (this is in FM7.1, entered as \x hex codes). I suspect most basic Frame roman single "standard" characters might work, which would imply a possible 255 or so counters. Two-letter labels just get treated as literal text, as would any multi-byte Unicode I suspect.
    Adobe has no published "best practices" for series labels, but if one searches around the web, a common theme develops on conventions. Any shop would be well advised to pick a convention, and (note to self) write it down, for example:
    B: body (ordinary paragraphs)
    C: call-outs
    F: figures
    H: headings (volume, chapter, section, etc.)
    O: outline
    S: steps
    T: tables

  • Conditional statments in tables

    Hi ,
    Can anyone help me with a problem relating to dynamic tables and conditional statements.
    I have a dynamic table where the user can add and delete rows as required – which appends the array value in square brackets to the duplicated row.
    Within a row I want to display a cash value in say  the 3rd column dependent on the value previously selected from a drop down in 2nd column.
    I’m struggling to understand the simplest way of referring to the rows previous column in a conditional statement.
    Any help would be appreciated.
    Dog.

    Hi Dog,
    There are a couple of ways to do it, probably easiest is to take advantage of the fact that the 2 fields are in the same row and therefore share a parent. You could put this script in the ready:layout event of the target field.
         // Refer to data in previous column
         if (this.parent.DropDownField != null) {
              this.rawValue = this.parent.DropDownField.rawValue;
    Where:
    this = the target field (i.e. the field where you want the value displayed)
    this.parent = the current row of the table
    DropDownField = is the field in the previous column, replace this with the name of your field

  • Inner Join Condition For  Database Tables in JDBC Adapter

    Hi
    Is there any restriction for Number of database tables to Write Inner join Condition in JDBC.
    Thanks

    Venkat,
    No there is no restriction in Inner join. If your query executes perfectly in target Database then the same query will exceute perfectly while calling through XI.
    Best regards,
    raj.

Maybe you are looking for