NULL fields wrap

Is it possible to avoid the wrapping for the NULL fields in a table (in Plus33)?
The fields above or below which have values look OK but the NULL fields are wrapped, thus making it hard to read.
Thanks!
Stefan Bargaoanu

Dear James,
Thank you for your help. This works indeed but it means that I have to use 'column' for each column that may pose problems.
In the end, I think that this would be cumbersome.
I'll just leave the columns as they are and stick to the 'select * from table_name', without formatting each column.
Thanks!
Stefan

Similar Messages

  • How can L identify what are the not null fields of a table in a stored procedure ?

    How can L identify what are the not null fields of a table in a stored procedure ?

    You could query the data dictionary:
    SELECT column_name
    FROM all_tab_columns
    WHERE owner = '...'
    AND table_name = '...'
    AND nullable = 'N'

  • Mapping failure in Null fields passing

    Hi
    We are facing some problem in null fields passing to RFC side.. some times the JDBC colums not having the data ,
    so that time our map is failing to call RFC.
    Please let me know any prevent methodologies for this?
    Target side field occurances are 0...1
    Regards
    rambarki

    Hi Rambarki,
    since your target field is optional, you can map your target only if the value is present in the source, do not map if it is null.
    Also are you getting any specific error ?
    Have a look at this thread aswell..
    JDBC Adapter: Mapping: result contains only null values
    Regards
    Anand

  • Mapping Null fields.

    Hi all,
    I’ve configured an IDOC-to-File scenario with the IDOC MATMAS. The file generated uses the ‘nl’ as the record delimiter and #! as the field separator. Everything works fine except when the IDOC has null fields. In these cases the communication channel does not write these fields because they are not in the XML message and then the structure within the file is bad. I need to write the entire fields even if they are not in the XML-IDOC. I found the mapping function mapWithDefault but there are a lot of fields to map. Is there any other solution to force Comunication Channel or the mapping process to write all the fields even if they have null values?
    Thank you in advance!

    You shud map all the necessary fields manually using the graphical mapping for instantiating the fields on the target.
    Regards,
    Kittu.

  • In WebI report, is that possible to show ZERO in NULL fields?

    in WebI report, is that possible to show ZERO in NULL fields? crystal report has no issue, but i could not find a way to set ZERO to NULL field
    can you tell?

    Bram,
    This formula you used above is corrcet but is returning you a character '0' and when a descending sort is applied character values will be at the top.
    So , apply the formula 'ToNumber' on the value returned form the above formula :-
    ToNumber(above formula)
    And then it will change 0 to number and give you the exact sort order.
    Thanks,
    Rohini Haksar

  • Union reporting involving null fields.

    Hello ALL;
    I'm new to OBIEE and the following is a query on 10g.
    I use the union reporting using dummy/null fields as the Subject areas are built in a way that they don't include all fields one report would need at my work place.
    (Let me know if I could work otherwise)
    Suppose I have a, b fields from S1 and c from S2, I implement the following approach:
    S1 a b 0
    S2 a 0 c
    What I expect to see is:
    Result a b c
    What I see is:
    Result a b 0
    a 0 c
    I see two records with one ID(feild a).
    Could anyone help me on this, please?
    Thanks,
    -RB

    Goto Table View in the answers, change result column formula to avg(saw_1 by saw_0).

  • Getting Rid of Null Fields

    I wasn't very sure how to title this thread.
    I need to restrict Opening Amount to a single period while showing all periods for Activity Amount.
    I have:
    Demensions:
    Fiscal Year
    Business Unit
    Fund Code
    Fiscal Period No
    Fiscal Period No
    GL Acc No
    Gl Acc Description
    Facts:
    Opening Amount
    Activity Amount
    Prompts (Created under the Prompts Tab):
    Fiscal Year
    Business Unit
    Fund Code
    Modified Column Formula:
        Opening Amount:
    CASE FILTER("Facts - GL Balance"."Opening Amount" USING ("Time"."Fiscal Period Number" = 1)) WHEN 0 THEN null ELSE FILTER("Facts - GL Balance"."Opening Amount" USING ("Time"."Fiscal Period Number" = 1)) END
    When Running the analysis I choose the following values for my prompts:
    Fiscal Year: 2011
    Business Unit: 33701
    Fund Code: 49000
    Results are returned as i'd wish except for:
    I only want period 1 for Opening Amount
    I only want Period 999 for Closing Amount
    Both are the same problem.
    I need to restrict Opening Amount to be shown by a single period.... while still showing Activity Amt by all periods.
    The following URL takes you to a photobucket screenshot with descriptions. It is the fields "Undesired NULL Fields" I would like to get rid of.
    http://s813.photobucket.com/user/lancesimmons/media/OpAmt_zpsc08be671.jpg.html#/user/lancesimmons/media/OpAmt_zpsc08be671.jpg.html?&_suid=1377704247312024937668844449184
    Just a heads up, creating filter: 'Opening Amount is not equal to/is not in' restricts the Activity Amount to the first period.
    Any suggestions?

    Hi,
    Modify your XSL as below:
    <xsl:for-each select="/ns0:Employee">
    <tns:FirstName>
    <xsl:value-of select="ns0:FirstName"/>
    </tns:FirstName>
    <xsl:if test='string-length(normalize-space(ns0:MiddleName))>0'>
    <tns:MiddleName>
    <xsl:value-of select="ns0:MiddleName"/>
    </tns:MiddleName>
    </xsl:if>
    <tns:LastName>
    <xsl:value-of select="ns0:LastName"/>
    </tns:LastName>
    </xsl:for-each>

  • Check for null field

    I have a FormCalc script that checks to see if TextField1 == TextField 2 and if it does then set a value of 1, if they're not equal, then 0.
    However, the form is setting the value to 1 even though there is no entry in either field. I'm thinking I need to include an expression in the formula that says if the fields are null don't set a value. I'm not sure how to do this. Can someone help?
    Thanks,
    MDawn

    You can check to see if the field is Not null and it equals the other field. Something like this:
    if ((form1.page16c.Table1.Row1.posPrice10 == form1.page16c.Table1.Row1.shelfPrice10) & (form1.page16c.Table1.Row1.posPrice10 != null)) then
         1
    else
         0
    endif
    This will mean that the field form1.page16c.Table1.Row1.posPrice10 must not be null and equal to the other field before a 1 will be placed in the field. Otherwise a 0 will be placed in the field.
    Paul

  • How to allocate a text value to a null field in a cross tab

    Hi there,
    I'm using Crystal 2008 and have created a report that retrieves support tickets assigned by team within a specific date field. I've added a cross tab that is retrieving the data correctly. However, if the team field is blank, the cross tab comes up with a blank field - something similar to :
    Team name       # Tickets Assigned
    Team 1  -
    >  10
    Team 2  -
    >  20
    >  15
    Team 3  -
    >  12
    Team 4   -
    > 18
    I would like to be able to have it returned <Unassigned> instead of just white space. Any suggestions on where to begin? I am a beginner at this and would appreciate any help at all.

    instead of using just the value create a formula that will deal with nulls.
    something along the lines of:
    if isnull()
    then "<Unassigned>"
    else ()
    hope that helps
    Dom Horton

  • Null Field in Composite Primary Key

    Can you have a column be part of a primary key and be nullable?
    I have a table of three fields and I want them all to be part of a primary key, because I need all three columns to reference a unique row. However, one of the fields references a field in another table which can be null. Is there anyway I can achieve this?

    Any columns included in the primary key will be converted to not NULLable as necessary, so, no, you cannot have a NULLable column as part of a primary key.
    You can, however, create a unique constraint that includes a NULLable column as part of the composite key.

  • How can i make text in a field stay within the field wrap

    I need text to wrap in the text field box, please tell me how?

    Assuming this is a web form...
    You do that by adding a field that is "Text Field (Multiline)" and sizing it appropriately. It's possible to set both a minimum and a maximum limit the number of characters in a field. If your field is sized too small, text will still be able to be entered, and will export just fine, but just might not display fully when viewing on the web or when printing the web page.
    Hope that helps,
    Brian

  • How to make a text field wrap to next page

    I've done my best to find the solution to my problem before coming here to post, so forgive me if I've missed a previously posted solution.
    I am a .NET coder, using iText to manipulate PDF's.  I need to create a template for a corporate invoice that will allow me to have header and footer content on a page, surrounding the invoice detail section and have the invoice detail wrap to the next page as necessary.
    Criteria:  All pages have the invoice header.  All pages have the invoice footer with pagination (i.e. Page 1 of n).  The number of pages is controlled by the number fo lines in the invoice detail text field.
    For example, if the text field holds 30 lines and each line item takes up a single line.  An invoice with 25 line items would only use one page.  If the invoice has 35 line items, the content in the text area needs to flow to page 2 in the invoice detail area.
    I have tried every combination I can dream up in Adobe LiveCycle Designer and I cannot get a document set up that will flow from page 1 to page 2.
    For me to be able to access invoice detail field in code, it appears that it needs need to be a Text Field.  I've been able to access the fields from my .NET code and fill them in without issue.
    What I cannot get is a template that will allow me to put more content in the detail area than fits on page one and have it automatically create a second page and flow the content into the detail area.
    Can anyone point me in the right direction, or provide a working sample PDF?
    I.e.
    PAGE 1:
    MY COMPANY
    ADDRESS
    INVOICE #20
    Line item #1
    Lilne item #1 detail
    Line item #2
    Line item #2 detail <from here, detail must flow to the detail section of the next page>
    Page 1 of 2
    PAGE 2:
    MY COMPANY
    ADDRESS
    INVOICE #20
    Line item #3
    Lilne item #3 detail
    Line item #4
    Line item #4 detail
    Page 2 of 2

    While I appreciate the direction to the samples, that is not resolving my issue.  I had already seen the samples before I posted in this forum.
    None of the samples have what I've requested assistance with above.
    I need a static 3" header, a 5" content area and a 1" footer on every page in a document.  I want to be able to put content in the content area and have it wrap to subsequent pages if the content is more than will fit in the area.  Each subsequent page must also have the 3" header, 5" content area and 1" footer.
    This will not be edited in Acrobat, it will be edited in .NET code without human intervention, so having click buttons to add another row to a table is not an option.
    I could create the entire PDF programmatically, but I'm seeking to find if Adobe LiveCycle Designer can make the PDF form in an easy to use GUI.
    If the details of my need above do not provide a clear requirement, feel free to point that out.

  • Count of NULL field from SQL Server

    Hi All,
    OBIEE 11g
    I have a requirement to count the number of rows from a table in SQL Server that has NULL values in that particular field. In the BMM I have placed a metric called Total Count and the aggregation for this is Count. The case statement I have in the BMM is as follows.
    CASE <FIELD TO COUNT>
    WHEN NULL THEN 1
    WHEN ' ' THEN 1
    ELSE 0
    I am not getting the correct results for this count.

    Try this
    sum(
    CASE WHEN COL is null or COL =' ' or COL ='' THEN 1 ELSE 0 END)
    If you count 0 also counting.
    Pls mark as correct/helpful if helps

  • Group by with null field

    Hi,
    I am trying to write a group by query that is basically:
    Select a,
    b (sometimes null),
    c,
    sum(d),
    sum(e)
    from (union select a,b,c....),
    G,
    H
    where G.field = a and
    H.field = b (+)
    group by a,
    b,
    c
    Since b is sometimes null, depending if I use an inner or outer join, I will either only get the records where b is not null, or only get the records where b is null.
    I obviously would like all the records whether or not b is null.
    I tried using the nvl function but then how can I use the join to H?
    Can anyone help me here?
    Thanks.
    Leah

    Hi,
    I just learned something new. I did not know that there was such a thing as a full outer join. Thank you for that alone.
    I just solved the problem. I once again used the nvl function and joined to the other folder in the administrator using outer join on master along with one to one between master and detail, and detail item might not exist in master folder. It actually worked.
    Thank you for your help and to anyone else who looked at my question.
    Leah

  • Interactive Report - fields wrapping

    How can I make my fields in an interactive report no wrap? I don't see any place you can specify the width etc.

    Hi bobmagan,
    If you go to Report Attributes of Report then you can edit the field whose width you want to control, then in Column Formatting in CSS Style type width:100px
    you can type any number as you need.
    Regards
    Rana

