Show Disappearing Columns

Hi guys,
I have a problem with a query wherein certain columns does not appear at display.  The query was designed to have 2 structure (a key figure structure and a time structure) at column part of query designer. so for every time structure variable query must display all key figures.
My problem is some time structure varaiable (with their relevant key figures) does not display in query. I checked if query suppress zero but it doesn't. even if the data is zero column must display besides there are other column which has no data but is still displayed.
Do you guys have any ideas on how to display the "disappearing" columns.
thank you

See
http://htmldb.oracle.com/pls/otn/f?p=24317:139
Clicking on any one of the checkboxes calls doSomething which should swap the columns as per below
function doSomething(pThis)
var l_Cell = html_GetElement(pThis.value);
var l_Table =  html_CascadeUpTill(l_Cell,'TABLE');
swapColumns(l_Table,1,2);
function swapColumns (table, colIndex1, colIndex2) {
  if (table && table.rows && table.insertBefore && colIndex1 != colIndex2) {
    for (var j = 0; j < table.rows.length; j++) {
      var row = table.rows[j];
      var cell1 = row.cells[colIndex1];
      var cell2 = row.cells[colIndex2];
      var siblingCell1 = row.cells[Number(colIndex1) + 1];
      row.insertBefore(cell1, cell2);
      row.insertBefore(cell2, siblingCell1);
}But it is not doing anything, no errors in the JS console, nothing.
Help? Thanks

Similar Messages

  • Showing preview column in icon mode crashes finder

    Issue: Finder crashes and my icons on my desktop disappear then reappear when attempting to view a file of any type in icon mode with "show preview column" selected in "Show View Options".
    I don't recall any recent updates or any changes to my G5. I can open a file in its application program (i.e. a .jpg opens in Photoshop) if I double click it quickly enough before Finder crashes. The only way I can get icon view not to crash Finder is by unchecking the "show preview column" box in "Show view options". I like the preview option and would very much like to get it back.
    Any help in this matter would be appreciated.

    Sorry, no idea how I missed your reply back on the 29th!
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot , (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it finishes.
    The usual reason why updates fail or mess things up, or things don't load/run, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates again, or even do an A&I if you have enough free disk space.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.
    If all the above do not resolve the problem, then it's time for an Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.
    If it appears to be time for An Archive & Install, which gives you a new OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    Be sure to use Preserve Users & Settings.

  • Function module u0091GET_PRINT_PARAMETERSu0092 Not showing all columns

    Hello all,
    I am using function module ‘GET_PRINT_PARAMETERS’
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          DESTINATION    = LOC_DEST
          COPIES         = WF_COPIES
          LIST_NAME      = WF_LISTNAME
          LIST_TEXT      = WF_LISTTEXT
          IMMEDIATELY    = ' '
          RELEASE        = ' '
          NEW_LIST_ID    = 'X'
          EXPIRATION     = WF_DAYS
          LINE_SIZE      = 132
          LINE_COUNT     = 65
          LAYOUT         = 'X_65_132'
          SAP_COVER_PAGE = 'X'
          RECEIVER       = 'SAP*'
          DEPARTMENT     = ''
          NO_DIALOG      = 'X'
        IMPORTING
          OUT_PARAMETERS = WF_PARAMS
          VALID          = WF_VALID.
    NEW-PAGE PRINT ON PARAMETERS WF_PARAMS NO DIALOG.
        PERFORM WRITE_PDF_SUMMARY USING P_VALID P_COND P_ZMGC P_ZOGC P_PDF.
        NEW-PAGE PRINT OFF.
    But in my report there are 10 columns and in download file it’s showing only 6 columns .If I increase that size to X_65_200 Then it shows all columns But it’s not readable. Please tell me how can I use that fix size X_65_132 & it will show all columns .
    Message was edited by:
            megha waykar

    You r right,But that program is already developed in following sequence
    *==>  1. Create Virtual Spool
                using FUNCTION 'GET_PRINT_PARAMETERS'
    *==>  2. Write Report to Virtual Spool. Use NEW-PAGE PRINT ON option.
                NEW-PAGE PRINT ON PARAMETERS WF_PARAMS NO DIALOG.
                PERFORM WRITE_PDF_SUMMARY USING P_VALID            
                NEW-PAGE PRINT OFF.
    *===> 3. Prepare Path and set spool number.
    *===> 4. Convert List to PDF format.
                 Use function 'CONVERT_ABAPSPOOLJOB_2_PDF'
    *==> 5. download PDF file
                CALL FUNCTION 'GUI_DOWNLOAD'.
    and it's not showing readable download file.
    I don't have to change whole coding. I just want to increase that font.

  • RE: List View & Disappearing Columns

    I have the same problem.
    After a change in my ListView properties I loose some columns, usually
    the first and last but it's mostly random.
    I had Forte completely crash couple of times after I run the app. !
    I am also using ImageData in my subclass DisplayNode class
    Release 3.0.F.2
    Nikola Filipovic, DMC Inc.
    @Nesbitt Burns Inc.
    Tel. 416.359.7447
    -----Original Message-----
    From: Bill Bryson [SMTP:[email protected]]
    Sent: Thursday, March 12, 1998 9:39 AM
    To: [email protected]
    Subject: List View & Disappearing Columns
    I am using a ListView and it seems that some of my columns are
    disappearing after I set them in the properties and then compile.
    Sometimes they are truly are gone, and sometimes if I recreate them
    and
    compile again, I get a duplicate object error. I can't tell if it is
    because my list view is mapped to a node with an image in it or if
    that
    is irrelevant. Has anyone else had this problem and is there a work
    around using this widget?
    I like how the column headings are presented with this widget and
    would
    like to keep using it.
    I am using Release 3.0.G.0
    Bill Bryson
    Senior Software Engineer
    [email protected]
    http://www.vastera.com
    300 West Service Rd.
    Suite 200
    P.O. Box 10836
    Chantilly, VA 20153-0836
    Phone (703)661-9006
    Fax (703) 742-4580

    Unfortunately, only Icon and Column views can be set as global defaults. If you open a new window and set it to List view it should continue to open in that same view for the same folder.
    You can submit this as a feedback request (I have done so, as have others - we're hoping for implementation in Leopard...).
    Hope this helps...I know it doesn't solve the problem, but we're in the same boat, so to speak...
    Ps. Are you really running 10.0.x on your G4/G5??? If so, there may be a way to set list view as default, but you should post to the 10.3 & earlier forum as this is the 10.4/Tiger forum.

  • Not showing the column name

    Hi
    I am using jdev 11.1.1.3
    .i i dragged an adf table from data control.it has got 3 columns.i changed the name of first column as Lang grades.when i run that it is showing the column name as lang grades.then in that table two fields r mandatory.so in the property inspector i put the show required as true.but after that on running it is not showing the column name as lang grades.there is only the star sign for showing the attribute as required only.

    Hi,
    not enough information. So from your description, a column that is not marked required on its cell renderer component is not displayed at runtime. I am not aware of such a problem and suggest to try a later version of 11g R1 (11.1.1.6) to see if this reproduces. This allows you to exclude a probelm with 11.1.1.3 only
    Frank

  • Summary Links web part not showing correct column number

    Here is my scenario. I have a simple two server dev farm that is using a snapshot of production data. I have migrated the 2010 content db over and everything is running fine. One quirk I have noticed is with the summary links web part. If I add the webpart
    to a page, in the configuration settings for the webpart you can create named groups and the next setting is how many columns you want the links to appear in. When I select lets say "4" columns, and I create four groups. When I save and check in
    the web part only shows "3" columns instead of 4. 
    For Example. 
    I create groups: Group 1
                              Group 2
                              Group3 
                              Group 4
    In the webpart configuration I select "display number of columns" = 4
    When I save that setting and look at the web part the groups will appear as:
     Group 1             Group 2                    Group 3
    Group 4
    when in reality if the column setting is = 4, I would expect: 
    Group 1      Group 2      Group 3      Group 4
    So it appears it is behaving as if whatever column number you select, what is displayed is N-1. 
    Has anyone else had this happen in SharePoint 2013? The same webpart doesn't behave this way in the 2010 production environment where dev gets its content. Any help would be great. 
    Thanks,

    Hi againeyuga,
    Yes, I have tested in my SharePoint Server 2013 with December 2013 CU  and it  works fine. For your environment, I recommend  you install the SP1 update.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Show hidden columns in a JTable

    Hi,
    I have a requirement for hiding some columns of a JTable and showing them back based on user actions.
    I have gone through some topics about hiding columns. which can be done by table.removeColumn();
    But when I use table.addColumn(); it adds the column at the end of the table.It should add in the same location as the previous column.
    How to show /reveal the hidden column back?.

    * Hide_Columns.java
    * This code contains a table model that allows you to
    * specify the columns to be hidden in a boolean array.
    * To use the model:
    *       model = new MyTableModel(data, columnNames);
    *       table.setModel(model);
    * The most important method in the model is "getNumber()", which converts a column number
    * into the number corresponding to the data to be displayed.
    * Visible columns can be dynamically changed with
    * model.setVisibleColumns(0, column0.isSelected());
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class Hide_Columns extends JFrame {
        public Hide_Columns() {
            setTitle("Hide columns");
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            model = new MyTableModel(data, columnNames);
            table.setModel(model);
            getContentPane().add(new JScrollPane(table), BorderLayout.CENTER);
            for( int i=0; i<4; i++ ){
                final JCheckBox columnX = new JCheckBox("Column "+i);
                columnX.setSelected(true);
                final int col = i;
                columnX.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent evt) {
                        model.setVisibleColumns(col, columnX.isSelected());
                toolBar.add(columnX);
            getContentPane().add(toolBar, BorderLayout.NORTH);
            setSize(400,300);
            setLocationRelativeTo(null);
            model.addRow(new Object[]{null,null,null,null});
            model.setValueAt("test0",0,0);
            model.setValueAt("test1",0,1);
            model.setValueAt("test2",0,2);
            model.setValueAt("test3",0,3);
        public static void main(String args[]) { new Hide_Columns().setVisible(true); }
        private JTable table = new JTable();
        private  JToolBar toolBar = new JToolBar();
        private   MyTableModel model;
        /** This is the data of the table*/
        private  Vector<Object> data = new Vector<Object>();
        /** Column names */
        Vector<String> columnNames = new Vector<String>();{
            columnNames.addElement("0");
            columnNames.addElement("1");
            columnNames.addElement("2");
            columnNames.addElement("3");
    class MyTableModel extends DefaultTableModel {
        /** Shows which columns are visible */
        private   boolean[] visibleColumns = new boolean[4];{
            visibleColumns[0] = true;
            visibleColumns[1] = true;
            visibleColumns[2] = true;
            visibleColumns[3] = true;
        public MyTableModel(Vector<Object> data, Vector<String> columnNames){
            super(data, columnNames);
        protected void setVisibleColumns(int col, boolean selection){
            visibleColumns[col] = selection;
            fireTableStructureChanged();
         * This function converts a column number of the table into
         * the right number of the data.
        protected int getNumber(int column) {
            int n = column;    // right number
            int i = 0;
            do {
                if (!(visibleColumns)) n++;
    i++;
    } while (i < n);
    // When we are on an invisible column,
    // we must go on one step
    while (!(visibleColumns[n])) n++;
    return n;
    // *** METHODS OF THE TABLE MODEL ***
    public int getColumnCount() {
    int n = 0;
    for (int i = 0; i < 4; i++)
    if (visibleColumns[i]) n++;
    return n;
    public Object getValueAt(int row, int column) {
    return super.getValueAt(row, getNumber(column));
    public void setValueAt(Object obj, int row, int column) {
    super.setValueAt(obj, row, getNumber(column));
    public String getColumnName(int column) {
    return super.getColumnName(getNumber(column));

  • Hide/show a column in a report

    Hi,
    I'm actually looking for a solution to hide/show a column in a report (matrix form)in function of a parameter..
    Using the conditionnal formating propertie to hide a column (return false) works, but the colmuns in the right side don't move.. It's not very pretty..
    An other way could be to change the elasticity property of a column, and replace the data by "", but apparently, we can't access to this property by the srw command.
    I really need a solution, else I'll have to produce as many reports as I've to hide columns...
    Thanks a lot
    Best regards..
    DAvid
    null

    Hi,
    I use 'decode' in sql statement. If your sql statement is applicable to this,you may use it. So you can choose which columns you want to use and also you can concatanate columns to make them one column.

  • How to Hide/show the columns data while doing Drill down or drill up

    Hi ,
    How to Hide/show the columns data while doing Drill down or drill up in webi report .
    Does it possible BO 3.1 version ?
    Please suggest me on this.
    Thanks & Regards
    Venkat

    While that is not there yet, you can make use of the show when empty yes/no in combination with alerters.
    So I have an alerter applied to every cell of the table.
    When a condition is true (say I drilled down) I just put = "" in every cell, emptying the table,
    because its now empty and doesn't need to show, it wont.
    For the detail table I use the opposite, so when you drilled down it becomes visible...
    Hope this helps all that do not have 40 yet
    Good luck,
    Marianne

  • Grouping by ID column, but showing Name column in the Tree View.

    Hi, i'm using Crystal Reports for Visual Studio 2010.  I'm grouping my report by TenantID column.  When i generate the report, it shows the TenantID in the TreeView (on the left side).  Is there a way that i can group by TenantID, but show TenantName column in the TreeView?  How would i do that?
    P.S. The reason i don't want to group by TenantName is because, sometimes some tenants may have the same name, and i don't want the report to combine them.
    Thanks so much.
    Aron

    Hi Aron,
    Here the solution with screenshot-wise:
    Step1: Go to Group Expert
    2. Click ptions -> options
    3. Check Customize Group Name Field > Choose TenantName column -> ok
    Regards,
    DJ

  • How to show attributes column types on ERD

    Hi,
    I created a diagram in ERD but can't find how to show in the diagram the column types. It only shows the column names but doesn't show if this is a varchar2, integer,etc or if this can be null or not. Please help.
    Thanks in advance.

    the idea is that entities are logical objects. Although you can designate a "format" for an attribute, it's really more of a physical model/implentation concept.
    So the answer to your question is No.
    However, If you wanted to use a Server model Diagram there is a lot more information associated with it.
    And since it is a actual model of the DB then you will have your foreign keys in the child tables.
    Michael

  • Show all columns

    Hi,
    For big table how about the way to show all columns in one line using Toad 10?
    Best Regards

    HuaMin Chen wrote:
    Hi,
    For big table how about the way to show all columns in one line using Toad 10?
    Best RegardsApart from what Billy said, what is a "big" table? In what way would all columns not be shown in one line?
    Even on the TOAD forums they wouldn't know what you're talking about.

  • Could show more columns at detail page?

    we are new at html db, there are a few of questions we need to clear before we make decision to use HTML DB to develop our next version of application: (I seperate them at differenct topics).
    * By click link at query result page (table may has 5 columns), could show more columns at detail page (may 10 columns) with editable mode?
    Thanks
    Lei

    one way to do this would be to have your link take you to another similar looking page in your app that's an updatable report for the 10 columns you need. you could use our "tabular form" wizard to create that updatable report (if your tablular form is going to joining multiple tables, you might need to create an updatable view on the tables and build your form off that. you could also build that tabular form yourself. we have a how-to doc, "Build tabular forms for multi-row operations", for that at http://otn.oracle.com/products/database/htmldb/howtos/index.html ).
    regards,
    raj

  • SHOW FULL COLUMNS

    Is it possible somehow to make CF not to append "SHOW FULL
    COLUMNS FROM xxx" after each and every select? It breaks some very
    nice MySQL functions (sql_calc_found_rows & found_rows() that's
    often used for pagination) when running MySQL 5.x.
    Posted a bug report here:
    http://bugs.mysql.com/bug.php?id=25978
    Thanks ;)

    Yes, everything is configured correctly afaik.
    This single query:
    <cfquery name="test" datasource="mydsn">
    select * from articles
    </cfquery>
    Outputs this (in mysql general log)
    070202 10:06:03 622 Connect mydsn@localhost on mydb
    622 Query SET NAMES latin1
    622 Query SET character_set_results = NULL
    622 Query SHOW VARIABLES
    622 Query SHOW COLLATION
    622 Query SET autocommit=1
    622 Query SET SESSION TRANSACTION ISOLATION LEVEL READ
    COMMITTED
    622 Query select * from articles
    622 Query SHOW FULL COLUMNS FROM `mydb`.`articles`
    622 Query SHOW FULL COLUMNS FROM `mydb`.`articles`
    622 Query SHOW FULL COLUMNS FROM `mydb`.`articles`
    622 Query SHOW FULL COLUMNS FROM `mydb`.`articles`
    622 Query SHOW FULL COLUMNS FROM `mydb`.`articles`
    622 Query SET autocommit=1
    622 Query SET SESSION TRANSACTION ISOLATION LEVEL READ
    COMMITTED
    622 Query SET autocommit=1
    622 Query SET SESSION TRANSACTION ISOLATION LEVEL READ
    COMMITTED
    Seriously, 5 "SHOW FULL COLUMNS" for a single query? I'm
    lost...

  • I got iphone 5S and i live in pakistan .. my itunes is not working in country when i open it , it shows two columns of podcast and itunes U what to do?

    i got iphone 5S and i live in pakistan .. my itunes is not working in country when i open it , it shows two columns of podcast and itunes U what to do?

    You won't be able to download music, films or TV programmes from iTunes until either they are available in Pakistan (which will need a sufficient number of content providers to grant Apple a license to sell their content there), or you move to a country where they are sold. Are there other music purchase downloads sites in Pakistan ? You can also copy your own music CDs via your computer's iTunes (so you could buy CDs and copy them) and sync them to your phone.

Maybe you are looking for

  • Problem with updating calendar in Windows 7 Outlook with calendar in iPhone.

    Initially, I thought that I was able to enter events in Outlook within my Windows 7 desktop and they would appear thru iCloud in my iPhone 4S.  Now the iPhone calendar will not update itself with Outlook calendar events.  I have tried a hard sync wit

  • Using PSA 2.0 with PSA SE 3.0

    So I already own PhotoShop Album 2.0 and PhotoShop Elements 2.0... We have also bought a new digital camera that works quite well... and we've taken over 700 photos in the last 6 months. (side note: Never let Windows Photo downloader copy photos from

  • Multiple log-ons using 1 client

    Is it possible to have multiple user accounts log on remotely via Citrix into 1 client installation of SAP Business 1 ?  I am imagining this use in an Outsourcing context. Edited by: Kwamena M. Herbstein on Apr 23, 2009 3:23 PM

  • Mandatory "Allocation" field in MRHR (SAP 4.0B)

    Hi Guys ! I'm writting an application to post MM invoices using BDC for MRHR transaction. SAP Version 4.0B. My problem is that for some PO items, field "Allocation" is required and for others NOT and I need to inform user (in my application) if "Allo

  • Intercom Zones or groups in Call Manager Express

    In CME 9.1 How do you set up the SCCP to SCCP phone Intercom feature to call a group of phones or zones?