Uneven columns/rows

Does anyone know how to create uneven columns/rows in a table? I'm trying to design the attached table
When i do they all come out even.
here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border="1">
  <tr>
    <td rowspan="2">logo</td>
    <td bgcolor="#0d4881">Weekly newsletter</td>
  </tr>
  <tr>
    <td>Wednesday, July 15</td>
  </tr>
  <tr>
    <td rowspan="2">handshake photo</td>
    <td height="70"bgcolor="#0d4881">In the News</td>
  </tr>
  <tr>
    <td rowspan="3">lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj df laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf laks fjalskdfj ;akslfd lkajsfkljasfaflsafsjsajljsajlkajslfjalsjalskfjdalk  sjfdl ksaalksjdf laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlkajslfja  lsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf   laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlk  ajslfjalsj</td>
  </tr>
  <tr>
    <td>current</td>
  </tr>
  <tr>
    <td rowspan="3">lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf laks fjalskdfj ;akslfd lkajsfkljasfsaflsafjsajljsajlkajslfjalsjflkjsalfkdj alskfjdalksjfdl ksaalksjdf laks fjalskdfj ;akslfd</td>
  </tr>
  <tr>
    <td height="30"bgcolor="#0d4881">Contact us</td>
  </tr>
  <tr>
    <td rowspan="3">lkajsfkljasfsaflsafjsajljsajlkajslfjalsjfl afjsajljsajlkajslfjalsjflafjsajljsajlkajslfjalfjsajljsajlkajslfjalsjfl</td>
  </tr>
  <tr>
    <td bgcolor="#0d4881">keep in touch</td>
  </tr>
  <tr>
    <td>twitter fabkjls</td>
  </tr>
</table>
</body>
</html>
Thank you in advance