Maybe you are looking for

  • Anyone used a Firewire A/B switch with audio interfaces?

    I've got an RME FireFace 400 that I'd like to share between two boxes. I've heard horror stories about unplugging or pluggin in Firewire to (I guess?) live machines - where the interface or the Firewire port got zapped. Is this safe to do if. 1. Both

  • 2 users / 2 seperate paying accounts /

    hi.........new 2nd user which is me/mum mine is a nano 1gb ... so.... 1) my son has an acoount which he has his payment details for his own music - so he can log in-out under his own name etc ??? ( he's had this for a while )and doing very well 2) so

  • Display traditional chinese

    Hi I am now trying to use the JavaTV RI 1.1 which is just released. The RI uses a XML file as it's SI source and parse the file to create standard object which is specified in the JavaTV API for application to read SI. One of the main difference betw

  • Making new oracle 10g cluster in redhat enterprise linux

    Hy All i have installed redhat enterprise server in 2 systems and both are attached with SANE network storage. i want to configure oracle 10 g clustering with this setup. should i have to configure clustering in linux only or there is a feature of cl

  • TS3276 Mail was unable to find your reply to the message. You may have deleted the message.

    Mail was unable to find your reply to the message "subject". You may have deleted the message. Using IMAP account. Just started happening last week.  Any suggestions?