Row Calculation Line Height Issue: Not Same Height as Column Lines

Hi,
I am using BI 4.1 SP4 with Microsoft SQL Server 2012.
When building calculations, I have noticed that the height of the line (in the rows section) is not the same as the line in the columns section. It is slightly larger. By the third calculation, it becomes very noticeable. I know that I can adjust the height and make it bigger, but I can not make is smaller.
Please let me know how I can resolve this unalignment issue in the crosstab:
Thank you,
Michael

Hi Michael,
I'm afraid I can't say. This appears to be an IE10 rendering issue, rather than an SAP issue. I did some further testing and I don't see the problem in IE11 or Chrome but it is very apparent in IE10. I've included a screenshot from IE11 and as you can see the table is not misaligned.
Regards,
Philip

Similar Messages

  • Not able to see requisition line in the PO after autocreation

    Hello Friends,
    When i am autocreating a purchase requisition onto a purchase order , i am not able to see that line.Though in the header it reflects the line amount but i am not able to see the line.
    What could be the problem?
    Thanks for all help.
    Regards,
    Amit

    Your problem is not clear.
    Which line do you not see? The PO Line or the Req line?
    Have you tried saving and requerying the PO? Does the PO line show up?
    Sandeep Gandhi

  • Row Height Issue

    Oh Hi I have selected Optimize height by row content from Table and font tab and it shows all my text in activity name but when i saved the layout it changes back to keep current rows heights. Can any one tell me how do i fix this
    Thanks in Advanced

    *793199 ,*
    The "Row Height" issue is a common problem. Some things that affect my row height are:
    * Not saving my layout after changing row height
    * Notebook items in the gantt chart affecting the row height and may have to be manually widened to display all of the text or symbols
    Row Height*
    Optimize height by row content:* Indicates you want each row's height determined by its content. If you choose this option, type or select the maximum number of lines that should be included in each row.
    Good luck and let me know how it turns out.

  • Photo Elements 12, Mac OS X 10.9.5, Trying to combine two images side by side, same height.  Get this message: "Panorama could not be created as some images could not be automatically aligned". Tried with several different images, same height each combo

    Photo Elements 12, Mac OS X 10.9.5, Trying to combine two images side by side, same height.  Get this message: "Panorama could not be created as some images could not be automatically aligned". Tried with several different images, same height each combo

    One does not "see" the images when selecting;  You just select two file names, click OK, PhotoShop does the rest, and comes back with same message.

  • Two swing tables row doesn't have same height-urgent

    Hi,
    i have two tables inside two different panels.The tables row size is not same.private javax.swing.JPanel getJPanel3() {
         if (ivjJPanel3 == null) {
              try {
                        ivjJPanel3 = new javax.swing.JPanel();
                        ivjJPanel3.setName("JPanel3");
                        ivjJPanel3.setBorder(new javax.swing.border.EtchedBorder());
                        ivjJPanel3.setLayout(new java.awt.BorderLayout());
                        ivjJPanel3.setBackground(new java.awt.Color(220,222,248));
                        ivjJPanel3.setBounds(580, 24, 215, 319);
                        ivjJPanel4 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel4.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel13 = new JLabel("Enter Attendees", JLabel.CENTER);
                        ivjJPanel4.add( ivjJLabel13, BorderLayout.NORTH );
                        ivjJPanel5 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel5.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel14 = new JLabel("First Name");
                        ivjJPanel5.add( ivjJLabel14, BorderLayout.WEST );
                        ivjJTextField17 = new javax.swing.JTextField();
                        ivjJPanel5.add( ivjJTextField17, BorderLayout.CENTER );
                        ivjJPanel4.add(ivjJPanel5, BorderLayout.CENTER);
                        ivjJPanel6 = new javax.swing.JPanel( new BorderLayout());
                        ivjJPanel6.setBackground(new java.awt.Color(220,222,248));
                        ivjJLabel15 = new JLabel("Last Name");
                        ivjJPanel6.add( ivjJLabel15, BorderLayout.WEST );
                        ivjJTextField18 = new javax.swing.JTextField();
                        ivjJPanel6.add( ivjJTextField18, BorderLayout.CENTER );
                        ivjJPanel4.add(ivjJPanel6, BorderLayout.SOUTH);
                        getJPanel3().add( ivjJPanel4, BorderLayout.NORTH );
                        String[] columnNames = {"First Name", "Last Name"};
                        tableModel = new DefaultTableModel( columnNames, 0 ){
                             public boolean isCellEditable(int row, int column)
                                 return false;
                        ivjJTable = new JTable( tableModel );
                        ivjJTable.setRowSelectionAllowed(true);
                        ivjJTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
                        ivjJScrollPane = new JScrollPane( ivjJTable );
                        getJPanel3().add( ivjJScrollPane, BorderLayout.CENTER );
                        ivjJPanel7 = new javax.swing.JPanel();
                        ivjJPanel7.setLayout( new java.awt.BorderLayout());
                        ivjJButton4 = getJButton4();
                        ivjJPanel7.add( ivjJButton4, BorderLayout.WEST);
                        ivjJButton5 = getJButton5();
                        ivjJPanel7.add( ivjJButton5, BorderLayout.EAST );
                        getJPanel3().add(ivjJPanel7, BorderLayout.SOUTH );
                   } catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
              return ivjJPanel3;
    * Return the JPanel3 property value.
    * @return javax.swing.JPanel
    /* WARNING: THIS METHOD WILL BE REGENERATED. */
    private javax.swing.JPanel getJPanel43() {
         if (ivjJPanel43 == null) {
              try {
                                    ivjJPanel43 = new javax.swing.JPanel();
                                    ivjJPanel43.setName("JPanel4");
                        ivjJPanel43.setBorder(new javax.swing.border.EtchedBorder());
                        ivjJPanel43.setLayout(new java.awt.BorderLayout());
                        ivjJPanel43.setBackground(new java.awt.Color(220,215,222,248));
                        ivjJPanel43.setBounds(796, 24, 260,296);
                        ivjJPanel4t = new javax.swing.JPanel( new BorderLayout());
         ivjJPanel4t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel13t = new JLabel("Enter Firm", JLabel.CENTER);
                                            ivjJPanel4t.add( ivjJLabel13t, BorderLayout.NORTH );
                                            ivjJPanel5t = new javax.swing.JPanel( new BorderLayout());
                                            ivjJPanel5t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel14t = new JLabel("Firm  ");
                                            ivjJPanel5t.add( ivjJLabel14t, BorderLayout.WEST );
                                            // ivjJTextField17t = new javax.swing.JTextField();
                                            ivjJPanel5t.add( getJComboBox30(), BorderLayout.CENTER );
                                            ivjJPanel4t.add(ivjJPanel5t, BorderLayout.CENTER);
                                            ivjJPanel6t = new javax.swing.JPanel( new BorderLayout());
                                            ivjJPanel6t.setBackground(new java.awt.Color(220,222,248));
                                            ivjJLabel15t = new JLabel("         ");
                                            ivjJPanel6t.add( ivjJLabel15t, BorderLayout.WEST );
                                            ivjJTextField30 = new javax.swing.JTextField();
                                            ivjJPanel6t.add( ivjJTextField30, BorderLayout.CENTER );
                                            ivjJPanel4t.add(ivjJPanel6t, BorderLayout.SOUTH);
                                            getJPanel43().add( ivjJPanel4t, BorderLayout.NORTH );
                                    String[] columnNames1 = {"Firm Name"};
                        tableModel1 = new DefaultTableModel( columnNames1, 0 ){
                             public boolean isCellEditable(int row, int column)
                                 return false;
                        ivjJTable1 = new JTable( tableModel1 );
                        ivjJTable1.setRowSelectionAllowed(true);
                                    ivjJTable1.setSelectionModel(ivjJTable.getSelectionModel());
                                    ivjJTable1.changeSelection(ivjJTable.getSelectedRow(),0,false,false);
                        ivjJScrollPane1 = new JScrollPane( ivjJTable1 );
                        ivjJPanel43.add( ivjJScrollPane1, BorderLayout.CENTER);
                                    setVisible(true);
               catch (java.lang.Throwable ivjExc) {
                   // user code begin {2}
                   // user code end
                   handleException(ivjExc);
              return ivjJPanel43;
    }

    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.

  • SSRS 2008 Header height issues due to merged columns

    When working on a report today we ran into an issue which took us quite some testing to figure out. At some point we decided to switch some of the headers of columns around and when rendering the report again it for some reason created a header which was
    way heigher then the biggest text there, showing a huge empty space in the header underneath the text.
    My first guess was that there had to be some extra spaces in some column or something alike, which made the cells grow so much. This however was not the case. As a next step I cleared the cells in the headerrow one by one to figure out which field was making
    the header grow this much. It turned out to be the header in the 10th column. When I replaced the text in this cell, it did not make the header grow anymore. When I put the original text back, it started growing again. As a next step I removed the text in
    this cell, pasted it in another cell (column 11) and rendered the report, with the same huge header again. Out of frustration I tried a desperate last move, copied it to column 1 and rendered the report, the effect was a small header without some weird height.
    So the conclusion was that this text was making the header grow hugely in the columns 10 and 11, but not in column 1? What is the difference between column 10/11 and column 1?
    Then I noticed that column 7, 8 and 9 were pretty small columns, only holding integer values. The header above this, however, was one word, so the 3 cells in the header for these columns were MERGED. So basicly, only looking at the cells in the header, my
    huge text was in the 8th cell from the left, not the 10th (10th column, but due to merging the 8th cell). As a test I editted the width of the 8th column (the middle one of the merged cells) to be as wide as all the other columns holding text. The rendering
    of the report, with the huge text in the original headercolumn, now did not grow my header to be extremely big. This combined with the way "hiding" works in SSRS 2008 oppose to SSRS 2005 (ie, in 2008 a hidden cell disappears completly, moving all next cells
    up to the left, where as in 2005 a hidden cell just shows as empty in the report), leads me to believe that there is a bug in SSRS 2008 considering cell widths and merged cells? It is like the 10th column header now thinks it is part of the 8th column (being
    the 8th cell in its row due to merging) and therefor works with the width of this 8th column to judge how much increased height it needs. In fact it is the width of the 10th column and therefor doesnt need the height it creates, resulting in a huge empty space
    underneath the text.
    Is this a known issue by Microsoft? Any ETA on this for a fix?

    This combined with the way "hiding" works in SSRS 2008 oppose to SSRS 2005 (ie, in 2008 a hidden cell disappears completly, moving all next cells up to the left, where as in 2005 a hidden cell just shows as empty in the report), leads me to believe that
    there is a bug in SSRS 2008 considering cell widths and merged cells?
    Hi Joel_i,
    I was a little confused with the paragraph above. Could you please elaborate it?
    Based on the information posted, I tried to reproduce the scenario, but it works fine. During my test, the header cells grow
    only when the text in the head column is too long which will caused newline, or there is some extra space in some columns. So, you might need to check the properties of the 8<sup>th</sup> column cell, such asSpaceAfer,
    SpaceBefore, to make sure all properties are set rightly.
    To provide you further assistance, could you please post the report and dataset with sample data to our data collection E-mail
    address?
    E-mail: sqltnsp AT microsoft.com (Please replace the AT with @, and remove additional spaces).
    Thanks,
    Lola Wang
    Please remember to mark the replies as answers if they help.

  • The section height is not valid

    Post Author: rbadis
    CA Forum: General
    Hi,
    I'm running and exporting a crystal report to PDF using C#.net on Crystal report Version 10.0 , and I'm handling the TextBoxes on my Crystal programmatically using this bit of code and it's working fine for 4 textboxes:
    TextObject ReportTextBox;
    ReportTextBox = (TextObject)CReport.ReportDefinition.ReportObjects&#91;"Item1_1_1"&#93;;
    ReportTextBox.ObjectFormat.EnableSuppress = true;
    BUT, when I did put more textboxes in my crystal it's giving me this Error "The section height is not valid" !?
    how can I fix it?
    Cheers.

    These are user-to-user forums, you are not talking to Apple here - I've asked the hosts to remove the email address from your post.
    Was the gift card issued in the same country as your account is based ? They are only valid in their country of issue. If it was and this page doesn't help then you will need to try contacting iTunes support (you will need to give them the serial number and activation code from the card) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes

  • Collapsible Panel within another Collapsible Panel HEIGHT ISSUE

    Having an issue with the height of a collapsible panel that has another collapsible panel within it not adjusting. I am using Dreamweaver CS5.
    When I try the fix of changing line 431 in .js  (where you change "px" to "auto" where it says this.content.style.height = this.toHeight + "auto";) it does not work in IE7 or Firefox. If I change  the height inferences in the .js on lines 392, 431, and 439--it  worksperfect in Firefox, however it throws an error in IE7. Anyone have a  clue???
    Here is my page: http://www.l-3choosewisely.com/dev/
    username: owl
    password: l3ae2011
    Help would be greatly appreciated. PLEASE PLEASE PLEASE help me!

    For right now I have "semi-fixed" the issue, by adding a min-height to my second collapsible panel set, but really am NOT HAPPY
    with it... please help me, it has to be something with the auto-height... I know I am looking right at it and just not seeing it.

  • Checkbox and movieclip height issue

    Hi,
    I added a check box component inside a empty movieclip.Before adding the movie clip height is 0,once i added a check box component on the movieclip its height shows 100.But when i saw the height of check box its just 22. whats the issue on calculating the movieclip height?
    Here is the coding
    var mc:MovieClip=new MovieClip();
    addChild(mc)
    var cb:CheckBox= new CheckBox();
    cb.label="tts"
    mc.addChild(cb)
    trace(cb.height)    // output  22
    trace(mc.height) // ouput 100
    Issue:
    I want to calculate the movieclip height on runtime.on the above case i expect the mc height as 22 but it give 100.how to solve this?

    Yes i checked it..
    trace(cb.height,mc.scaleX,mc.scaleY)
    // output  22 1 1
    trace(mc.height,mc.scaleX,mc.scaleY) // ouput 100 1 1
    seems issue not deal with the scaleX,scaleY.becase when i other movieclips the height is perfect. issue is adding check box component

  • Button is with the same height is smaller than TF

    i set the button's height to 25 px and textfield's height to 25 px.
    during designing the page they looked like they have the same height. but in the browser the textfield is much higher!
    How could that be?

    Thank you for your response.
    Please note that I don't have the problem in my deployed application... it only occurs on my development machine during development while there is no IIS server involved.
    In Visual Studio 2012 while working on my Lightswitch application (which is connected to an external SQL database as the datasource), when I execute the application from within Visual Studio (click Start or press F5) and then add a row
    to a datagrid, that is when I get the error.  However, if I deploy the application to an IIS server and then execute it using Internet Explorer I do not get the error and the application runs fine.
    If it is true that the problem is related to the problem of case sensitivity then what would be causing it within the development environment itself prior to being deployed?  I understand that the url used to execute the program must use the same
    case as the program name... i.e.  if the program is deployed named MyProgram then when executing it you must use the same case 
    http://ServerName/MyProgram  not
    http://ServerName/myprogram  but that is not what is happening in my case.
    I am getting the error when executing directly within Visual Studio when clicking "Start"  or pressing F5 within the IDE.  Where do I look for that problem?
    Thanks 

  • Why the record columns' height are not unify?

    I was trying to add boarder lines to a table but it cause a problem.
    For exmple, column-A could not show data within a line so it has a height of two line (Vertical Elasticity = expand, horizontal Elasticity has to be fixed), but the column - B next to it does not adjust it own height to make the hold record has the same height..
    Any suggestion?

    Hello,
    A field will expand (if Vertical elasticity allows it) according to its content.
    If there are 2 fields , their height may differ.
    You should put a frame arounf the fileds and add borders to this frame (vertical elasticity=variable for this frame)
    For the "vertical field separator", use a line and set the property "Line Stretch with Frame "
    Example is vailable here :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_bp_line_stretch_with_frame.htm
    Regards

  • Report Output is not same as R/3 4.7 and ECC6 ( sort issue)

    Dear Experts,
    I have a problem with external sort used in the program. due to that report output records are not in the same order.
    For example, i am extracting data from BSEG with fields company code, fiscal year, document no, item no, amount and GL Respectively.
    in both the systems (R/3 4.7 and ECC6), data in internal tables are in same order by default.
    but after the external sort using filelds company code, fiscal year and document no.
    output records are sorted exactly with respect to the external sort order in both systems, but for certain line items are not in same order.
    Please check below example.
    For example in R/3:
    684
    2012
    5000000532
    5
    H
    2662.51
    411100
    684
    2012
    5000000532
    4
    H
    13
    555200
    684
    2012
    5000000532
    3
    S
    0.5
    635400
    684
    2012
    5000000532
    2
    S
    12.5
    627800
    684
    2012
    5000000532
    1
    S
    2662.51
    555209
    In ECC6,
    684
    2012
    5000000532
    1
    S
    2662.51
    555209
    684
    2012
    5000000532
    2
    S
    12.5
    627800
    684
    2012
    5000000532
    3
    S
    0.5
    635400
    684
    2012
    5000000532
    4
    H
    13
    555200
    684
    2012
    5000000532
    5
    H
    2662.51
    411100

    The order of extracted records can no be assumed to be constant, any SQL optimizer can change behavior, even without any wide upgrade, but a single database or kernel patch as well as many operation of database administrator can change the order, as well as a change of user behavior, if they fill now another field in selection. So it is good practices to always sort (or use sorted type) internal table extracted or use a ORDER BY clause (provided there is an index in database, else do not)
    Read online documentation of SELECT statement clause ORDER BY
    The order of the rows in the result set refers to all columns that are not listed after ORDER BY, is undefined, and can be different in repeated executions of the same SELECT statement.
    There are also some [MANY > 1000] OSS notes on the subject (look for your database, e.g.  1858427 - Incorrect Sorting of SQL-Select Statement, 1859655 - The result set of an SQL-Select Statement may not be sorted, 1858479 - Result set of select statement is not sorted, 1858569 - Incorrect access to result set of SELECT statement, etc.)
    Also if you sort an internal table and require records with same key values to keep their respective order, use the STABLE clause.
    Regards,
    Raymond

  • How can i export a series of images in different aspect ratios to the same height

    How can i export a series of images in different aspect ratios to the same height?
    I wish to make a slider callery for my website. all the images need to be 750 Pixels high, the width does not matter.  I have a mixture of square pandscap and protraite images can i do thing as one export or do i have to do it twice?  Once for long edge and once for shot edge?
    Thanks

    Yes, you can but there is a trick to it.
    In the Export Dialog under <Image Sizing> select Widdth & Height.
    Then enter 750 pixels for Height.
    Put your cursor into the Width field behind all the numbers that appear there and with the backspace key delete the numbers. If you enter "0" it will not accept that. But it accepts when you just delete the field for Width with the backspace key. The Width field will now be just blank.
    When you then export all image will  have a height of 750 pixels and the width will fall variously according to thne height / width ratio.
    Or alternatively you can enter 7.5" for height at a resolution of 100 ppi.

  • I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro D

    I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro DC has limitations. There is no way to define what points in columns to force break column? Nor create many columns that are useless? How does text to column in Excel, fixed size when we import text, and define where the breaks have columns?
    Google Tradutor para empresas:Google Toolkit de tradução para appsTradutor de sitesGlobal Market Finder
    Desativar tradução instantâneaSobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar feedback

    PDF does not contain columns, rows, formats, styles, or other aspects of word processing or spreadsheet file formats.
    This is because PDF is decidedly not a word processing or spreadsheet file format or something "like" one of those.
    (see ISO 32000 for what PDF "is")
    What can optimize the export of PDF page content is to start with a well-formed tagged PDF (ISO 14289-1, PDF/UA-1 compliant).
    Without that export is what it is and one performs whatever content cleanup is needed using the native application for the export file (MS Word or Excel).
    Be well...

  • Issue : Balancing field "Business area" in line item 001 not filled

    Hi Gurus...
    I have facing an issue : Balancing field "Business area" in line item 001 not filled
    I have maintained material management small difference account (DIF), to post the small differences... between PO value and (vendor) Invoice Value....
    At the time of posting invoice system giving this error... even after maintaining the business area and profit center in MIRO transaction...
    Here we have activated Document splitting in FI, also Business Area & Profit Center are mandatory fields..
    Pls give some inputs in fixing this issue..
    Thanks in advance....
    Regards
    Shashidhar..

    Hi
    There could be multiple reasons for this. Pls check on:
    1. For the Expense Account assigned in DIF, have u made the assignment for deriving Profit Center & Business Area in T Code OKB9
    2. Ask your FI Consultant to check the Splitting Characteristics for the MIGO. Check the Splitting Characteristics assigned to the Accounting Document Type assigned to T Code MIGO. Also check if all the GL Accounts have been assigned a splitting characteritics. The path is:
    IMG> Financial Accounting(New)>General Ledger Accounting (New)>Business Transactions>Document Splitting
    3. Do you maintain profit center as a default in material Master? If yes, check if the same has been assigned in the view extended for the plant concerned?
    Pls check the settings. If any doubt, revert back.
    Thanks & Best Regards
    Sanil K Bhandari

Maybe you are looking for

  • ITunes stopped working and doesn't respond

    My iTunes stopped working all of the sudden. It just will not launch. I read resolution of similar incidents and tried them all including running the chkdsk it's done successfully, but I'm still facing the same problem. I've been to many forums with

  • Posting and saving form data

    Before I dive into my first Java project, I would like some advice. I would like to set up a JTabbedPane with two tabs (not a problem). In panel 1, I will have a series of JTextFields for the user to input data (also, not a problem). Then have a butt

  • Linux toPostScript produces blank form

    Hi there. I've dredged through the Internet looking for a solution, but haven't found any, so this is my last resort I have a PDF form that has been reader extended and form data is imported into the using the Java libraries. When I generate a postsc

  • X6 - Problems

    I've switched to Nokia from Samsung and am having usage issues with the X6 - actually, some are the same issues I had with Samsung, to be honest. Number 1 issue with the X6 is one that I didn't have with the Samsung, which is image slideshows. As a p

  • Mavericks upgrade - lost draft emails

    I've just upgraded to Mavericks and found that almost all the emails in my draft folder have disappeared. Some of them where very important so I'm hoping someone can advise if there is a way to get them back? Any help much appreciated! Emma