Remove decimals from the Bar Graph..

Hii,
How to remove the Decimals from the Bar Graph.
I am using Reports 9i.
I have created a Bar Graph in that It is showing the decimals bar. Actully in the query i hv used the inbuild function Round but while i run the report it is showing the decimals.
It is showing if the value is under 10 then 3 decimals. Value is between 10 to 100 then 2 decimals. 100 to 1000 is 1 decimal.
How can i remove the same.
Also in the X axis how can I put the description of a field. While i take the description fiel it is showing some exception error.
Description field width is 50 Now I am showing the code field only have 3 digits.
Please check this also...
remove decimal places
Thanks in Advance
Jithesh

Hi Simran
1. You can get proper variable without decimal point.
2. Use function "FLOOR" and get the output value assigned to variable defined in step 1.
data : wv_wh_no type p decimals 0 .   -
you take as per your requirement
Let say,
wv_dec_no = 1.0001.
w_no = FLOOR(wv_dec_no).
Hope it will help you.
Regards,
Anil Salekar

Similar Messages

  • How do I remove bookmarks from the bar?

    I have too many bookmarks on the bar.  Some that Apple put and others that I added that I don't need now.
    Thanks

    Easiest way is to Control Click (or 2 finger tap the track pad) and then select Delete from the pop up menu. You can also go to the Bookmarks menu and select Edit Bookmarks.

  • How do I remove things from my bar at the bottom??

    I have just bought my first mac and im struggling I have clicked 0n console, terminal, keychain access and grapher and theyve all stayed on the task bar at the bottom. How do I remove them??

    Removing items from the Dock
    To remove an item from the Dock, drag its icon off the Dock onto the desktop; the icon will disappear in a poof of smoke. Don't worry, you didn't permanently remove the item from your computer; you simply got rid of its Dock icon. If you want that item back on the Dock, you can easily locate the application, file, or folder in the Finder, and drag it back into the Dock. Keep in mind that there are some icons that you can't remove, such as the Trash and the Finder.
    http://support.apple.com/kb/HT2474
    Best.

  • How to remove "help" from the menu bar?

    I'm using a landscape monitor in vertical mode, so I have a very narrow top of the screen. I never use the help button, ever. How can I remove it from the menu bar, freeing up some space? I need more space in the menu bar for MenuMeters etc. Thanks.
    MacBook Pro Retina 15" (mid-2014) 2.5 GHz Intel Core i7
      OS X 10.9.5

    Usually the apps belonging to these icons have an option that allows you to hide the Menu Bar icon by allowing them to run as an app in the dock. However, certain applications like Caffeine must show their icons as otherwise you wouldn't be able to access them.
    For example, Dropbox doesn't allow you to remove its menu bar icon:

  • How can I remove files from the startup disk

    I am getting a screen when I am trying to quit saying   the "MAC OS X startup disk has no more space available for application memory"  by closing the windows and removing files from the startup disk will help.
    How do I do this?

    That error message is misleading. Your problem is excessive swapping of data between physical memory and virtual memory.
    That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. Click the heading of the  Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • How can i remove something from the favourite in finder?

    how can i remove something from the favourite in finder?

    previously you solved my problem but this time my preferneces>side bar is not displaying the item which i want to remove

  • Remove name from menu bar + possible bugs?

    Hello, I was wondering if it were possible to remove my name from the Menu bar. It currently says my full name and is clickable, dropping down to my icon and a link to the Login Window and Users & Groups Preferences (but there's no option to remove it in these preferences!) Thanks!
    Also, Is there a thread where we can post bugs we come across? Becuase I've found a couple.
    I'll post them here for now:
    1) When I go into Finder > Preferences, the menu box flickers strangely when I switch between the option tabs (General, Labels, Sidebar, Advanced).
    2) Scrolling left and right through folders in the Column view is hesitant. It doesn't flow smoothly like it does when I scroll up and down.
    If there's anywhere I can report these bugs, please let me know!

    name from menu bar:
    the easy way: hold command and then drag the name icon out of the menu bar (just like how you remove stuff from the dock with the difference of pressing command while you do it).
    the less easy way: open system prfs -> Users and groups [press locket if locked] then click login options and uncheck fast user switching menu

  • Today (6/1) the "My Usage" shows .7GB used (about 1/4 of my 3GB shaded in the bar-graph), and the solid-green in the bar graph representing only 1 day in the billing cycle.

    Today (6/1) the "My Usage" shows .7GB used (about 1/4 of my 3GB shaded in the bar-graph), and the solid-green in the bar graph representing only 1 day in the billing cycle. I'm trying to make sense of it.  My may statement shows 1.7GB - I think that's the period just ended.... and I can't imagine I've used 1/4 of my data already today before noon?  I'm guessing the 'My Usage" screens are not quite coordinated with the billing cycle - anyone else have ideas?

    ... guess the reply via email method doesn't quite work - I'll re-post here via website
    jejm1975
    Thanks for your message, but I don't believe it applies to the situation I described.
    What is described in my post is information from the Verizon website - My Verizon / View Usage. 
    It is not from my phone (which is not a Galaxy,btw)

  • Q: Detecting when a Node is Detatched from the Scene Graph, How?

    Hi All,
    My nodes are regiserted observers with an Async service. I need to know when a nodes is detached/removed from the Scene graph so that I can remove it from the Async service.
    The only thing I can think of at the moment is to bind to Node.scene but I would like to think there is a more "standardized" way of doing this (I don't want to re-invent the wheel).
    Example (improved from 1st post):
    class MyCustomNode extends CustomNode {
            var sceneMonitor:Scene = bind scene on replace {onSceneChange()};       
            public var onSceneChange:function():Void = function():Void{
                    if (scene == null){
                        println("we have no scene");
                    } else {
                        println("we have a scene");
    }Edited by: AndrewHughes on Oct 12, 2009 6:13 AM

    You can add an "initialized" flag into your CustomNode and set it true in the postinit block
    var initialized = false;
    postinit { initialized = true }The parent and scene of the node won't be set until after the CustomNode is past the postinit phase. You can use this flag to determine whether or not the change in parent or scene is because the node is being added, or because the node is being removed.
    var fubar = bind scene on replace {
        if (initialized and scene == null) {
            // cleanup
    }You could also use the old value and the new value in the on replace:
    var fubar = bind scene on replace oldscene = newscene {
        if (oldscene != null and newscene == null) {
            // cleanup
    }

  • What are some ways to remove shine from the face in portraits?

    What are some different methods that people use to remove shine from the face while still leaving enough for a subtle highlight? I would love to hear all the different options I have. Thanks!

    Here is one:
    Open a blank layer above the background layer
    Access the Clone Stamp Tool.
    On the tool's option bar, enter Mode: Darken  Opacity: 30%  Aligned: Checked  Sample all layers: checked
    Zoom in on the shiny area, then ALT+left click a non-shiny skin area to sample the skin. Now, paint over the shiny area

  • FICACMP_ACC -- How the bar graph is coming

    Experts,
    I need ur help in changing the bar graph criteria in this component.
    I am not even able to find out from where this graph is getting displayed where the code is ?
    Guyz please help me. I am stuck here. I need your support.
    I want to hide the Pie chart from the dropdown and have to change the criteria of displaying the bar chart.
    THnaks
    ANit

    Problem is resolved:
    I got the logic on how BAR graphs are getting created in this component...the code is written in a standard class CL_THTMLB)CELLERATOR.
    THanks
    Anit

  • Swagbucks keeps showing up even after I removed it from the Add-Ons.

    I installed the Swagbucks Toolbar & it took over my iGoogle search engine for FireFox. Iwent to the Add-Ons & Extensions & removed the Swagbucks/Conduit Add-Ons BUT it is not really gone. Everytime I try to go to Goolge the Swagbucks web-site pops up. I NEED to know how to COMPLETELY remove Swagbucks from my FIreFox..??..
    I would like to add that my iGoogle web-page will not show my Gadgets since the Swagbucks ha taken over.

    I just figured this one out and it worked for Firefox 5.0. First, I removed everything from the extensions/add-ons that had to do with Swagbucks. Then, in the toolbar search bar itself, I used the drop down menu next to the Swagbucks logo and selected managed search engines; swagbucks; then selected remove. It seems to have worked, since I've restarted and it has not come back yet.

  • Remove item from menu bar.

    To keep this short...
    Installed Norton Personal Firewall. Turns out it is not compatable with Intel Macs. I uninstalled Norton, removed it from the start-up items, but I cannot find a way to remove the Norton icon from the menu bar. Apple + drag does not work.
    Any suggestions?

    Nothing in login and I went to the link and downloaded what I thought would be the appropriate un-installer. When I opened the un-installer it opened in Text Edit and looked something like a bunch of crazy symbols.
    I used the un-installer that came with disk and after I hit un-install, I got a message that just read "error" over and over, but the icon in the menu bar was gone. However, the next time that I started the MacBook I was greeted with a prompt that I installed software that could pose a security risk and that I should re-start the computer. I did eventually re-start and the icon is now back in the menu bar which I believe would indicate the Norton is still on my MacBook...somewhere.....what the heck!?

  • Remove "Network" from the "Go" menu in Finder

    Hi folks,
    I'm scratching my head with this one, is there any way I can remove this item from the drop down menu via MCX? I don't want my users browsing the network at all.
    I've managed to remove Networks from the Finder window sidebar and I've removed Connect to Server from the same Go menu.
    Also, can anybody point me in the right direction to create a default network view!? I understood (or thought I did) this under Tiger but I can't seem to find any information about it in LEopard.
    Many thanks in advance!

    This one might be a bit risky, and it'll require custom image deployment, but it should work: Go to /System/Library/CoreServices/Finder.app, right click and choose Show Package Contents.
    Open /Contents/Resources/English.lproj and you'll find a nib file called Menus.nib. Make a copy and open it up in Interface Builder (included in Xcode).
    You'll see the MenuBar window in Interface Builder, with the Finder's Menu Bar represented; click Go, click the Network option, and press the Delete key. Save, and move the Menus.nib file to the client system (preferably in Target Disk Mode, since this is pretty invasive). Start up, and look at your Go menu! I've just tested this on a local test machine, and it worked without a hitch. May need to repeat the steps after updating, though, or revert the .nib file to the backup before the update, and replace it after. Hope this helps!

  • How can we remove items from the VF04 list?

    We have a long list of items in VF04 that, for various reasons (some process related, some due to errors), are not to be billed. We have looked at applying filters to the list but there is nothing really suitable to hide these individual documents e.g. we could filter out some dates where none of the items on that date are to be billed but other dates have a mix of items we want to bill and others we don't.
    I have done a search of this forum but didn't find a previous topic with a quick and simple method to remove items from the list .
    Is there a method, other than billing them or sorting each issue individually, to permanently remove individual documents from the VF04 list?
    Thanks in advance for any help.
    David

    Hi,
    David,
    Download a list of Pending delivers doc form VF04.
    Paste the list in T.Code : VL09 (Delivery reversal) and reverse the delivery.
    Then go to T.Code: VL06G Select the list of deliveries that has been reversed, select/delete all un- wanted deliveries.
    This way you can remove all unwanted pending deliveries forn Billing due list (VF04).
    Thanks & Regards,
    R.Janakiraman

Maybe you are looking for

  • MSI X48C Platinum a motherboard with many issues

    MSI X48C Platinum Ver 3.0 BIOS 7.2 I bought this motherboard for 15 days and I found many serious problems. I think than this motherboard is completely manufactured defective.     I had to return it to RMA of MSI, on the advice of technical service o

  • How do I get my photos from photostream in my PC to my iPhone?

    I had to hand my phone in for repair a while ago and all my photos got deleted from my iPhone, but i had placed all my photos in photostream so I would be able to get access to them on my iPhone later on but now I can't get my photos from photostream

  • Tableview problem on firefox browser

    Hi, We faced with a problem while using firefox browser on linux client. The problem is browser cannot send selected item index into the BSP application in OnInputProcessing event, but we do not have any problem with IE7, on the same process. We are

  • Duplicating a portion of Pro Res media for use in another project

    I'm working on a compilation video which is drawing from many different interviews.   I need to duplicate certain sections of 1080p 29.97 Pro Res timelines and then bring them into a new FCP 7.0.3 project.  The clips will be pulled from many differen

  • Unable to open files with unicode filenames

    Hi, I am attempting to load a file that contains unicode characters in the filename with the Flash Player 9 ActiveX control but I am unable to do so. If however I switch my system's code page via the regional and language options to a code page that