Remove / Hide Not Assigned Characteristics / KF

Hi Gurus,
I have a report and in there report, I have rows with Not Assigned.
My users do not wish to see these rows. Even thought Not Assigned, these rows/columns have values so i cannot use Suppress Zero values.
Is there any way or hiding or removing these rows/columns?
Regards,
Gary.

In Bex designer, doble click on the char and set a filter to exclude not assigned value (#).
Hope it helps.
Regards

Similar Messages

  • Remove 'Not assigned'

    Hello All,
    In my Bex query, fields which have no data are displayed as 'Not assigned'.  How can I remove 'Not assigned' so the field is displayed empty?
    Many thanks,
    Nick.

    Hi,
    I've included the following javascript code in the web template to get around this. Obviously this will only work if you are displaying the reports using Web Analyzer. This is mainly for the values in the table. You might need to modify the code slightly to include drop-downs as well.
    <!-- script to replace blank data in BW with space -->
    <SCRIPT>
    window.onload=Init
    function Init()
    var Elements=document.getElementsByTagName('TD');
    for(var i=0;i<Elements.length;i++)
    var str=Elements.innerText;
    var found=str.search(/Not assigned/)
    if ((found >=0 || str=='#') && str.length<50)
    Elements.innerHTML =' '
    Elements=null
    </SCRIPT>

  • Removing Not Assigned from the query

    Hi,
    I have one query, in which the data is displayed as shown below
    Country         City          Amount
    India           Mumbai        10000
                    Delhi         10000
    US              Los Angeles   20000  
                    New York      30000
    Not Assigned    Sydney        80000
    If I sort/descending on the Amount, I will get Sydney as a top. But the moment, I remove the city from the query, my output is displaying as mentioned below
    Country        Amount
    Not Assigned   80000
    US             50000
    India          20000              
    I need the help in displaying the output as mentioned below. (Basically, instead of Not Assigned, Syndey
    should be displayed)
    Country        Amount
    Syndey            80000
    US             50000
    India          20000              
    Please help if any code / formula needs to be written, to acheive the above result.
    Thanks & Regards
    Ramesh Ganji

    This can be acheived if you can save this query as a workbook and writing Excel Formulas.
    You have to Insert a column and wirte a Formula like
    ( I am assuming column B is country and A is City and you have inserted column is A and the formula you are writing in the 10th row)
    = IF(B10= "Not Assigned",C10,B10)
    copy this formula to all the rows for the column A.
    Now based on this column you can sort your report.(Excel sort).
    Save the workbook.
    Regs
    Gopi
    Assign points if it helps ....

  • Not able to remove a attendee assigned on business event

    Hi,
    I am not able to remove a attendee assigned on business event
    it shows in tcode psv2. but cant delete it.
    points will be rewarded.
    thanks

    Hi Vinayak,
    I have been tryng to cancel the attendee booking but it is not allowing me to cancel. When i press the cancel button it does not do anything. nor it show any error message. i am unable to understand the reason.
    plz help
    regards
    TS

  • FSV not assigned accounts in Report Painter

    Hi
    I created one report through Report painter for Balance display.
    After Execution of the report in Drilldown many Balance sheet G/Ls are showing as not assigned in the report.
    As they are assigned in the Financial statement version.The G/Ls not assigned are the Balance Sheet G/L.
    Thanks

    Hi,
    Can you please check the financial statement version which might have been included in the general data section of the report or the column characteristics. Also check the row element/ cell element defination.
    Regards,
    Gaurav

  • Urgent Help plzzzzzzzzz Hierarchy in Bex displaying like Not Assigned Mater

    Hi Experts,
    plz solve my problem like displaying Hierarchy in Bex ,
    I loaded hierarchy from R/3 system into Bw 0Mterial.
    In Bex 0material Properties I Selected heirachy on Material , this heirarchy having 8 levels,
    but in the out put it showing only one level displayng
    like Not Assigned Material.
    i did all the bex setting well, but i dnot know why i am getting this ...
    plz any one help..
    Thanks in advance
    Anil

    Hi Anil,
    Your query is built on an infoprovider, right? The way the hierarchy is displayed depends on TRANSACTION DATA IN INFOPROVIDER. To display the hierarchy normally you need to have in the provider not blank values of the characteristics you used in the query and not blank material code. Unassigned node means that this requirement doesn't met.
    If would be much more useful if you describe what you have in the query and what - in the provider.
    Best regards,
    Eugene

  • How to replace # or Not assigned with blank in BEx Query Output.

    Hi,
    While running the query through BEx Query desginer or Anlayser, I am getting # or Not assigned where there are no values.
    The requirement is to "Replace # or Not assigned with a blank" in the output.
    I want to know, is there any setting in BEx query desginer where we can do this. How to do this.
    Please share your inputs on this. Any inputs on this would be appreciated.
    Thanks,
    Naveen

    Check out SDN-thread: "Re: Remove 'Not assigned'" for more details
    Ideas from SDN research:
    "a solution i have used is to put each RKF column in a CKF colum then in each CKF use RKF + 0, the outcome is that your # should now be 0s, in the query properties you can set the option to display 0s as blank."
    "try to enter a text for the blank entry in the master data maintenance of the relevant objects and set the display option for the objects to 'text'."
    Threads:
    SDN: How to replace # or Not assigned with blank in BEx Query Output.
    SDN: Re: Remove 'Not assigned
    SDN: How to replace # or (Not assigned) with blank in BEx Query Output.
    SDN: Bex Analyzer : Text element system's table ?  
    SDN: change message in web application designer ["nonavailable" ->  136 of SAPLRRSV]
    SDN: Not Assigned ["Not Assigned -> 027 of SAPLRRSV]
    SDN: replacing '#'-sign for 'not assigned' in queries
    SDN: # in report when null in the cube
    SDN: How to replace '#' with blank when there is no value for a date field
    Edited by: Thomas Köpp on Sep 13, 2010 5:20 PM

  • SD card detected but not assigned a device

    I have a Dell XPS 14 notebook which comes with a SD card slot. I plug in my SanDisk 8GB card from my camera and the following shows up in dmesg:
    [821605.639247] mmc1: cannot verify signal voltage switch
    [821605.750637] mmc1: new ultra high speed SDR50 SDHC card at address e624
    And that's it. The card is not assigned to any device. lsmod seems to indicate that I have the required modules loaded:
    ± % lsmod | egrep 'mmc|sdhci|sd'
    sd_mod 31361 3
    rtsx_pci_sdmmc 13911 0
    scsi_mod 132250 4 usb_storage,libata,sd_mod,sr_mod
    sdhci_pci 12604 0
    sdhci 28820 1 sdhci_pci
    mmc_core 95465 3 sdhci,rtsx_pci_sdmmc,sdhci_pci
    rtsx_pci 32305 2 rtsx_pci_ms,rtsx_pci_sdmmc
    lspci also shows the SD card controller:
    03:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    But fdisk -l just shows my hard drive
    ± % fdisk -l
    Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: gpt
    Disk identifier: 0FBC37E2-A97E-4040-996C-F290C0C9CF0A
    Device Start End Size Type
    /dev/sda1 2048 1050623 512M EFI System
    /dev/sda2 1050624 976773134 465.3G Linux filesystem
    Anything else I need to do to get the SD card assigned to a device so I can mount it.

    It's considered a removable drive.  I have a USB card reader that if I insert it after the computer has been booted it gives me a little trouble, but having it inserted on booting it wants to put the device in a different order.

  • Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN

    Dear All,
    I am new to sap...
    I tried installing SAP NETWEAVER 7.X SR3
    While installing i got a error at phase 33 0f 50.
    The error message is CJS-30196  Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN.
    I am here copying the error log below..
    Can some one guide me how to solve this.
    I am using Oracle DB and Java j2sdkfb-1_4_2_24-rev-b06-windows-amd64.
    Mine is a AMD processor.
    Line:-----
    Line:-----
    SAPINST log file
    Line:-----
    Line:-----
    INFO 2011-12-28 14:26:35.453
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\x.
    INFO 2011-12-28 14:26:35.453
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\x.
    INFO 2011-12-28 14:26:40.750
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO 2011-12-28 14:26:40.750
    Removing file C:\Program Files\sapinst_instdir\x.
    INFO 2011-12-28 14:26:43.031
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.99.xml'.
    INFO 2011-12-28 14:26:45.625
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.100.xml'.
    WARNING 2011-12-28 14:26:57.656
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2011-12-28 14:27:02.875
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.34.xml'.
    INFO 2011-12-28 14:27:03.156
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2011-12-28 14:27:14.531
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.34.xml'.
    INFO 2011-12-28 14:27:15.125
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/statistic.101.xml'.
    INFO 2011-12-28 14:27:15.500
    Execute step createJ2EEAdmin of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0
    INFO[E] 2011-12-28 14:27:16.281
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2011-12-28 14:27:16.656
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\UserCheck.message.
    INFO 2011-12-28 14:27:16.687
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\UserCheck.jlaunch.
    INFO 2011-12-28 14:27:16.687
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\UserCheck.jlaunch.
    INFO 2011-12-28 14:27:16.718
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\UserCheck.log.
    INFO 2011-12-28 14:27:16.828
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-28 14:27:16.828
    Output of F:\usr\sap\D04\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install" -c sysnr=00 -c ashost=VIJAYA04 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -message_file UserCheck.message is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/UserCheck.log.
    WARNING 2011-12-28 14:27:47.625
    Execution of the command "F:\usr\sap\D04\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\install" -c sysnr=00 -c ashost=VIJAYA04 -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -message_file UserCheck.message" finished with return code 3. Output:
    Dec 28, 2011 2:27:26 PM  Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Dec 28, 2011 2:27:31 PM  Info: Connected to backend system D04 client 001 as user DDIC
    Dec 28, 2011 2:27:42 PM  Info: Called for user J2EE_ADMIN
    Dec 28, 2011 2:27:44 PM  Info: User J2EE_ADMIN exists
    Dec 28, 2011 2:27:46 PM  Info: User can log on with the given password
    Dec 28, 2011 2:27:47 PM  Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.security.tools.UserCheck$MissingRoleException: Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN
         at com.sap.security.tools.UserCheck.checkUser(UserCheck.java:940)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:268)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    SAPINST Log:-
    Dec 28, 2011 2:27:47 PM  Info: Leaving with return code 3
    INFO 2011-12-28 14:27:47.625
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\dev_UserCheck.
    ERROR 2011-12-28 14:27:47.640
    CJS-30196  Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN
    ERROR 2011-12-28 14:27:47.734
    FCO-00011  The step createJ2EEAdmin with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJ2EEAdmin was executed with status ERROR ( Last error reported by the step :Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN).
    Line:-----
    Line:-----
    USER CHECK LOG
    Dec 28, 2011 2:27:26 PM  Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Dec 28, 2011 2:27:31 PM  Info: Connected to backend system D04 client 001 as user DDIC
    Dec 28, 2011 2:27:42 PM  Info: Called for user J2EE_ADMIN
    Dec 28, 2011 2:27:44 PM  Info: User J2EE_ADMIN exists
    Dec 28, 2011 2:27:46 PM  Info: User can log on with the given password
    Dec 28, 2011 2:27:47 PM  Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.security.tools.UserCheck$MissingRoleException: Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN
         at com.sap.security.tools.UserCheck.checkUser(UserCheck.java:940)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:268)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Dec 28, 2011 2:27:47 PM  Info: Leaving with return code 3
    Thanks & Regards,
    Vijay...

    Dear All,
    As the installation is not completed i could not login SAP.
    I tried to create user at OS level and assign SAP_J2EE_ADMIN.
    Doing so i am getting an popup saying an object SAP_J2EE_ADMIN cannot be created.
    I am still in the installation phase.
    Below is the User Check Log..
    Dec 28, 2011 2:27:26 PM  Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Dec 28, 2011 2:27:31 PM  Info: Connected to backend system D04 client 001 as user DDIC
    Dec 28, 2011 2:27:42 PM  Info: Called for user J2EE_ADMIN
    Dec 28, 2011 2:27:44 PM  Info: User J2EE_ADMIN exists
    Dec 28, 2011 2:27:46 PM  Info: User can log on with the given password
    Dec 28, 2011 2:27:47 PM  Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.security.tools.UserCheck$MissingRoleException: Role SAP_J2EE_ADMIN is not assigned to user J2EE_ADMIN
         at com.sap.security.tools.UserCheck.checkUser(UserCheck.java:940)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:268)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Dec 28, 2011 2:27:47 PM  Info: Leaving with return code 3
    Thanks & Regards,
    Vijay..

  • TO Not assigned to RF Que

    Hi all,
    I have made the customizing as follows
    1. Define Que
    Warehouse 101
    Que DEFAULT
    Access limitation No Limitation
    2. Assign Areas and Activities to Queues. following are the config details
    Whse     101
    Screen     Preparation screen for placement into stock
    Shipmnt Typ  Putaway
    Src Strg Typ     
    Src Pick Area       
    Dst Strg Typ       001
    Dst Pick Area     001
    Door     
    Que     DEFAULT
    Similarly for Stock Removal
    3. Assign Processor to Queues.: following are the config details
    Whse 101
    User My user id
    Status: x
    Que DEFAULT
    screen 16 x 20
    Main Menu MAIN
    Still the Transfer order which is getting created for the warehousee it is not being assigned to the Que.
    Can anyone plz help what else is required so that when i create a TO for Outbound Delivery or Inbound Delivery it should get assigned to my Que?
    Appreciate your early reply..
    Cheers..!! in Advance....

    It must be working!!!
    For 101 GR movement:
    Whse     101
    Screen     1
    Shipmnt Typ E
    Src Strg Typ     
    Src Pick Area     
    Dst Strg Typ      001
    Dst Pick Area     ***
    Door     
    Queue     DEFAULT
    For 601 Shp Movement
    Whse     101
    Screen     2
    Shipmnt Typ A
    Src Strg Typ     001
    Src Pick Area     ***
    Dst Strg Typ     
    Dst Pick Area     
    Door     
    Queue     DEFAULT
    Please do the previous modifications just to be sure you don't have any picking area issue.
    After creating the TO check whether you have or not the queue assigned on the TO header... confirm the movement type, source/destination picking area and storage type!

  • Contacts not assigned to a group

    I've been working on getting my contacts and calendars synced up and going fairly well. Have a completely mixed environment: Outlook 2007, iPad IOS 7.1.2; Android phone and Macbook (10.6.8 but not in the current sync process).
    What I've found after a lot of troubleshooting is that I have duplicate contacts and am trying to figure our how to find and remove them. Now before you just say search for them and remove one of the duplicates, the issue is more complex. First, I am very much a geek so know what I'm doing - that doesn't mean that I don't miss simple things now and again though but please don't assume I've not check to see if it's plugged in and turned on
    I, like most I'd guess, prefer to keep my contacts grouped together. When I first setup the sync, everything was on the iPad as I had manually (wifi/USB) kept the iPad and Macbook synced. Simply setting up the iCloud sync from the iPad was simple enough and never really noticed any issues - doesn't mean it didn't start there though; just didn't see it.
    In Outlook, there is a plugin for iCloud and I have that loaded with no problems. Contacts all came in and the groups all appear to work. If I create a new group in Outlook, I see it on the iPad and phone. If I delete it from the iPad, it's gone everywhere.
    Now to where the duplicates are. When I look at the counts in Outlook - just because it's the easiest place to do it, the total contacts added up from all the groups is 626. The total contacts when I get the properties of the top level is 833
    If I select the top level, I can see the duplicates, if I select the individual groups, there are none. I verified this on the iPad by manually selecting each group rather than the "All Contacts". Doing this, the duplicates are gone. So clearly, at least to me, what has happened is that there are 208 contacts (834-626) that are in iCloud but not assigned to a group. The problem is, I can't see them without selecting "All Contact" and at that point, I won't know which one I'd be deleting and would rather not delete the one that is currently and correctly assigned to the group.
    Hope that gives someone enough details to give me some ideas. I've already though about manually exporting all of the groups one at a time and deleting them until all I have left is "All Contacts"/top level in Outlook and then deleting whatever is left and re-importing all of the groups but would rather not do that unless I have to. I'm guessing the biggest reason this is so hard is that the vCard standard did not fully support groups until v4.0 and Outlook is v2 or v3?
    Thanks in advance.

    I'm not sure there is an easy way to do this.  In addition to the approach you mentioned of exporting the group contacts as vCards (which would probably involve importing them to Gmail so you could export an iCloud-compatible vCard), then deleting the remaining contacts and reimporting the vCards, another option would be to identify the duplicates in the All Contacts list and edit the name of one of each of the duplicate (by, for example, adding a "1" to the last name).  That would allow you to go through your groups and identify which one belongs to the group and which doesn't.  It would still be a tedious exercise though.

  • Product hierarchy is showing 'Not assigned Materials' in Bex Report

    Dear Gurus,
    I have loaded product hierarchy to 0material from 0PROD_HIER_LPRH_HIER successfully. In Bex report if i use product hierarchy nothing showing to me and it is showing message in one row like 'Not assigned Materials.
    If i remove the Hierarchy i am able to see all materials in the report.
    I have searched in sdn but i didnt get any help.Please help me in this issue.
    Thanks & Regards,
    chandu

    Hi Ravi,
    I have run the Hierarchy change run for 0material.but again it is showing same message 'not assigned materials'.
    Regards,
    chandu

  • Not assigned and # in BEX 7.0 WAD

    Hi all,
    In the report I have a characteristic time Z object.
    In the portal, For the value 00:00:00 (midnight) it displays '#' instead of 00:00:00. Is there a way around this?
    Also in Javascript is it posible to change 'Not Assigned' to some other verbiage?

    Hi Raj,
    Not too sure how to fix your midnight issue but I have some javascript code that toggles the # or Not Assigned values and hides them by turning their text to the colour of the background.  I have this attached as a context menu item of the column headings, but could be applied to any element with a bit of playing around.
    See below :-
    function showHideNullItems()
      var mytab = document.getElementById("GR1Table");
    //  var myrow = mytab.getElementsByTagName("TR");
    //  for (j=0;j<myrow.length;++j) {
      var mycells = mytab.getElementsByTagName("TD");
    for (l = 0; l < mycells.length; ++l) {
        if (document.all) {
           var textToCompare = mycells[l].innerText.replace(/^\s+|\s+$/g, "");
           var compStyle = mycells[l].currentStyle['backgroundColor'];
         } else {
           var textToCompare = mycells[l].textContent.replace(/^\s+|\s+$/g, "");
           var compStyle = getComputedStyle(mycells[l], null).backgroundColor;
        if (mycells[l].firstChild.style) {
           if ((mycells[l].firstChild.style.color != compStyle) && (textToCompare == "#" || textToCompare == "Not assigned" )) {
             mycells[l].firstChild.style.color = compStyle;
           } else {
             mycells[l].firstChild.style.color = "";
        } else {
           if ((mycells[l].style.color != compStyle) && (textToCompare == "#" || textToCompare == "Not assigned" )) {
             mycells[l].style.color = compStyle;
           } else {
             mycells[l].style.color = "";
    Hope this is useful.
    Cheers
    Craig

  • Unable to remove/hide help icon in Discussion Service OOTB

    Hi,
    Is there any way to remove/hide help icon from Discussion Service OOTB toolbar ?
    I am not able to find help icon tag in ListTopics.jsff and ListMessages.jsff fragment file.
    Regards,
    Fyaz

    Hi.
    I´m not sure but I think this Taskflow is a "black box" and is not possible customize it

  • #(Not assigned) in variable search help

    Dear Team,
    Have created Characteristic value variable with processing type as user entry/default value for the char 0PLANT.
    Master data is having values #(Null Value);1001;1002;1003;1004:1005;1006
    Transactions are posted for only 1001 and 1002.
    When i try search help for the variable,displays Null Value(#),1001 and 1002 even though i selected posted values in the info object BEx tab,query designer and at info provider level also
    Please guide me how we can hide #(Null Value) in the search help as there is no transaction with plant value as " #  "
    Thanks,
    Sarasu

    Hi,
    Did you check these threads?
    # Not Assigned Value Help
    # Value in BW Query prompt

Maybe you are looking for

  • Need to convert JApplet to JFrame

    I need to write code for where I have 60 balls bouncing around inside a window. The client will then be able to select a button and it will pull out a ball with the number 1-60 written on it. The user will be able to do this up to 7 times. Each time

  • Why is the download speed so slow?

    I have 100MB internet, and I am able to receive that speed with other applications. (I literally just tested with steam and got 9.1MB/s, at the same time as the Adobe download is running) My Adobe download is 35 KB/sec or less, seriously guys? I don'

  • Action upgrade from CS2?

    Hello, I recently upgraded from Photoshop CS2 on Windows to CS4 on Mac. I had a bunch of actions defined in CS2 which I'd like to use on CS4, is there any way to transfer or import these? I have a backup of the "Adobe Photoshop CS2 Settings" director

  • Automated and timed operations from text file

    Hi everyone, I need a suggestion to do the following operations: my .vi have some array of string controls: An array of 8 string controls named "set flux" that sends 8 set flux value commands to the instrument by a for loop and an array of 8 ON/OFF s

  • Downloaded screensaver from Hallmark,but this Screentime media keeps installing but cannot get it to work can you help

    Have downloaded Christmas screensaver from Hallmark.  This Screentime media has to install and I keep installing but it still won't open,  It is in my downloads and when I click on it it says to install and I do  4 times now and I still cannot get it