2 header columns and 3 body columns

                                                                    
Hi
i have designed a dynamic table with 2 header columns and the body rows are dynamic,
my requirement would have
an image attached to the cell1 of the body row each time it repeats ,i am getting the image field
from XML
my issue is
how to create a table with two header columns and have three body cloumns(including the image,
if say i have created a table with three columns , is there a way that we could supress the line between two cells that comes when we create a table.
Thanks in advance
please find the attached doc .

Hi Paul
Thank you very much for the reply, yeah i tried to merge cells on my header colunm and it worked,
but on the body  columns where i have 3 cells
cell1 -->LOGO_BENEFITS--> image field
cell2 ---> TITLE_BENEFITS -->text field
cell3---> STATUS_BENEFITS--->text field
here i have a issue (i dont know much of XML and i am passing the above 3 cells below as follows:
<SF5>
<LOGO_BENEFITS>C:\Logos\icon_SF5_grey.gif</LOGO_BENEFITS>
<TITLE_BENEFITS>BENEFIT1</TITLE_BENEFITS>
<STATUS_BENEFITS>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</STATUS_BENEFITS>
</SF5>
<SF5>
<LOGO_BENEFITS>C:\Logos\icon_SF6_grey.gif</LOGO_BENEFITS>
<TITLE_BENEFITS>BENEFIT2</TITLE_BENEFITS>
<STATUS_BENEFITS>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</STATUS_BENEFITS>
</SF5>
ISSUE 1.
1) i am not able to see the picture in the pdf. (for some reason it just showing blank space in place of the image_field) --(is there any thing wrong in the way i am appending the path for the pic in my XML)
2) considering the image shows up, how do i supress the two cells in to one  in the body column (cell1 and cell2) .
Thanks again for your time
de1209