Copy & paste this code into a new, blank document.  Save as test.html.  Adjust CSS borders, colors and background styles as desired.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5 Document</title>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<style>
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
body {
width: 1000px;
margin: 0 auto;
background: #CFC;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-size: 100%;
div {
width: 49%;
border: 2px solid #999;
float: left;
background: #FFF;
color: #000;
font-size: 16px;
div h2 {
background: #09C;
color: #FFF;
padding: 12px;
border-bottom: 3px solid #999;
div p { padding: 12px }
div li {
margin-left: 45px;
padding-left: 12px
footer {
clear: left;
background: #999;
padding: 12px;
color: #FFF;
width: 100%
</style>
</head>
<body>
<!--left column-->
<div>
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris vitae libero lacus, vel hendrerit nisi!
Maecenas quis velit nisl, volutpat viverra felis. </p>
<h2>Heading 2 </h2>
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
<!--end left column--></div>
<!--right column-->
<div>
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris vitae libero lacus, vel hendrerit nisi!
Maecenas quis velit nisl, volutpat viverra felis.
Vestibulum luctus mauris sed sem dapibus luctus.
Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.
Quisque varius scelerisque nunc eget rhoncus.
Aenean tristique enim ut ante dignissim.</p>
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris vitae libero lacus, vel hendrerit nisi!
Maecenas quis velit nisl, volutpat viverra felis.
Vestibulum luctus mauris sed sem dapibus luctus.
Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius.
Quisque varius scelerisque nunc eget rhoncus.
Aenean tristique enim ut ante dignissim.</p>
<!--end right column--></div>
<footer> <small>© 2013 Your Company Name.  All rights reserved.</small> </footer>
</body>
</html>
Nancy O.

Similar Messages

  • How do I locate column/row (number) selected in applescript

    I require a simple script to adjust the column widths of the current selected column only. I want to base it on a script below which I found on the internet. This script adjusts multiple column widths to the value input and adjusts the stub column to the remaining space. I would like to know how easy it is to create a script with a similar input window that adjusts the column/row selected leaving the others in tact.
    tell application "Adobe InDesign CS4"
        activate
        if class of parent of selection is not cell then
            display dialog " Do not highlight any cells " buttons " OK " default button 1 with icon caution
        else
            set monTableau to parent of parent of selection
            set NbColonnes to count columns of monTableau
            set monBlocTexte to parent text frames of selection
            set maBoiteTexte to item 1 of monBlocTexte
            set {y, x, h, l} to geometric bounds of maBoiteTexte
            set largeurBloc to (l - x)
            tell text frame preferences of maBoiteTexte
                set NumColTexte to text column count
                set largGout to text column gutter
            end tell
            display dialog "Width of columns (mm) " default answer 20
            set largeurTexte to text returned of the result
            set largcol2 to (largeurTexte as integer)
            set largcol1 to ((largeurBloc - (NumColTexte - 1) * largGout) / NumColTexte - (NbColonnes - 1) * largcol2)
            if largcol1 < 2 then
                set largcol1 to ((largeurBloc - (NumColTexte - 1) * largGout) / NumColTexte) / NbColonnes
                set largcol2 to ((largeurBloc - (NumColTexte - 1) * largGout) / NumColTexte) / NbColonnes
            end if
            set width of column (1) of monTableau to largcol1
            repeat with counter from 2 to NbColonnes
                set width of column (counter) of monTableau to largcol2
            end repeat
        end if
    end tell
    Your help will be greatly appreciated
    Thanks
    Dave Williams

    Perhaps like this:
    tell application "Microsoft Excel"
        set i to first row index of active cell
    end
    log i
    Regards,
    H

  • Column / Row Spanning in UIX table

    Hi There,
    Anybody know how to achieve column/row spanning when using the uix databound table?
    For example, i would like a table which looked similar to the following:
         | Cell1  | Cell2 | Cell3 |
         | A spanned cell         |
         --------------------------Is it also possible to combine this with row spanning in a UIX table and then further combine it with the single-selection bean, producing an output similar to the below (how complex can i make this :)) :
         | Select | Column 1 | Column 2 | Column 3 |
         |        |  Cell 1  |  Cell 2  |  Cell 3  |
         |   o    |---------------------------------
         |        |  A spanned cell                |
         |        |  Cell 1  |  Cell 2  |  Cell 3  |
         |   o    |---------------------------------
         |        |  A spanned cell                |
         -------------------------------------------I guess I should add that both rows on the same select line would come from the same row of the data source.
    I get the impression that spanning can be done from looking through the BLAF standards at http://www.oracle.com/technology/tech/blaf/specs/tables.html#banding_group_colrow, although maybe this just related to the table layouts (where spanning of this type is easy enough) and isn't applicable/implemented for the databound table itself?
    Anyway, thanks in advance for any help :)
    Cheers,
    Lee

    Hi ,
    I have updated the function and its working fine.
    alter
    FUNCTION [dbo].[fnGetFirstOcurrences]
    (@Text nvarchar(max),
    @Delimiter
    char(1),
    @StopAt
    smallint)
    RETURNS
    nvarchar(max)
    BEGIN
    DECLARE @Return
    nvarchar(max),
    @Final
    int = 0,
    @Times
    smallint = 1,
    @Delimiters
    smallint
    SELECT  @Delimiters
    = LEN(@Text)
    - LEN(replace(REPLACE(@text,'
    ','#'), @Delimiter,
    IF
    (@Delimiters
    >= @StopAt)
    BEGIN
    WHILE @Times
    <= @StopAt
    BEGIN
    SET @Final
    = CHARINDEX(@Delimiter, @Text
    + @Delimiter, @Final
    + 1)
    SET @Times
    = @Times + 1
    END
    SET @Final
    = @Final - 1
    SELECT  @Return
    = LEFT(@Text, @Final);
    END
    ELSE
    BEGIN
    SELECT @Return
    = @Text +
    REPLICATE('  '
    + @Delimiter,
    (@StopAt - @Delimiters)
    - 1)
    END
    RETURN
    ISNULL(@Return, @Text)
    END
    Thanks
    Thankx &amp; regards, Vipin jha MCP

  • How to avoid column/row nesting in crosstab

    Hi,
    I am using Cross Tab to get out put in following format. But every time i insert new column/row in cross tab it gets nested. I am trying to get following format. Could you please help or any pointer
                               Total          Col1+Col2 Col1          Col2          Col3+Col4     Col3          Col4     
    Group          Total                  0.00          0.00          0.00          0.00          0.00          0.00          0.00     
              Sub Group1          0.00          0.00          0.00          0.00          0.00          0.00          0.00     
              Sub Group 2          0.00          0.00          0.00          0.00          0.00          0.00          0.00     
    Regards,
    Kuldeep
    Edited by: Kuldeep Chitrakar on Apr 9, 2009 7:24 AM
    Edited by: Kuldeep Chitrakar on Apr 9, 2009 7:31 AM

    Hi Kuldeep,
    Condition 1:
    If you try to take one Dimension and one measure like Year and sales revenue using e-fashion demo universe then new column inserted will be nested when using cross tab where the measure values will be spread across multiple columns.
    In this case you have to use condition to refer individual column names like
    =[Sales revenue] Where([Year]="2001" )+ [Sales revenue] Where([Year]="2002")
    and calculate the sum.
    Select the measure column in the cross tab then click  the u201CInsert Sumu201D button it will display the sum in the last column of the cross tab then you can modify the formula generated to specify the condition which columnu2019s sum you want o display in that column.
    Ex:  Use e-Fashion universe and take Year and sales Revenue turn it to cross tab and follow the process I mentioned.
    Condition 2:
    However if you use one dimension and multiple measure like the one you are using where you are trying to calculate sum of col1+col2 and so on. In this case you can directly insert the column and calculate the sum of column referring their names.
    Ex: Use e-Fashion universe and take objects Year, Sales revenue. Quantity sold, Discount, margin here you can directly sum individual column values like sales revenue, quantity sold and discount +margin by inserting the column in between the columns using u201Cinsert Columnu201D
    I  Hope this helpsu2026
    Thanksu2026
    Pratik

  • Appraisal: Setting Column/ Row Access for substatus

    Dear All,
    I was setting column & row access for the Appraisal template.
    I have already set it for the three main status i.e. "In Planning", "In Review" & "In Process".
    But i am unable to set it for different substatuses i.e. substatus of status "In Process". Actually i want to give different access for different substatus of the main status.
    Looking for your valuable advice.Please consider this matter as urget.
    Thanks & regards,
    Tarun

    Hi Tarun
    How did u do it thru ABAP? Could you kindly explain me in detail? Have u changed any standard FM? Please explain
    Thank you in advance

  • Report painter - eliminate zero columns/rows

    Dear Experts,
    Can anyone tell me how to hide (or) remove the columns and rows contains zero values, in a report which is developed by report painter.
    Thanks
    Balu
    Edited by: balu 18 on Feb 20, 2010 11:05 AM

    Hi
    It is available to control the display treatment for column/row item with zero amount by Standard Layout.
    1. From report
    If you change this behavior online during checking report such as cost center report: S_ALR_87013611, go to menu -> Settings -> Report Layout.
    You can hide/unhide the column/rows with zero value in Tab Rows and Columns.
    2. Default setting for report execution
    As described above, this setting comes from Standard Layout.
    You can change it by transaction code GR12.
    Best regards, Takashi

  • We used to be able to sort by multiple columns/rows at once by right clicking on the header and choosing show more options-how do we do that in the new Numbers?

    We used to be able to sort by multiple columns/rows at once by right clicking on the header and choosing show more options-how do we do that in the new Numbers?  It doesn't appear anywhere.  Do I now have to sort massive tables by each column one at a time now?  Also there used to be an easier way to merge/unmerge cells without me having to go to the table menu each time.  Am I missing something?

    Multiple column sort is a missing feature in the new version.  Hopefully soon to return. You can do a multicolumn sort by sorting one at a time in reverse order of importance.
    For merging and unmerging cells, I select the cells and right click to bring up the contextual menu. Merge and unmerge are on the menu.  You could also create keyboard shortcuts for Merge Cells and Unmerge Cells in the Table menu.

  • How to split a single column row  in alv report

    Hi All,
    I need to split a row of the particular coolumn in alv report.
    for example row size is 10 that should be split into 5 & 5.
    Thanks
    Ram

    Hi Ram,
    You can add one more column for that..
    while processing your internal table you can split the value for that column using offset..
    DATA :  FIELD_STR(10) TYPE C.
    VAR1 = FIELD_STR+0(5) .
    VAR2 = FIELD_STR+5(5) .
    Now you can print this both VAR1 and VAR2 in seperate column.
    Please search on SCN before posting any question..
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • How to make a layer from the ADF pivot table invisible , show-hide column-row-data

    Hello all ,
    I need to create a pivottable with ADF 12c for reporting purposes.
    I have a table or view with 10 items of type VARCHAR2 , C1,C2,C3,C4,C5,C6,C7,C8,C9,C10  and   10 items of type NUMBER N1,N2,N3,N4,N5,N6,N7,N8,N9,N10
    The items of type VARCHAR2 are for Column and Row areas and the items NUMBER are for Data Areas
    I want to create a jsf page with one empty pivottable and in code Show or Hide the items in the Column area , Row area , Data area
    Con you send me a small sample ?
    I test with this code that i find in oracle OTN but not work.
    <dvt:pivotTable id="pt2" value="#{bindings.WebPivotDataView1.pivotTableModel}" var="cellData"
    varStatus="cellStatus" splitMode="enabled"
    binding="#{backingBeanScope.CmfPivotBean.pivotTable}"
    >
    <dvt:headerCell>
    <af:switcher facetName="#{cellData.layerName}" defaultFacet="Default" id="s1">
    <f:facet name="DataLayer">
    <af:outputText value="#{cellData.label}" id="ot1"/>
    </f:facet>
    <f:facet name="C01">
    <af:outputText value="#{cellData.dataValue}" id="ot2"/>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot3"/>
    </f:facet>
    </af:switcher>
    </dvt:headerCell>
    <dvt:dataCell>
    <af:switcher facetName="#{cellStatus.members.DataLayer.value}" defaultFacet="Default" id="s2">
    <f:facet name="N01">
    <af:outputText value="#{cellData.dataValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.WebPivotDataView1.hints.N01.format}"/>
    </af:outputText>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot5"/>
    </f:facet>
    </af:switcher>
    </dvt:dataCell>
    </dvt:pivotTable>
    DCBindingContainer bindingContainer = (DCBindingContainer)ADFContext.getCurrent().getRequestScope().get("bindings");
    CubicBinding cubicBinding = (CubicBinding)bindingContainer.findCtrlBinding("WebPivotDataView1");
    CubicEditor cubicEditor = cubicBinding.getCubicEditor();
    cubicEditor.removeLayer(DataDirector.ROW_EDGE, 0); //remove 1st row edge
    cubicEditor.removeLayer(DataDirector.COLUMN_EDGE, 0); // remove 1st column edge
    cubicEditor.removeDataItem(0);
    CubicDefinition def;
    def = cubicBinding.getProjection();
    LayerDefinition layerDefinition = new LayerDefinition("C3");
    cubicEditor.addLayer(DataDirector.ROW_EDGE, 0, layerDefinition);    
    LayerDefinition layerDefinition2 = new LayerDefinition("C4");
    cubicEditor.addLayer(DataDirector.COLUMN_EDGE, 0, layerDefinition2);
    DataItemDefinition def3 = new DataItemDefinition("N1");
    cubicEditor.addDataItem(def3);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pivotTable);
    Can you help me if is possible to create a pivottable binding to a one ViewObject and in code show/hide or compose the layout of the pivottable ??
    I search in google and OTN oracle and not find any code.
    Only find the code of the samples that is very complex for me , the code of the samples create the PivotTableModel from one Array , and i want to binding from one ADB BC ViewObject.
    Thanks in advance

    The solution I presented for your use case an DOAG 2013 was to create a pivot table binding out of user defined attributes from the table. For the defined attributes a VO is dynamically created as well as the pivot binding. The pivot binding is then exchanged at runtime together with the activation of the dynamic VO needed to only get the data needed for the particularly pivot table.
    Your solution using the CubicEditor is hard to implement due to the missing documentation. This was the reason I did not follow this approach, However it's not impossible (done it on a very small scale).
    None of the solution are what I call simple. They are complicated, complex and in part not supported solution (exchanging the pivot table binding at runtime need to use internal classes, which is not supported).
    I can't give you a working sample as it's too complex. I can make the slides available, however they are in German.
    Timo

  • Using intersection of dimension members in a SINGLE column/row name

    I need help understanding how a single row/column name in a report can be populated with an intersection of two different dimension members of an Essbase cube (ASO). For example, suppose I have two dimensions members in my cube - Sales and Qtr1. Now I want to create a single column-name in my Smartview or FR report called "Sales in Qtr1" that would store values for Qtr1->Sales. Also, i want to have a single column name such as (Qtr1->Sales % Qtr2->Sales).
    Is this done via a report script or some other method?
    My report would look as follows:
    Sales in Qtr1 | Sales in Qtr2 | Qtr1 Sales as a percent of Qtr2 Sales
    Region1 100 | 200 | 50%
    Region2 25 | 100 | 25%
    Would appreciate any guidance.
    Thanks.
    Axe

    Getting the data the way you've described is really easy, just nest the dimensions in Excel (or whatever reporting tool), one dimension over the other.
    It's the same for rows as it is columns (okay, in rows instead of columns).
    Essbase is very good about doing asymmetrical reports. Take a look at the DBAG and scroll down for the section labelled "Generating Symmetric Reports" -- the second example shows a asymmetric report.
    Making the label one cell? A bit hard in Excel -- you'd have to create separate retrieve ranges and report ranges or play a game with hiding rows. Very easy indeed in Financial Reports -- you basically hide a row and put whatever custom label you want in the dimension that remains (technically speaking you could hide both rows and do this with a text row -- whatever you prefer -- but I've generally seen this with the former technique.
    Regards,
    Cameron Lackpour

  • Current value of a column.row in a Report region

    Hi
    I have a report that I want to display a single row per page. No problem there. I also want to show, in a separate region below the value of two specific columns for that row (they are large text items that I want to show as text areas).
    My problem is how to have the source of the text area data items match the current report row above. What I want is sort of;
    SELECT TEXTFIELDNAME FROM TABLE WHERE KEY = value from column1 in the report above above (like the #EMPNO# notation when linking a report column to another page)
    Or maybe there is a better way ?
    Any pointers much appreciated.
    Jules

    Hi Jules,
    As always you've some options to achieve what you would like to do.
    If you know AJAX, you could do it that why, if not an "easier" why of doing it:
    1) Create an hidden item
    2) In your report make a link to the same page, but give as parameter the hidden item with the pk as value
    3) In your where clause of your select to fill in the text area, you search for the hidden item (WHERE key = :HIDDEN_ITEM)
    Hope that helps,
    Dimitri
    -- http://dgielis.blogspot.com

  • Creating Planning Layout for GP12N  - Posting Period as columns/rows

    I am trying to create new layouts for GP12N, but do not know how to create the integrated layout with one column or one row for each Posting Period 1 - 12.  I did read that 'Sets' were not allowed.  Can anyone provide the steps necessary to allow Posting Periods as columns or rows?

    Hi,
       a) Remove period from general data selection.
       b) Create 12 columns of the same Key Figure which use the characteristic period and set it as a fixed value

  • How can I add the number of columns/row starting with the build in "Text Report" example in the LabVIEW

    Hi All,
    I am wondering how can I add the numbers of row and column from the existing build-in "text report"
    VI ? If possible, would you mind showing me step-by-step because I am a new user and I am not familiar with the labview software.
    Thanks

    Hi,
    Easy text Report is for saving to a file. Do you mean you just want to add the totals of two arrays and write that? In that case I would just append the totals before writing to file.
    Jeff | LabVIEW Software Engineer

  • Adding columns/rows to a jTable in netbeans

    Yes, i realize there are other threads covering this, but none of them have seemed to work for me.
    I'll start by explaining by what i'm trying to do, so if you have another suggestion, I'd gladly listen.
    I have a very long list of data, some 200+ parameters that will be tested multiple times. So what i would like to do, is to create a table, with the name of the parameter always showing, the ability to scroll through the parameters, and the ability to color the parameters a certain color based on value.
    without color maybe look like the following:
    param1 param2 param3 param4 paramN
    Test 1 12345 123124 123123 123123 ........
    Test 2 123123 123123 123123 12312312
    (horizontal scroll bar to go through the N params)
    unfortunatley, i'm having difficulty finding out how to change the number of columbs/rows on the fly (the number of parameters is not static and could vary by hundreds).
    I know it has something to do with the table model, and i've found where it is initilizing the table in the code, but i can't find where i can gain access to the table model itself so i can add columns as i need to.
    I'm really new to this stuff, but I pick up quickly, any links to tutorials or suggestions would be awesome. Thanks guys.

    Swing tutorials.
    The parameter names are column headings which are displayed in the table header.
    The display of data in cells is the job of a renderer. Customizing the renderer might give you different colors based on the value of the cell.
    Here is the general tutorial for tables:
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
    There are oodles of JTable articles on the Interweb.
    Good luck.

  • IWork Numbers -- how to determine the current selected column/row?

    I am trying to write a script that grabs some text from a Numbers spreadsheet based on the selected field. I just can't figure how to actually get the column and row in a way I can use. Here's my start:
    tell application "Numbers"
    tell document 1
    -- DETERMINE THE CURRENT SHEET
    set currentsheetindex to 0
    repeat with i from 1 to the count of sheets
    tell sheet i
    set x to the count of (tables whose selection range is not missing value)
    end tell
    if x is not 0 then
    set the currentsheetindex to i
    exit repeat
    end if
    end repeat
    if the currentsheetindex is 0 then error "No sheet has a selected table."
    -- GET THE VALUES OF THE SELECTED CELLS
    tell sheet currentsheetindex
    set the current_table to the first table whose selection range is not missing value
    tell the current_table
    set the range_values to the value of every cell of the selection range
    set therange to every cell of the selection range
    set thecol to column of first item of therange
    set therow to row of first item of therange
    end tell
    end tell
    end tell
    end tell
    It gives me a result like
    row "30" of table "table" of sheet "sheet 1" of document "Scheduler.numbers" of application "Numbers"
    but what I need is just "30" so I can use it for my scripts. I can't figure how to convert this to a string or some other useful format.
    Can anyone help? I like Numbers but I always run into little problems like this, something I can't figure how to do, compared with other scriptable programs.

    Search forGetSelParams or better for get_SelParams in the existing threads.
    I posted this handler more than 30 times !
    Yvan KOENIG (VALLAURIS, France) vendredi 18 mars 2011 17:03:05

Maybe you are looking for

  • Can't restore MacBook Pro to factory settings/boot from usb or dvd

    So I recently got a MacBook Pro, currently running OS X 10.7.4 Lion. I am well-versed in the world of Windows, however am quite new when it comes to macs (whole reason why I got it). I'm trying to restore it to its factory settings without owning a r

  • How to get the SQL queries based on SQL_ID.

    Hi Experts, I want to get the SQL queries based on SQL_ID. I have tried the following query,but I am not getting full query. [code]SET linesize 132 pagesize 999 column sql_fulltext format a60 word_wrap break on sql_text skip 1 SELECT   REPLACE (TRANS

  • Problem with the the file sharing

    I have iTunes version 11.0.2 nad I can't find the file sharing, I tried to look for it in Apps but I couldn't find it. Please help me.

  • Introduction of LCD display

    LCD display, known as LCD (Liquid Crystal Display), belongs to a flat panel display. Used for TV and computer screen. [Introduction]      Liquid crystal display (LCD) used in digital watches and many portable computers. LCD display uses two pieces of

  • Application is could not be verified.

    Hello Anybody, I am a new iPhone application developer. I have an application that was working perfectly 'Device 2.2 /Debug' mode. So I want to distribute my application base on 'Ad hoc' method. I was followed all apple instruction. At same time , i