Suppress 'X' in display

Hi All,
I have a coulmn in the report with formula( b-c)/b, in query its diplaying 'X' for values that are divided by 0......so is it possible to replace this X with blank......
please suggest
Regards,
Raj

Hi,
Its not possible in the settings at query level....
Edited by: Puneesh Gupta on Jun 17, 2009 10:05 AM
Edited by: Puneesh Gupta on Jun 17, 2009 10:05 AM

Similar Messages

  • (WAD) Suppress attributes while displaying properties of a characteristic

    Hi everyone,
    In a Web report, I right click and open the 'properties' of a characteristic (having attributes). Then, A pop-up appears showing the following:
    1. "characteristic properties" (like choosing short text/long text, Sort, Suppress rows etc.) and
    2. "Show following attributes" with a List of all attributes of that characteristic.
    Please advise on how to prevent this attribute list from showing up in this properties popup.
    Thanks
    AtlaJ

    Hi Atlaj,
    I m not sure but I hope i m getting your problem right.
    When u right click on a particular characteristic in the web report u get a list of attributes.
    If thats the case Please check are those attributes a part of that the "Attributes" tab when u goto change of that particular InfoObject(Characteristic in your case).
    If yes , have u made those attributes as Navigational Attributes. ?
    Regards,
    Parth.

  • Smartform-Suppress Zero and Display Zero for same field in Diff Conditions?

    Hi,
    I have a scenario in smartform, where for a quantity field of length p15 and Dec3, needs to display ZERO for one scenario and display SPACE for another condition. To display ZERO i have made it as &quantity(c)&, so that i can display zero. It displays ZERO, but for another condition, when i want to display space, there also it displays 0.000 ! how to display SPACE there ?
    thanks,
    Padma

    Hi,
    I think then in that case we need to use (NZ) I am not sure. But however why don't you use the Condition Tab in the Text by Including the Condition Quantity > 0.000.
    Please let me know if anyone of this works for you.
    Regards,
    SRinivas

  • Change the display of the multiple Table items using a single Drop-down

    I have created a Web Template in BEx WAD (BW 3.5) with 4 Tables assigned to 4 dfferent Queries. Now I want to change the display of the all the Four Tables based on the selection of display properties chosen in a single Dropdown item. The properties to be selected  in the dropdown are like changing the Alternate style display of Rows, Suppress Alternate Style, Display only 30 Rows or 60 Rows.
    Please help me in writing the script necessary to pass the command from the dropdown to all the Tables to get the desired output.
    Thanks,
    Krishna
    Edited by: Hari Krishna Velampalli on Oct 26, 2008 12:00 AM

    Dipika, Thanks for the response.
    I tried using that option but again since we cannot give custom options in a drop-down,
    I created a Form with a drop-down list of options like Suppress Result Rows, Suppress alternate style of rows, Display only 30 Rows, Display only 100 rows .. and so on.
    Now I am able to change the display of my first table by selecting the options in the drop-down list. But my intention is to apply that selection to Multiple Tables.
    How can I achieve that?
    HK

  • Need to supress a ALV display for a standard program  while submiting

    Hi ,
    I am trying to suppress an ALV display from a standard program which I am submitting though my Z program .
    Please kindly help me on the same.
    Thanks and Regards,
    Sankha

    Hmmmm... I suggest copying the code of RM08RELEASE to your program, if cannot then copy the program to a Z program without copying the includes.
    Now in the copied code comment
      PERFORM alv_list USING    release_auto
                       CHANGING tab_arbkp
                                tab_arseg
                                tab_released_arbkp.
    and u can use the 3 tables :
                                tab_arbkp
                                tab_arseg
                                tab_released_arbkp
    in your code.

  • Script to change Table display from Drop-down options

    I have created a Web Template in BEx WAD (BW 3.5) with 4 Tables assigned to 4 dfferent Queries. Now I want to change the display of the all the Four Tables based on the selection of display properties chosen in a single Dropdown item. The properties to be selected in the dropdown are like changing the Alternate style display of Rows, Suppress Alternate Style, Display only 30 Rows or 60 Rows.
    Please help me in writing the script necessary to pass the command from the dropdown to all the Tables to get the desired output.
    Thanks,
    Krishna

    Change the path and image to suit in the following
    <!DOCTYPE html>
    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    <select name="image" id="image" class="inputbox" size="1">
       <option value=""> - Select Image - </option>
       <option value="image1.jpg">image1.jpg</option>
       <option value="image2.jpg">image2.jpg</option>
       <option value="image3.jpg">image3.jpg</option>
    </select>
    <div id="imagePreview">
       displays image here
    </div>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
       $("#image").change(function() {
         $("#imagePreview").empty();
         if ( $("#image").val()!="" ){
            $("#imagePreview").append("<img src=\"" + $("#image").val()  + "\" />");
         else{
            $("#imagePreview").append("displays image here");
    </script>
    </body>
    </html>
    Gramps

  • Strange behaviour of Z10 after last upgrade (turning displays)

    Before upgrading I mostly suppressed the automatic display turning mode in order to save battery power.
    Since the last software upgrade about 2 weeks ago this behaviour has significantly changed:
    Allowing automatic display turning, everything is ok (behaviour like before) but with
    disabled automatic display turning (quick settings) the display always immediately turns into horizontal display orientation and remains there. Turning the device does not lead to a display turning. It is apparently not possible to fix the display orientation in a vertical orientation. The affected apps are the originated BB Apps like email, contacts, calender etc. Even FB opens horizontally which is quite uncomfortable.
    Could you provide help without setting the device up from scratch?

    Knödel,
    without trying to push you into any direction but maybe you consider to switch to a G5 platform for logic works best with these machines. You may consider to switch to a used G5 dual 2.0 Ghz with minimum 2 GB RAM, better 4 GB. I am working rock-solid with Logic 7.1, still OS 10.3.8, no latency and tons of plug-ins - never had ANY problems. It's better to keep a stable system than chasing any upgrade hypes. Don't think about, just go for it... All the best! Vic

  • Document level script to display zeros in calcuated field

    I have created a form, with the calculated fields set to read only, and with a validation script of
    if (event.value == 0) event.value = '';
    (so that the calculated fields do not display as $0.00)
    All but four of the calculated fields are named Item.0, Item.1 etc., plus there are SubTotal, ShippingCharge, CCFee and Total fields that need to stay blank until data is entered into the form.
    Initially, I tried to add the script as a document level script, but it didn't work and I'm thinking it needs more to the script to use at the document level, but I have no idea what more it needs.
    Where did I go wrong?  It certainly would be quicker to add calculated fields if I didn't have to add that validation script to each.

    Even with a document level script you would need to call it in every calculated field.
    I you were to write "app.alert("Hello World");" as a document level function, it would only execute when the PDF was initialized or opened and not again as long as the PDF remained open.
    If you rote a document level function using JavaScript like:
    function Hello() {
    appp.alert"Hello World, I am a function");
    return true;
    It would never run until called  with  a JavaScript statement like "Hello();"
    So even with a document level script and preferably a function, you still would need to edit every calculation to call the function or the script would never run.
    You could also create a document level function to suppress the zero display and then write more code to add the call to this function to the calculated fields.
    You need to learn more about the scope of items, how events are processed within a PDF, what functions are and how to use them effectively. You might want to start with getting or linking to a copy the Acrobat JS API Reference.

  • Suppress Flash Player Error Messages from Browser?

    I'm well aware of try catch functions, but in general is
    there a simple setting to suppress browsers from displaying
    stackTraces on errors?

    I have searched through every book, forum, and found nothing
    on suppressing Flash Player error messages from the browser. If
    it's really not possible, this is terrible news. It's nice to think
    that we'd encapsulate everything in try catch methods, but come
    on....

  • File Adapter in OSB 11g

    Hi
    I am using a File Adapter created to read a file using OSB 11.1.1.3.0. But after i publish that osb project, i am getting the below warning and file is not been polled by the proxy.
    ####<Feb 23, 2011 10:08:30 AM IST> <Warning> <JCA_FRAMEWORK_AND_ADAPTER> <wipro-e16351a68> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <dcc2d8a908de630a:59887477:12e50cc23d3:-7ff2-0000000000000084> <1298435910015> <BEA-000000> <PollWork::run exiting, Worker thread will die>
    After 600 secs i could see StuckThread error in server.
    ####<Feb 23, 2011 10:15:01 AM IST> <Error> <WebLogicServer> <wipro-e16351a68> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <dcc2d8a908de630a:59887477:12e50cc23d3:-7ff2-0000000000000092> <1298436301203> <BEA-000337> <[STUCK] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "601" seconds working on the request "weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl@dd20cd", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         java.lang.Object.wait(Native Method)
         oracle.tip.adapter.file.inbound.FilesToProcess.dequeueToProcess(FilesToProcess.java:101)
         oracle.tip.adapter.file.inbound.ProcessWork.run(ProcessWork.java:269)
         weblogic.work.ContextWrap.run(ContextWrap.java:41)
         weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Please help what is going wrong in my approach.
    Thanks,
    Sesha

    I even tired creating a new WM thread and assigned to this proxy.
    I have chosen MaxThreadsConstraint option with Maximum of 5 concurrent thread.
    Also i have enabled Ignore Stuck Threads in that WM thread.
    Now i dont see any thread stuck in the server log, but sametime the file is not been picked by the Proxy which means the error is suppressed alone from displaying in logs..
    Thanks,
    Sesha

  • Messages on status bar

    Hi friends,
    Thanks in advance.
    Can we hide or suppress the messages displayed on the status bar .

    Hi,
    For BDC
    R u using call transaction for ur BDC? If u r then u can catch all your messages and put them into an internal table of type bdcmsgcoll. Use the addition ... MESSAGES INTO itab with your CALL TRANSACTION statement.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Order of Precedence in Field Selection settings for Vendor Master

    Hi,
    There are three transactions which help define the list of mandatory, optional, suppressed and finally display only fields during vendor maintenance.
    These are,
    OMSG -> Define Account Groups and Field Selection( Vendor)
    OMFK -> Define Screen Layout Specific to Purchasing Organizations
    OMSX -> Define Transaction-Dependent Screen Layout.
    All these settings are independently maintained.
    In case of conflicting settings, say for example, Field Name 1 is made mandatory with tcode OMSG, but suppressed with tcode OMFK, how does the Vendor transaction(XK01, FK01, MK01) behave.
    How are these conflicts resolved ?. Is there any order of precedence.
    Regards,
    Jeron

    Hi,
    If both purchasing organizations have separate account group then you can very well achieve in customizing otherwise you need to control it in exit SAPMF02K
    Regards
    Melih

  • Restriction of Labs/Offices and Document Browser

    Hello Everyone,
    I have searched the forum but got no satisfactory answers.We have several plants and locations involved,ours is gropu with 23 companies.My doubts are:
    1.  Can we restrict the labs/offices defined to Document type level?
    2.Can we restrict the Document Browser and Authorizations tab to Document type level?
    Thanks.

    Vipin,
    In customization settings for Document Types, if we enter "Required Entry (+)" for labs/office and Auth group in the field selection, it will mandatorily ask to input these when you save a new document. If we donu2019t select anything, then it input to lab/office or auth group will not be asked.
    Apart from "Required entry", there are 3 more options like "optional entry", "Suppressed Field and "Display field" which are used for different scenarios. Let me know if this answers your questions.
    Regards,
    Sudharshan.

  • Report Text Header in V5.01/5.02

    I would like to create a Text header for some reports going to a core system (ie. first two lines only), however Essbase insists on inserting a PAGE HEADING to each page. I have attempted to change to page length to avoid this problem, but the problem persists.

    I have used {SUPHEADING} quite a bit but not in combination with the {TEXT} command.. Haven't found a problem but then again, haven't tried "really long" output > say, 10000 rows or so..I have also set the page length before to suppress the heading display and, if I remember right, it worked ok.. I has been a while..Tim TowApplied OLAP, Inc

  • Changes in Field Selection Group

    Hi Experts
    I want to make the Buiness Area field as display in Field Status Group G003 for a GL account.
    Right now the Business area field is suppressed and in display mode i could see only Supress/Req.Entry/Opt.Entry only.
    Could any one advise me how to do it.
    Regards
    RG

    Hi ,
    Field status of GL account has only 3 options in OBC4 .
    Supress / Optional / Required .
    If the entry is there in the field then you can set it to optional , else if there is no entry expected then you can supress it .
    Regards ,
    Dewang T

Maybe you are looking for