Bold Lines in Table

Hi all,
is it possible to print some lines bold dependent on certain criteria?
e.g. I have a table with amounts and if an amount is higher than 10k the whole
line or the amountfield should be shown bold.
I added a programming node in the corresponding Column of the row node from the Table Node.
He runs through this programming node for each entry of the table and i can access the content
of the current cell, but no idea how i could change it to bold.
Any Ideas?
Thanks alot !

create 2 copies of text modules or text elements for each line item then put condition inthe condition tab in such a way that only one at atime will be printed make one of the copy as normal and other as bold depending on the condition printed whether u want bold one or normal one.

Similar Messages

  • Bold line in the table for footer in main window.

    Hi frnds,
    i am working on smartforms. i need your help to make the bold line for footer bottom line only.
    i am displaying the materials under one PO. here for the last line i.e. footer line of bottom i have to make BOLD or THINK line.
    points will be rewarded for helpful answers.
    regards,
    balu

    HI Sandipan,
    I am getting that line already, my requirement i need that line as BOLD only. entrire frame has to be normal line and footer of bottom line should THICK line. all other lines, like vertical lines between columns and header line should be normal only.
    i hope you are clear about this requirement.
    regards,
    balu

  • Need Help : Urgent : Making one of the record Bold in a Table

    Hi Frds,
    I am new to OAF.......
    I am  facing the issue that i have to make one of the record bold in a table...........
    By using the query, i m trying to display the payslip
    It contains the list of Earnings ,Deductions and NetPay amount..........
    this is the part of the query........
    select payment_date,element_name,arabic_name,val,balance from
      select '0' flag,assignment_id,null payment_date,'Payslip for the Month'  element_name,to_char(payment_date,'Month-YYYY')arabic_name,
       null val, null balance from xx_payroll_info
    where 1 =1
    and payment_date = last_day(:2) 
    and assignment_id = (select assignment_id from xx_people_reporting_info
        where person_id = :1)
    union all
    select '1'flag,assignment_id,payment_date,element_name,arabic_name,
       value val,null,balance
      from xx_payslip_details_mv
    where 1 = 1
    and payment_date = last_day(:2)
    and earn_deduct = ('E')
    and assignment_id in (select assignment_id from xx_people_reporting_info)
    union all
    select '2' flag,assignment_id,payment_date,'Earnings-Total',null,sum(value) val,null
      from xx_payslip_detail_mv
    where 1 =1
    and payment_date = last_day(:2)
    and earn_deduct = 'E'
    and assignment_id in (select assignment_id from xx_people_reporting_info
           where 1 =1
                and person_id = :1 )
    group by assignment_id,payment_date
    My Requirement is : I have to make the Payslip For the month of , Date, Earnings-Total  into Bold.....  How can i do this.... plz... help me out in this......
    Thanks &Regards,
    Jaya

    Hi Jaya,
    Set CSS Class property as  OraDataText for respectiveb column.
    OR
    /In Controller PR
                    import oracle.cabo.style.CSSStyle;
                    CSSStyle customCss = new CSSStyle();
                     customUnCss.setProperty("text-transform","uppercase");
                     customUnCss.setProperty("font","bold 16px \"Trebuchet MS\", Verdana, sans-serif");//# -red
                     OAMessageStyledTextBean styledTextBean =(OAMessageStyledTextBean)webBean.findIndexedChildRecursive("POCommentsItem");
                     if(styledTextBean!=null)
                      styledTextBean.setInlineStyle(customUnCss);
           Thanks,
            Dilip

  • Update Profit Center Field in CO Line item tables

    Hi,
    We are working on ECC6.0 NewGL with Real-time CO-FI integration for Cross Company Code and Cross Pofit Center.
    For those CO internal documents (like activity confirmation at production order) where there is no cross company code or cross profit center postings, no FI document is generated and hence table FAGLFLEXA is not updated. So, we wanted to take data from CO table COEP / COVP for these internal CO documents. However, there is no Profit Center field in CO line item tables COEP / COVP. We don't want to refer to Object Number (OBJNR) of COEP / COVP tables and take profit center from master table of cost centers, IOs etc..,as Profit center in the cost center, IO masters may get changed latter.
    I tried to generate a new report through report painter from structure CCSS, but Profit center is not defined as Charactericts there. Hence of no use.
    Can we append Profit Center field in CO line item tables COEP / COVP and update tatabase at the time of posting? Is there any risk?
    Please suggest any other alternative...
    Thanks,
    Bijay

    Hi,
    As per the standard process we can't derive PC from CO-internal Object...as per my knowledge.
    Better you can derive from IO-CC master PC ....if your question that it will change frequently then -no control can make.
    Regd,
    Kha

  • End line of table in XML Publsiher Report in EBS

    We report the invoice lines in a table with the row separator (horizontal) lines hidden. When there are more number of lines and this table goes for next page, then bottom line of table border doesn’t appear in the current page. It appears only once in the page where the table ends. We need this in each page. Any help?

    Got the modified template from you Kavipriya. It works.
    The solution is to add <?table-footer:?> at the end of the table.
    Thanks a lot.

  • How to set border lines in table and also in template in the smartforms ?

    How to set border lines in table and also in template in the smartforms ?
    As I have to create table with following detals
    total row = 3
    row1 = 3 column
    row2 = 6 column
    row3 = 9 column
    for 2nd and 3rd row data to be fetched using coding.
    so can anybody explain me what should i use
    Table or Template ?
    and I want the border like excel format.
    Can anybody suggest me ?
    Thanks
    naresh

    if the data is multiple i.e. line items choose table.
    if the data is single i.e. fixed choose template.
    Create table
    >  Draw u r no lines
    > choose option select pattern
    > select display framed patterns
    Choose u r required one.
    out lined, or full lined. u can choose option.
    same procedure to be followed for template also.
    with regards,
    Kiran.G

  • How to view lines in table control after pressing vertical scroll bar

    Hi Experts, 
    I created table control in MPP, While design my layout I design table control with 12 lines(Fixed),  But I am moving my internal table values to table control. my internal table have more then 12 lines. My problem is I cant view my 13, 14th line in table control.  Could you help me in solve this issue?

    Please make sure that you have used the following code in the PBO
    DESCRIBE TABLE it_tab LINES tab_ctrl-lines.

  • To display a new bold line in script header.

    I have header part in my script which contians LOGO.
    Below the logo, I need to display a bold line say ' <b>International cutter'</b> as centered one.
    Could you please say me how can I achieve this ?
    Do I need to create a character for this ???
    Thanks in advance.

    goto character format and see any character format is defined for picking up bold, to identify see any character format bold radio button is selected...
    For example if your character format name for bold is B then use as shown below
    ,<B,>, International cutter ,<,/,>,
    Note:PLease remove the commas while using it for displaying in this thread I placed commas
    Regards,
    SaiRam

  • White Lines in Tables

    I don't seem to be able to get rid of white lines between
    tables/cells on my websites. I have the borders set to "0" and no
    "Padding", etc. Does anyone have an idea of how to remove these so
    the cells blend together. You can see an example on the top graphic
    of this website:
    http://www.peterburnett.org/
    Thanks!

    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    It also would make your page fail validation!
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    Not at all. Adding the cellspacing="0" will do the trick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Tim G" <[email protected]> wrote in
    message
    news:ggka1n$hsh$[email protected]..
    > "Westsidebill" <[email protected]>
    wrote in message
    > news:ggk89j$fpf$[email protected]..
    >>I don't seem to be able to get rid of white lines
    between tables/cells on
    >>my
    >> websites. I have the borders set to "0" and no
    "Padding", etc. Does
    >> anyone
    >> have an idea of how to remove these so the cells
    blend together. You can
    >> see
    >> an example on the top graphic of this website:
    >>
    http://www.peterburnett.org/
    >
    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    >
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    >
    >
    >
    > --
    > Tim G.
    >
    http://www.pactumweb.com
    >
    http://www.shortordersite.com
    >

  • White lines in tables after conversion

    RH8 and Word 2007
    I've just done my first successful printed document, and some of the tables (only some) come across with white lines above and below the text that's in them.  If I delete the text, the lines stay there.  I've tried everything in Word I can to get rid of them (these are single-cell tables that contain Tips and such, with shading and a single outside border), but nothing seems to work.  Could it have something to do with the way I'm formatting the tables in RH?  Like I said, it's only some tables, but sometimes I will copy one and paste it into another topic and change the text.  That's the only thing I do that I'm aware of that might be "unusual."
    Thanks!

    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    It also would make your page fail validation!
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    Not at all. Adding the cellspacing="0" will do the trick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Tim G" <[email protected]> wrote in
    message
    news:ggka1n$hsh$[email protected]..
    > "Westsidebill" <[email protected]>
    wrote in message
    > news:ggk89j$fpf$[email protected]..
    >>I don't seem to be able to get rid of white lines
    between tables/cells on
    >>my
    >> websites. I have the borders set to "0" and no
    "Padding", etc. Does
    >> anyone
    >> have an idea of how to remove these so the cells
    blend together. You can
    >> see
    >> an example on the top graphic of this website:
    >>
    http://www.peterburnett.org/
    >
    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    >
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    >
    >
    >
    > --
    > Tim G.
    >
    http://www.pactumweb.com
    >
    http://www.shortordersite.com
    >

  • Not able to view more than two line in table control

    Hi all,
    I am not able to see more than two lines in table control. Although my table control height is 21...
    Please see attached pic and suggest me what to do.

    hi,
    You have to set the LINES property of the table control In the PBO of your screen, to the number of entries in the internal table.
    data: lv_line type i.
    DESCRIBE TABLE  gt_table LINES lv_line.
    table_control-lines = lv_line + 1.
    or else
    You can do two thing in table control properties check horizontal and vertical scroll options plus in PBO you can based on number of lines in internal table assign it to TC_ABC-LINES if no lines are there then add by default 20..10.. any number of lines as you want.

  • No of lines in table control

    Hi,
    I want to set the no of lines in table control as equl to no of rows in the base table.Actually i designed the table control with reference to a table.
    and i am able to display the no of rows of base table in the table control also.
    But the table control is also showing the blank lines,after displaying the complete set of rows of base table.
    I would like to have the no of rows in table control is equal to no of rows of the table.(I.E there should not be any blank lines at the end  of control table).
    If any body has any idea regarding this,Let me know something.
    with Rgds,
    Anil Kumar.

    Hi,
    The statement DESCRIBE TALBE <itabname> LINES <tabctr>-lines is required to adjust/link it with the data available in your program. Creating a table control with reference to a transparent table will only specify the columns and their types. To constantly adjust the table control with your program data, you need to issue statements to inform the screen interpreter about changes carried out by abap interpreter at runtime.
    Please correct me if I am talking out of context and you need to use the control in some other way.
    Regards

  • Invalid pc in line number table

    Hi,
    I try to decompile and recompile the class file and copy it back to the server getting the following error. I am using the latest Jdeveloper with OA , The ARU number is 5455514. I tried with few other classes, it works fine. Getting error for only one class (i.e. RcptTrxFListener). It's a telnet application for mobile devices.
    Can anyone help?
    Thanks
    Lalit
    [Wed Oct 11 05:39:59 CDT 2006] (Thread-10) SM_EXCEPTION: Exception occurred with user LALIT MISHRA
    java.lang.ClassFormatError: oracle/apps/inv/invtxn/server/RcptTrxFListener (Invalid pc in line number table)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
         at oracle.apps.inv.invtxn.server.RcptTrxPage.<init>(RcptTrxPage.java:552)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at oracle.apps.mwa.container.StateMachine.loadPage(StateMachine.java:1329)
         at oracle.apps.mwa.container.StateMachine.loadMenuItem(StateMachine.java:1541)
         at oracle.apps.mwa.container.StateMachine.handleEvent(StateMachine.java:926)
         at oracle.apps.mwa.presentation.telnet.PresentationManager.handle(PresentationManager.java:690)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:818)

    Hi,
    Have you solved this error? I'm encountering the same error. Please reply ASAP.
    OAF gurus, this is the error i'm getting..
    ## Detail 0 ##
    JBO-30003: The application pool (dev4.devorg.orgDVI21540devorg.oracle.apps.po.createpo.server.CreatePosAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.ClassFormatError, msg=devorg/oracle/apps/po/createpo/server/CreatePosAMImpl (Invalid pc in line number table)
    Thanks in advance.

  • CCtr line item table

    Hi,
    Apart from CO line item table which is COEP, is there a table which is specific for cost center line items ?
    Thanks for your response

    Hi ,
    Checck for COEJ table apart from COEP which may help you.
    Best Regards,
    Abhisek

  • SPL -  Deactivating Line Item Table - Trx GCL3

    Hi.....
    We currently have SPL ledger line item table activated.
    That table is getting rather large and therefore increasingly costly in terms of performance and database cost.
    We believe it is not strictly necessary given that we have FIGL account line item tables to support the audit trail.
    In terms of deactivating - is it merely deselecting in Trx GCL3? Are there any implications?
    Thanks in advance....

    Hi,
    Yes.  You just need to uncheck the checkbox 'Write Line Items' in transaction code GCL2.

Maybe you are looking for

  • Tired of this overheating problem - anyone have an answer???

    hey all - i'm totally fed up with this problem i hope someone can suggest something new... i have the first gen macbook pro 17" 2.16 Core Duo (not C2D). over the last year it has had increasing problems with overheating... at a certain point the grap

  • White edge on black mask?

    I created a black rectangular frame size 720x480 about 10 pixels wide, with a transparent interior, as a Photoshop file, and used QT Pro to add it as a video track in a layer above a completely black video, also 720x480. You'd think the combination w

  • September 2014 TechNet Guru SSAS Winners announced!

    The September Guru results are posted! http://blogs.technet.com/b/wikininjas/archive/2014/10/16/the-microsoft-technet-guru-awards-september-2014.aspx Below are the highlights, just the medal winners. Please see the blog above for more entrants and co

  • Length of character

    Hello BW frnds I have a small requirement,in R/3 side the length of field is 255 characteristics,but in BW side it is 60,how can i bring the R/3 data to BW.my requirement is to increase the character length i.e maximum 60 to 100 or more in BW side.

  • Is there a "trade in" program for an older i pad to purchase a new?

    I'm Interested in trading in ipad  1 for new model .