Similar Messages

  • Make my header columns tall and narrow and place the text sideways

    I'd like the header columns to be very narrow and tall and the text to be sideways.  I can't figure out how to make it work.  My temporary fix is to place textboxes over the columns, but they don't "belong" to the column and don't move with the table.  It also can't be share in this format.  I'd like it to look like a grade book.  please help!!  I'm stymied!

    You can add a graphic to the cell's background, and that graphic can be a PDF version of the rotated text box. Here's the routine:
    Copy Text Box
    Switch to Preview.app
    Command-N
    Command-C
    Switch to Numbers
    Select Header Cell
    Command-V
    Doing it this way the graphic will not only stay with the cell, it will scale if you change the size of the cell.
    Jerry

  • A number of songs in my  i tunes libray have "not available" against them (in the column headed "Time") and won't play. How do I correct this?

    A number of songs in my  i tunes libray have "not available" against them (in the column headed "Time") and won't play. How do I correct this?

    Hello enrique a.
    Instead of trying to re-invent the wheel on this one, take a look at an article such as this one to help you take care of these exclamations.  Basically, it means iTunes is unable to locate the file on your computer anymore.
    http://ipod.about.com/od/itunesproblems/qt/Fixing-The-Itunes-Exclamation-Point.h tm
    B-rock

  • Column for heading, column for body text?

    Hiya, I am wanting to have the headings in one column and the body text in the other, like in the image below, the text will need to flow in case there are edits later. Does anyone know how to go about doing this? I am using Indesign CC
    Many thanks
    Mel
    Hie

    Peter,
    Always magical!
    The last secret: Title para style have nested lines styles! Like this:
    I've created 5 char styles for 5 lines.

  • How do you sort specific columns and freeze a header column?

    I'm creating a list of people attending a workshop and would like the first column to be the number of people attending. The first column is the number and that row sorts with the rest, so then my numbers go 1, 9, 5, etc instead of remaining 1-20. Is there a different way for me to determing the number? I put 1 in cell A 2 and then for A 3 I give it a formula A1 + 1 to create the number sequence. I've tried making it a header column and freezing the column, but it still changes.
    thanks,
    Nancy

    Nancy,
    You can search the discussions when you have a specific question, or you can just browse them from time to time to see what there is to be learned. Your question is a little like "How did you learn to be a good cook?" Most of the good home cooks never went to cooking school, but they have had lots of good coaching and lots of experience. Many of the helpers here have been using spreadsheets for so long that they don't remember when they learned a particular trick or method. And, we like to share, so keep the questions coming.
    I keep the Formula Browser in view, and I study the examples for the functions I think I might want to use.
    Regards,
    Jerry

  • Please select a Numbers document that has one or more named header columns and one or more rows of data.

    This  IS the same error message I keep getting when I try and create labels.  I've done it in the past but this year it won't.  I am using the latest update of Pages and numbers.
    Help??

    Mike,
    Thanks for the question. I hadn't explored this previously.
    You must first create your data table in a Numbers document and save that document. Use a Header Row and place your data descriptions in that row, with your data below.
    Then you create your Pages document with merge fields, but don't format the merge titles yet.
    Now, go to the Pages Link Inspector and Select the Numbers document to merge from.
    One by one, select your merge location text and add to the Merge Field list in the Inspector, selecting the corresponding descriptor in the Numbers table.
    Finally, in Pages, Edit > Mail Merge.
    Here's an example:
    In the screen shot, the Numbers table is in the background, the Pages merge format document is in the foreground, and the result document is at the mid-plane.
    Regards,
    Jerry

  • Header columns alignment in PDF using CFDOCUMENTITEM

    Hi All,
    I'm creating a PDF with CFDOCUMENT tags and using CFSAVECONTENT tags. I will do the formatting everything inside the CFSAVECONTENT Variable and create the PDF using the save content variable.
    <cfdocument format="PDF" orientation="landscape">
          <cfoutput>#strContent#</cfoutput>
    </cfdocument>
    The generated pdf will have 5 or 6 pages which will have a table kind of structure.
    My client needs the header columns on each page of the PDF. As of now, I'm having the header column in the first page alone.
    I tried using CFDOCUMENTITEM TYPE="Header"; I'm seeing the columns as some text with no alignment as a row.
    How to align that so that it looks as a header?
    I tried the one below;
    <cfdocument format="PDF" orientation="landscape">
         <cfdocumentitem type="header">
        <html>
         <tr style="font-weight: bold; font-size: 8pt; text-align:left">
                  <td width="10%">Test<br>Number</td>
                <td width="11%">Test B</td>
                <td width="18%" align="Center">Test<br>Factor</td>
                <td width="18%" align="left">Test c</td>
                <td width="4%" align="left">Test Qty</td>
                <td width="4%">%<br>Impact</td>
                <td width="10%"align="center">Test Owner</td>
                <td width="6%">Date</td>
                <td width="17%" align="left">Comments</td>
            </tr>
            </html>
          <cfoutput>#strContent#</cfoutput>
    </cfdocument>
    Thanks in advance for your help!

    Got this header formatting working by using CFSAVECONTENT before the CFDOCUMENT tag.
    Not sure why my style sheets not working inside the CFDOCUMENT tag.

  • How can I create a chart using data (from formulas) in my header columns?

    Hello,
    I'm wanting to create a chart using formula totals in my header column. When I attempt to click on the chart icon after selecting my header column, the chart button doesn't appear. Any help would be greatly appreciated. Thanks!

    Move your formulas in a non header column.
    In the cell A2 of the table "aux", the formula is :
    =IF(ISBLANK(main :: A2),"",main :: A2)
    then I applied Fill Down.
    Yvan KOENIG (VALLAURIS, France) mardi 2 août 2011 15:07:54
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Change Column Header / Column Background color based on a value in a specific row in the same column

    SSRS 2012
    Dataset (40 columns) including the first 3 rows for Report layout configuration (eg: the <second> row specifies the column background color).
    Starting from the 4th row, the dataset contains data to be displayed.
    I would like to change the background color of the ColumnHeader/Column based on the value in the same column in the <second> row.
    How can I accomplish the this requirement? (this must be applied for all the columns)
    Thanks

    Hi Fasttrck2,
    Per my understanding that you want to specify the background color of all the columns/column header based on the value in one special column of the special row, right?
    I have tested on my local environment and you can add expression to condition show the background color in the columns properties or the column header properties.
    Details information below for your reference:
    Specify the background color in the Column header: you can select the entire column header row and in the properties add expression in the Background color :
    If you want to specify the background color for the entire column, you can select the entire column and add the expression, repeat to add background color for other columns.
    If you want to specify the background color based on the value in the specific columns and row, you can create an hidden parameter to get the list of values from the  specific column, specify the Available values and default values by select "Get
    values from a query", finally using the expression as below to get the specific value you want:
    Expression(Backgroud Color):
    =IIF(Parameters!Para.Value(1)="1221","red","yellow")
    If your problem still exists, please try to provide some smaple data of the report and also the snapshot of the report structure to help us more effective to provide an solution.
    Any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Export Crosstab to Excel : Header Columns repeated for each page !

    Post Author: maagik
    CA Forum: Exporting
    Hello,
    I work with CR 10 and I want to export a crosstab to excel through the api included in VS2005. I choose an export standard. The excel file is right generated BUT in each page break, the header columns are repeated. I don't want to have the header colums because users made some post calculation in the generated files. Does anybody have an idea to remove it ?

    Hi Kranthi
    You can try exporting your report to Excel Data only format as it retains the column width.
    While exporting apply the options like Maintain Column Width etc (as per your requirement).
    Hope this helps!!
    Regards
    Sourashree

  • Why is it so problematic changing the amount of header columns/rows in Numbers?

    When I set up a new spreadsheet I often make many changes to header rows and columns until I get a layout ironout and suitable for my task. Heck I even transpose from column headins to row headins sometimes. Yet everytime I reduce say column headings it always deletes the information in the column I didn't want it to. Even when I have a blank column. Is there any way to select columns then change column headers item in the inspector or something? Well obviously I tried the former and the answer is "no", leaving "something" ;-)
    This is a hopeful question for workarounds/methods/education before I place a feature request to polish this functionality with some no-nosense inetligence.

    Put your feature request in.
    The current state of affairs is:
    You may convert the topmost non-header row to a header row, to a maximum of five. Doing so will not affect the content of the cells in the row (but may change format attributes such as bold and alignment).
    You may add a header row above or below an existing header row, to a maximum of five in total, using the appropriate menu items in the popup menu in the header row's reference tab, or by pressing option-up arrow or or option-down arrow. Cells in the new header row will be empty. Any formulas referencing cells in the original header row will be adjusted as necessary.
    You may add header rows above the first row of the table by choosing a number larger that the (checked) existing number of header rows in the sub menu of the Tables menu item Header Rows. Cells in the added rows will be empty.
    Converting header rows to non-header rows is not supported.
    The top header row(s) may be removed by choosing a number smaller than the (checked) existing number of header rows in the sub menu of the Tables menu item Header Rows.
    Any Header row(s) or regular row(s) may be removed by selecting the row(s) (or a cell in the row(s)) and choosing Delete Row(s) from the Table menu.
    The content of cells in the row(s) is deleted with the rows. Formulas referencing cells above or below the deleted rows will be adjusted, theose referencing cells in the deleted rows will return error message.
    Support for converting, adding and removing Header columns follows the same pattern as above, with left and right respectively replacing above and below.
    Footer rows may be added or removed following the same patterns as above, with below and above respectively replacing above and below.
    Converting to or from Footer rows is not supported in either direction.
    Regards,
    Barry

  • Download data to unix with header column

    Hi,
    Can we download data to unix along together with the header column?
    thanks alots
    Alia

    Hi,
    Have a look at this help
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d35358411d1829f0000e829fbfe/frameset.htm
    I normally add the header line manually, by doing it hardcoded.
    Another option is to do it via an ALV list:
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7bfd43c211d182b30000e829fbfe/frameset.htm
    and
    "Transfer List to Local File" screen in ALV -> Function Module???
    Eddy

  • Can't freeze header column, grayed out

    Hello... have header rows established and frozen, can't establish header column and freeze it.  All areas are grayed out and column header is set as zero and won't allow me to change it.

    Do you have any horizontally merged cells in this column?  That will prevent it from becoming a header column

  • Header Column for Report format

    Hi All,
                                                    Sales
    Col 1     Col2     Col3     Col4     Col5     Col6
    489     81     38     608          608
    408     77          484          484
    18     9          27     3     30
    300     27     32     358          358
    We want Report in this Format. Columns (Col1 ,Col 2,Col 3...) Should be displayed under one header column "Sales" .
    How can we achiev this in BW.
    Regards,
    Ali.

    Hi,
    Create a Formula with SALES and under that you drap and drop all remaining Keyfigures, but you should assign some values for Sales fomrmula.
    i.e. one level below. Chaild Node.
    Sales
      |--Kfig1
      |--Kfig1
    Thanks
    Reddy
    Edited by: Surendra Reddy on Dec 7, 2009 9:26 AM

  • Moving header columns

    Can I move a header column to right side of page?  I'm trying to make a planner template and would like the "subject" to appear on the left of p.1 and the right of p.2.

    Hi Amy,
    Sorry, but Header columns can only be on the left edge of the table. You can mirror your Header Column in your rightmost normal column by entering the expression =A in that column. Fill Down so the expression is in every row.
    Jerry

Maybe you are looking for