VC 7.2 personalize table settings - hide columns not working

I have table setting property activated in CE 7.2 VC UI , when I hide the columns, i am able to hide for that session, if I logout and login, I am not able to see the settings, all the columns are visible.
Are these settings are per session ? it is not like personalization where the user can save the settings for his login?

Hi,
In order to work with the personalization saving, you need to Enabling CCM Personalization of Table Views at Runtime
Here is the link to the user guide how to do this:
[http://help.sap.com/saphelp_nwce72/helpdata/en/33/7a565334b04c499cdc5ac6b2931231/frameset.htm]
Also in VC, you can set the Visible property of the specified column in the Table to False (In the Layout Board)
Best Regards,
Luba

Similar Messages

  • Settings function does not work in my lumia 520

    I have lumia 520. when i update Lumia Black  in my Setting some of the settings apps does not  work. when i click this its return back the settings. i can't update it . how can i update or reinstall it. 
    Or  How can i re-update window for work properly my system.
    Please Help me .....

    I had the same problem with a feature. It showed share instead of update and I knew there was an update out there. 
    I turned my phone all the way off, let it sit for a minute of so and turned it back on. The update then showed up with the updater.

  • My phone doesn't ring when someone is calling, but the sound works otherwise, like the alarm etc. I have tried to fix it in settings but still not working. anyone else have this problem?

    my phone doesn't ring when someone is calling, but the sound works otherwise, like the alarm etc. I have tried to fix it in settings but still not working. anyone else have this problem?

    Thanks so much but none of that helped.  It was driving me crazy because it would back up another external drive.  I just changed the name of the drive from iPhoto/iTunes Library to Media Libraries and IT WORKED!! I guess for some reason it didn't like the drive being called iPhoto or iTunes ???? I don't understand but I have tried so many solutions and exchanging things out but the name change did it????!!!
    Thank you for your help and replying to this.  Guess I made my own issue!

  • Auto hide taskbar not working with iTunes 10.5 & Windows 7

    Anyone else having problems with Auto-hide Taskbar not working when iTunes is open and the active window? Was working fine with previous versions including the beta of 10.5 I had. Is this a general problem or just me? Im using Windows 7 64bit for what its worth.

    Chiming in with the same problem. 64-bit Win 7 Professional, taskbar set to auto-hide, newest version of iTunes (actually uninstalled and reinstalled via the website download earlier today to see if that would fix it; nope). I normally use the Alt+Tab keys to navigate between windows anyway, so it's not inconveniencing me too much, but it's still irritating when I'm trying to use the mouse to switch windows (or check the time) and realize I can't. Definitely fix this one soon. We'll all be very grateful

  • Can I make a condtional format on pivot table (Or hide columns in a Table)

    I want order by some columns, but do not want show them in the Table.
    I know I can do this in Pivot Table view. But then I will lost the conditional format.:(

    I found a "hide" option at table's column. it works:)

  • ADF Table with browser zoom not working properly

    Hi All,
    I am using ADF Table to show data from database. I am using JDeveloper 11.1.1.4.0.
    When user uses browser zoom functions (i.e. Ctrl + or Ctrl -) for zoom in or zoom out, The UI of Table disturbed and columns are not in line.
    Here is the snapshot of disturbed table image http://i.imgur.com/07YfB.jpg
    I have tested it with Firefox and Internet Explorer and in both the cases if you zoom in the columns are not in line anymore.
    I have added *<accessibility-profile>large-fonts</accessibility-profile> into trinidad-config.xml* and
    tried but it gives me the same result.( Reference Oracle Docs http://docs.oracle.com/cd/E16162_01/web.1112/e16181/af_access.htm#BEIDFIIB )
    Can anyone suggest solution for how to solve this problem so that the columns will be is line when uses browser's zoom?
    Thanks in advance,
    Viral

    Hi,
    I am not using any kind of css for table.
    It is default skin and defalut table properties that ADF provides.
    - Viral

  • Query on database column not working

    Hi
    i have a block which has around 40 columns.the block is based on a table which has more than 20000 records.When i try 2 make query on a Database column in Enter-Query mode its not working.It fetching all the records instead of the respective records
    THe block property is said to yes
    i have even set the query allowed,only propery of the column to YEs
    Can any one help me out of this??? do i need to set any other property???

    Thanks a lot for james and THomas and to all. The error is that i have missed the bracket for OR in my where condition ...Now im able to query all the columns.
    Thanks very much...
    I have one more doubt .i have a requirement in which when the user goes to the child block and makes a query is it possible to bring the associates parent records..wht code or trigger we need to rite ?
    normally we do for parent block when we query we populate the child. is this can be done?

  • Hide statement not working

    Hi experts,
    i am using hide statement but it is not working..The problem with it is that after line selection the variable on which i have used hide is carrying the last value of internal table always..<< Removed >>
    Regards,
    Raman
    Edited by: Rob Burbank on Jun 30, 2009 10:41 AM

    I am sending a test program with same problem...iin this after line selection the field variable emp-name is displayin only last entry of internal table...
    *& Report  ZBASICX12
    REPORT  ZBASICX12.
    INITIALIZATION.
      DATA: BEGIN OF ITAB OCCURS 0,
            EMPID  TYPE ZTEMP-EMPID,
            EMPNAME TYPE ZTEMP-EMPNAME,
            END OF ITAB.
    START-OF-SELECTION.
      SELECT EMPID EMPNAME FROM ZTEMP INTO TABLE ITAB.
      SORT ITAB BY EMPID.
      LOOP AT ITAB.
        WRITE: / ITAB-EMPID HOTSPOT.
        HIDE ITAB-EMPID.
      ENDLOOP.
    END-OF-SELECTION.
    AT LINE-SELECTION.
      CASE SY-LSIND.
        WHEN 1.
          WRITE: ITAB-EMPNAME.
      ENDCASE.

  • Sort Order Column not Working

    I have set a sort order column on one of A VARCHAR field, but the functionality is not working. The sorting is enabled in the table view and when I sort by the said column it still sorts based on the VARCHAR values of the column instead of the other INT column I want to sort by. The logical SQL and physical query never even includes the column to sort. Are there any exceptions for the 'Sort Order Column' setting? Is there a config setting or data connections setting that I need to check to make this work?
    Thank You!
    Edited by: VNC on Oct 3, 2011 9:08 AM

    hi,
    can you give me more detailes like some sample column data like below kind
    Like Ex: varchar month column it sould display based on month id
    month : Fev-2011,Dec-2011,jan-2011 and month id 1 to 12
    set your month id as sort order column of month name.
    double click month name ->In general tab set the sort order column as month id
    FYI...see the sample link
    http://www.biconsultinggroup.com/obiee-tips-and-tricks/setting-a-sort-order-column.html
    i hope helped you
    THanks
    Deva
    Edited by: Devarasu on Oct 4, 2011 12:39 AM

  • Bfile columns not working for files in network

    Hello all,
    I have made a table with a column of type bfile. When i call the function bfilename(<alias-dir>,<filename>) it works fine as long as the alias-directory is mapped to a physical drive on the machine(Windows NT) on which the database is running. But if i specify a network directory which has been mapped to a drive say "F:/" then the same is not working.
    Can anyone pls tell me what the problem is? And is there a solution to the same?
    Thanks
    Mazhalai

    This is maybe a security problem. I think the "oracle" user is not allowed to access the network files.

  • Assigned To column not working in the quick search of a list

    Hi, I have a list where we have a column called Assigned To, but it is a single line of text column type. Search is working since I am able to find other values in the list.
    Now, when using the quick search, it is not working or showing results in this column.
    Could this be related that this column is a manage metadata column type as default in SharePoint?
    I have created a new list with this value but, as person column type and it is not working either.
    Any ideas?

    Hi Javi,
    Please check and make sure your custom "Managed Property" map to the crowed property generated by managed metadata column, and set the manged property as "Searchable" then start an incremental crawl or full crawl.
    For "Assigned To" column(e.g. crawled property should be "ows_Assigned_x0020_To"), I enabled the "Searchable" option for the manged property, then start an incremental crawl, and then search the
    user in "Find an item" and it worked, you can try.
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Show/hide bahavior not working in firefox or safari

    Here is my problem. The show hide behavior incorporated in DW
    CS3 is working fine in IE6 and 7 but not working at all in firefox
    and safari (both latest version). I have tried it on different
    event but nothing.
    My web site is configured that if someone click on details, a
    layer will become visible and the details will be showed. I know
    there is a work around and the simplest would be to have a new
    window open but this is not the style I want.
    Any help would be much appreciated.
    Thanks
    ASP

    <!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=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    #apDiv1 {
    position:absolute;
    visibility:hidden;
    left:16px;
    top:14px;
    width:512px;
    height:394px;
    z-index:1;
    background-color: #FFFF00;
    #apDiv2 {
    position:absolute;
    left:14px;
    top:431px;
    width:513px;
    height:88px;
    z-index:2;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_showHideLayers() { //v9.0
    var i,p,v,obj,args=MM_showHideLayers.arguments;
    for (i=0; i<(args.length-2); i+=3)
    with (document) if (getElementById &&
    ((obj=getElementById(args
    ))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style;
    v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
    //-->
    </script>
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body>
    <div id="apDiv1"></div>
    <div id="apDiv2">
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','title','test','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'show \')','src','../Flash/liendurabilte','quality','high','pluginspage','http://www.adobe.com/s hockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/liendurab ilte'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20" title="test"
    onfocus="MM_showHideLayers('apDiv1','','show')">
    <param name="movie" value="../Flash/liendurabilte.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/liendurabilte.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object>
    </noscript>
    Click here to show layer</p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'hide\')','src','../ Flash/lienGarantie','quality','high','pluginspage','http://www.adobe.com/shockwave/downloa d/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/lienGarantie'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20"
    onfocus="MM_showHideLayers('apDiv1','','hide')">
    <param name="movie" value="../Flash/lienGarantie.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/lienGarantie.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object></noscript>
    Click here to hide layer
    </p>
    </div>
    </body>
    </html>

  • My pinned tabs are not saved. Changed the settings still does not work?

    This changed before upgrading to the new version of FRFX. I cannot save my pinned tabs, nor does Firefox open to the last tabs open. Tried to change Settings...still does not work.
    I have a new iMac 3.4, i7, 16g for video editing. Its running LION 10.7.2

    Well that was odd, decided to check addons and started firefox in safe mode and my pinned tabs were there so restarted it to disable addons one by one but before I could do anything my pinned tabs were back in place. Lets hope it lasts.

  • SQL Server dragging of tables to worksheet is not working again in V3.2

    V3.2 the SQL Server drag of tables is not working again.
    It says Query Builder is not Supporte for this connection type.
    Query Builder disabled.

    A lost function my users will surely complain about.
    My auditors love SQL Developer because from one tool they can audit Oracle and SQL Server databases.

  • Why sort on a column not working?

    Run a query and then right click on a char. column (already displayed as key), then Sort -> either "Ascending According to Key" or "Descending According to Key", but the sort not working.   We've tried both BEX query and Web, none works for the sort.  We are using BI7.0 server, but BEX queries were created under BW3.5 BEX query designer.
    Any clue why the sort not working?
    Thanks!

    Kevin,
    How many characteristics have you in the query rows and which characteristic are you sorting on?
    When you say it doesn work is anything happening?
    Regards
    Gill

Maybe you are looking for

  • GR/IR clearing account not getting cleard

    HI Experts, When I am trying to clear the GR/IR clearing account it is giving the message as Difference is too large for clearing. Actually here the balance is less 1 Rs. For purpose I have defined the clearing differences upto 10 Rs in Transaction c

  • Problem configuring Mojarra Scales

    Hi, I am new to JSF and I am using Spring Webflow. The base application I started with has already configured Mojarra itself. Now, I want to work with Scales because I need the htmlEditor component. As in the page "https://scales.dev.java.net/" writt

  • I want to select similar layers but my "select/similar" is not working. How do I fix it?

    I cannot do a "select/similar" in CS6 nor can I do a "Apply/Image". Can someone help me? Thanks

  • Need help on the below query.

    Hi All, I've a query given below.. SELECT W.WONUM,      W.STATUS,      WS.CHANGEDATE,      EH.OLD_RATE      FROM      WORKORDER W,      WOSTATUS WS,      ESTIMATE_HEADER@GQMFOF EH WHERE WS.CHANGEDATE BETWEEN '01-Oct-2009' AND '1-Nov-2009' AND W.WONUM

  • Framerate drops when viewed online

    I made a simple text animation in Flash for an HTML intro page. The framerate was at 40 fps but when the client viewed it he asked if it could be a little faster. So I just increased the framerate to 60 fps and it looked fine in Flash. I took it into