Org report

Org reports to list all employees of a given org unit and their all levels (9 levels) of reporting, org units with vacant positions and their count.
I need all the 9 levels and what infotypes and fields may i need.
plz any help will be appreciated.

Org reports to list all employees of a given org unit and their all levels (9 levels) of reporting, org units with vacant positions and their count.
I need all the 9 levels and what infotypes and fields may i need.
plz any help will be appreciated.

Similar Messages

  • Multi Org Reports

    I am developing reports in Developer 2000, Reports 2.5 that are implemented in Oracle Financials. We have moved to a Multi Org environment, as a result I can no longer see any data in reports that use views. What steps need to be taken to correct this. This is of high priority. Thanks in advance for your help.
    null

    Oracle Financials requires the user environment to be set.
    Add the following calls into the Before & After report triggers.
    Before Report Trigger
    SRW.USER_EXIT('FND SRWINIT');
    After Report Trigger
    SRW.USER_EXIT('FND SRWEXIT');
    Also all select statements should use the multi org tables (_ALL) eg po_headers_all.

  • Org Unit reporting under OM

    Hello All,
    I always get this request from most of my end users about running a report/creating an ad hoc query that will list the Employee details of the parent Org and subsequent child Orgs (O) untill the last one available. Everytime I put the Parent Org Unit no. in my input values and then select the (Reporting to or Incorporates) relationship, it returns with the PERNR details of the direct reports only. Where as I want the PERNRs and other details of these PERNRS for all employees who are in the child Orgs reporting to the Parent Org. (all IT0001 details) . I end up manually keying in the Org no. for all the child orgs in the report to get these details. This is cumbersome since few of our Org unit has at least 6 levels of reporting.Is there a easier way or standard report available to run these kind of queries ?
    Your help will be appreciated.

    Hi,
    Use t code s_ahr_61016533
    1. in object type give O (org Unit)
    2. Object ID = your parent Org Unit
    3. in structure parameters tab for EVALUATION PATH give O_S_P or O_S_P_O
    4. In PA reporting use RPLICO10
    Execute it and you might get what you want.
    cheers
    Ajay

  • Scheduling a report in the browser

    http://hbc-maroon.heartlandbc.org/reports/rwservlet?userid=HBC_QA/[email protected]&SCHEDULE=daily_from_04:00_tomorrow&subject="Four Seasons Rpt "&destype=mail&FROM=[email protected]&desname=[email protected]&desformat=PDF&ENVID=QA&report=r_four_seasons_email
    I want to know how to schedule one specific report to run everyday between Monday and Saturday, every 10 minutes between 7am-8pm? How to add the schedule parameter?

    hi,
    im getting this log:
    10.07.2008 08:41:44 Job started                                                             00           516          S
    10.07.2008 08:41:44 Step 001 started (program ZBWDATA_BW, variant , user ID CA.LOKESH)      00           550          S
    10.07.2008 08:42:14 ABAP/4 processor: SPOOL_INTERNAL_ERROR                                  00           671          A
    10.07.2008 08:42:14 Job cancelled                                                           00           518          A

  • 0ORGUNIT with 0EMPLOYEE report shows duplicate entries in Hierarchy

    Hi
    I am triyng to build a report like PO13 in ECC (Organization Tree with Position & Org Unit).
    The report is built on 0EMPLOYEE and uses the 0ORGUNIT as a nav att with Hier
    But in BW the report is showing the Employee twice!
    Once in the top level of the hierarchy and in the level it suppose to be.
    Any body knows why?
    Thanks
    Edan

    Ran into the same requirement at a previous client.  They desired an org chart in BI. 
    However, the way BW hierarchies seem to work, is that it will repeat the characteristic value for each node higher in the hierarchy.
    For instance, if your hierarchy looks like All Company -> Division -> Dept. -> Group, and Employee 'Joe Bob' is a member of 'Group'.  If you have all levels displayed in BEx, 'Joe Bob' will be included under each level.
    We found that the hierarchies are good for rolling up the fact data, but terrible for presenting characteristic data compared to other reporting systems we were used to.  We ended up pushing back and the users used the Org reports builtin to ECC.

  • Calling a .rdf report from a link on a apex report column

    Hi,
    I want to call a xxx.rdf report from a link on a apex report column.
    Can anyone help me on this ?
    Best regards,
    JCN

    Hi,
    Sorry - I should have read a bit further in your last post!
    The url variable that you're defining should just be the URL string that you want to create, so you only need the "http://........" part. There's also a + missing after the "&TODT..." string.
    The "DEA_PERMIT_ID=&G_PERMIT_ID." part at the end should have an & at the start to indicate a new parameter in the URL. Otherwise, &G_PERMIT_ID. would be replaced by the value stored in the session for the G_PERMIT_ID item (presumably that is an Application Item?).
    So:
    function callPopup()
    var url = "'http://snapper.accsp.org/reports/rwservlet?destype=cache&desformat=PDF&report=edr_landings_dollars_by_vessel.rdf&userid=evtr_report/chicken99@safis&FROMDT=" + $v("P810_FROM") + "&TODT=" + $v("P810_TO") + "&DEA_PERMIT_ID=&G_PERMIT_ID.";
    popupURL(url);
    }Andy

  • Repoets in excel format on the web Reports 10g

    v_item_c := 'control.'||i.param_name;
    :control.report_param_string := :control.report_param_string||'+'||i.param_name||'='||Name_in(v_item_c);
    v_rep_server_c := 'hbc-maroon.heartlandbc.org/reports/rwservlet?';
    v_conn_strg_c := 'userid='||Get_application_property(Username)
    ||'/'||Get_application_property(Password)
    ||'@'||Get_application_property(Connect_string);
    v_url_c := 'http://'||v_rep_server_c||'desformat=spreadsheet+destype=webdav+desname=C:\temp\myexcel_output.htm+ENVID='||v_rep_env||'+report='||:parameter.report_sel||:control.report_param_string||'+'||vc_url_temp;
    Error
    REP-50159: Executed successfully but there were some errors when distribute the output
    The report runs fine with destype=file.
    But I want this report to be excel spreadsheet and the user view it instantly.
    Edited by: user11244023 on Aug 18, 2009 1:03 PM

    v_item_c := 'control.'||i.param_name;
    :control.report_param_string := :control.report_param_string||'+'||i.param_name||'='||Name_in(v_item_c);
    v_rep_server_c := 'hbc-maroon.heartlandbc.org/reports/rwservlet?';
    v_conn_strg_c := 'userid='||Get_application_property(Username)
    ||'/'||Get_application_property(Password)
    ||'@'||Get_application_property(Connect_string);
    v_url_c := 'http://'||v_rep_server_c||'desformat=spreadsheet+destype=webdav+desname=C:\temp\myexcel_output.htm+ENVID='||v_rep_env||'+report='||:parameter.report_sel||:control.report_param_string||'+'||vc_url_temp;
    Error
    REP-50159: Executed successfully but there were some errors when distribute the output
    The report runs fine with destype=file.
    But I want this report to be excel spreadsheet and the user view it instantly.
    Edited by: user11244023 on Aug 18, 2009 1:03 PM

  • Org structure issue

    Hi,
    I have a question related to an org structure issue. Let me explain by taking an example:
    The Org set up we have goes like this, let A1 be the VP of a particular division, he has a director B1 reporting to him. B1 has four different employees C1, C2, C3 and C4 reporting to her. The interesting part here is, C1 and C2 belong to a different cost center (say CC1) and C3, C4 belong to a different one (CC2). Both CC1 and CC2 are managed by B1. The tricky part is CC1 comes under the VP 'A1' while CC2 does not have any supervisior above. B1 is the final supervisor.
    The problem is, when I run the Org report to find all the employees coming under A1, C3 and C4 also show up. How to correct this?
    In our system, the org structure is driven by position of the employee and not by the cost center. However we have an relationship record (A011) in HRP1001 between the Org unit of the employee and the cost center but it does not serve the purpose because B1 is placed in one cost center CC1 and manages the other cost center CC2 too. Since she can be in one cost center at a time say CC1 there is no record pertaining to CC2 for her.
    How to resolve this? what kind of config change needs to done?
    Any leads or suggestion would be helpful.
    Thanks in advance,
    SG

    Hi,
    You can define your organization structure except the cases you have exceptional .
    For the exceptional Objects create them in Expert mode and maintain infotype 1001 depending upon the requirement.
    Warm Regards,
    Kapil Kaushal

  • Reporting a scammer [video evidence]

    I belong to a community known as "Sythe" - online trading of mostly video game related things. Anyways, i'll make this short.
    http://www.sythe.org/report-scammer-archive/1824043-kushl9ve-scammer.html
     (video will make public once the user changes the privacy settings again)
    This is a link to the thread where the person who was scammed filed the report against them and he was later banned from our site. There's a spoiler with the video evidence, it includes his username as well as the trade that was going on.
    User in question in kushl9ve (same as his Sythe username) - the trade that took place was he was supposed to give XXX amount of currency after the person gave him XXX amount of currency. He took the currency and cancelled the trade. Everything you really need to know is in the thread.
    I talked with the Skype live-chat... but they're kinda... idk.
    Anyways, enjoy, and I hope his account gets banned.

    Hi someone tryed to blackmail me too her name is martine.bonnet   , i met her on a dating app lovoo, was chatting to her she asked to chat on skype so i added her on my  phone . i hardly use skype really but thought may aswell try the app .
    thought it seemed abit iffy the broken language.   i would never click on a person sending a cam  link or anything or cam with strangers but thought skype would be safe , i was on cam about a minuet total , then i thought thought it was suspect so hung up.
    afterwards she sent a video of me me title had  my name and said that i was showing my self to a minor. she said that if i didnt pay money , she would send it to all my friends and family on facebook and skype , then she posted  the names of my family and friends. all so fast ,i tryed to talk her down , i dont know why they are obviously used to doing this ,but i was panicking ... i said that i dont have means to pay  etc , .... then she  warned me if i didnt she would post if up everywhere  then after i delayed to respond she sent me a link of  that she uploaded on youtube ,  i went there flagged it and got it removed and set up google alerts etc  , like most people have wrote on posts here she will probably just move on to the next victim but makes you sick to your stomach ,that it may appear ,,  what has the world come too   , im pretty cautious of stuff like this normally , i feel like a idiot .
    ive deleted the app i met her on , my facebook is deactivated and highest privacy setting and i changed  my skype , i kept screenshots ect . any other things i should do ??
    just thought i would let people know this persons name and to beware of her
    although skype says region is belgium the app said she was in tyne-on-ware 
    martine.bonnet604
    female
    french
    29
    5/11/1985
    charleroi
    belgium

  • How do I configure port forwarding on Airport Extreme via Win 7/64?

    Hello all,
    I'm trying to forward some ports in order to correct issues with setting up servers for video games, i.e. I can connect but another can't while yet another can connect fine, etc. So far, despite thorough Google searching, I have not been able to find a solution that matches my exact problem.
    The specific ports I want to forward are 7777 and 25565. Currently, my connection is through Northstate Communications using an ADSL modem/router (Zhone Model No. 6218-I2-200-0NS) hooked up to an Airport Express + Time Capsule (Model No. A1254, version 7.5.2). As far as I know, the only reason the Airport Extreme is there is for the time capsule, but I don't know for sure whether my computer is actually connecting to the internet through one or through the other. I didn't set it up originally, unfortunately.
    I currently can't edit the settings for the Zhone. Supposedly, typing 192.0.0.1 into the address bar of my web browser should open the router configuration utility, but instead it returns "Oops! Google Chrome could not find <address>." I can, however, use the AirPort Utility for Windows to edit all of the AirPort's settings. I have followed the instructions in this YouTube video to forward the port 7777 using the AirPort Utility: http://www.youtube.com/watch?v=OFad6NvddRk but changes I make to Advanced/Port Mapping apparently do not work because www.whatsmyip.org and www.canyouseeme.org report that a test of port 7777 is either timing out or unavailable, respectively.
    I am concerned that the IP address automatically provided for me when I create a new port mapping is not the correct IP address since it is 10.x.x.x, which I can't find anywhere in any settings on the computer or online. But, when I type in the IP address I get from www.whatsmyip.org (97.x.x.x) and then go back to edit the setting I created, it has apparently reverted to 10.x.x.x without saving the address I entered.
    So, what am I doing wrong? Do I need to change some settings in the Zhone router before it will work, and if so, how can I access it? What is the 10.x.x.x address that the AirPort Utility assigns to new port mappings by default? Since I intend to use Hamachi to host the game server, do I need to use the IP address given to me by that program (5.x.x.x) instead? As far as I can determine, all my drivers are up to date. Any assistance would be much appreciated. Other system specs given below:
    CPU: AMD Phenom II X4 945 3.00 GHz
    MB: MSI 790FX-GD70 AM3 AMD
    RAM: Corsair Dominator 4GB (2 x 2GB) 240-Pin DDR3 SDRAM 1600 (PC3 12800)
    Mushkin Enhanced Blackline 4GB (2 x 2GB) 240-Pin DDR3 SDRAM 1333 (PC3 10666)
    GPU:  Sapphire 100258-1GHDMI Radeon HD 4850 1GB 256-bit GDDR3 PCI Express 2.0 x16
    Wireless: AZiO AWD102N PCI Wireless Adapter
    OS: Windows 7 64-bit
    -R

    Thanks for your response. I attempted to do that, but I couldn't find any way to access the configuration for the Zhone router. Typing the IP address into my web browser's address bar only resulted in "page could not be found" or "page timed out", etc. I called tech support at Northstate, who likewise suggested that the Zhone router should be set to bridge mode and the AEBS set to router mode since it would be easier for me to configure the AirPort. After wrangling a bit with them over my inability to change any settings for the Zhone, they sent a technician over. He messed around with the Zhone, apparently putting it in bridge mode, and we managed to get the AirPort to work without any double NAT errors. I reset the AirPort and created a new configuration file. Unfortunately, when I went to the Advanced/Port Mapping menu and repeated the original steps to forward port 7777, tests at www.whatsmyip.org still returned "timed out". The technician said he wasn't knowledgable enough about Apple products to assist me any further and suggested I call their tech support or visit the nearest Genius Bar. So that's about it. Any other ideas?

  • SeaMonkey v2.0.4's Java applets doesn't work all the time.

    Hello. I use Mozilla's SeaMonkey v2.0.4 (using binary from mozilla.org) in Debian/Linux. I can get Java applets to work on https://eetime11.adp.com/c08e/logon but not on http://javatester.org, http://java.com/en/download/installed.jsp, and http://java.com/en/download/help/testvm.xml
    Java Plug-in 1.6.0_20
    Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM
    User home directory = /home/ant
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    FYI on my setups:
    $ pwd
    /home/Programs/seamonkey2/plugins
    $ ls -all
    total 28
    drwxr-xr-x 2 ant ant 4096 2010-04-15 15:46 .
    drwxr-xr-x 15 ant ant 4096 2010-04-16 08:32 ..
    lrwxrwxrwx 1 root root 32 2009-11-27 17:19 libflashplayer.so -> /home/Programs/libflashplayer.so
    lrwxrwxrwx 1 root root 63 2010-04-15 15:46 libjavaplugin_oji.so -> /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 15824 2009-10-17 09:30 libnullplugin.so
    $ ls -all /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 137021 2010-04-12 14:39 /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    Does anyone know why? Thank you in advance. :)
    Edited by: antdude on Apr 16, 2010 8:37 AM

    More poking around:
    $ java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre2-1)
    OpenJDK Server VM (build 14.0-b16, mixed mode)
    # dpkg -l | grep ^ii |grep java
    ii ca-certificates-java 20091021 Common CA certificates (JKS keystore)
    ii java-common 0.35 Base of all Java packages
    ii libaccess-bridge-java 1.26.2-4 Java Access Bridge for GNOME
    ii libaccess-bridge-java-jni 1.26.2-4 Java Access Bridge for GNOME (jni bindings)
    ii libhsqldb-java 1.8.0.10-6 Java SQL database engine
    ii liblucene2-java 2.9.2+ds1-1 Full-text search engine library for Java(TM)
    ii libservlet2.4-java 5.0.30-12 Servlet 2.4 and JSP 2.0 Java library
    ii openoffice.org-java-common 1:3.2.0-4 full-featured office productivity suite -- arch-independent Java support files
    ii tzdata-java 2010h-1 time zone and daylight-saving time data for use by java runtimes
    # dpkg -l | grep ^ii |grep jre
    # locate bin/java
    /home/Programs/jre1.6.0_20/bin/java
    /home/Programs/jre1.6.0_20/bin/java_vm
    /home/Programs/jre1.6.0_20/bin/javaws
    /usr/bin/java
    /usr/bin/javaws
    /usr/lib/jvm/java-6-openjdk/bin/java
    /usr/lib/jvm/java-6-openjdk/bin/java-rmi.cgi
    /usr/lib/jvm/java-6-openjdk/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/java
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws.real
    I tried to uninstall all the unneccesary Java packages, but still had some can't be removed because of other programs requiring it like OpenOffice:
    # apt-get remove openjdk-6-jre-headless
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java libservlet2.4-java
    openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base openoffice.org-officebean
    openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 13 to remove and 125 not upgraded.
    After this operation, 114MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    # apt-get remove java-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java java-common libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java
    libservlet2.4-java openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base
    openoffice.org-officebean openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 14 to remove and 125 not upgraded.
    After this operation, 115MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    Any ideas? :(

  • Pop up windows in SharePoint 2013

    hello expert...
    i have a report that has drilled through action (open subreport on click) in a new window. i have deployed the same report on the SharePoint 2013 however when i performed drill through action and expected the subreport to open in new window
    but nothing happens.
    i want to ask how can i perform pop up window in sharepoint 2013?

    For some reason I thought I ran into this problem but it's been so long ago. One thing you might end up having to do is link directly to the sub report using paramaters passed via URL. So something like
    https://sharepoint.domain.org/reports/report1.rpt?parameter1=x;parameter2=y so it loads the report using those parameters.
    Basically try to do a click link in the report to google using the pop up code and see if you can at least get like google to come up separate, then you can just build a URL link to a report with the paramets to get into the report with the data needed.

  • How to determine the u2018equivalent position of the same organizationu2019?

    Hi,
    "Position change is a transfer from one position to an equivalent position within the same org reporting structure and under the same chief position"
    How to determine the u2018equivalent position of the same organizationu2019?
    Cheers.

    u can identity the position with help of the Holder
    say for ex: A is the holder of the Position for Executive now the user performent an event called change of position so he changed to Manager (here we can find the chageing on the basis of some parameter so i have taken holder as Parameter as we dont know which has changed or wht has changed)
    in this case we can use the report   RHDESC20  se38
    not an exact solution for ur question
    will try to find some other way

  • How to create view object for a predefined Oracle view

    Trying to create an entity object with no success,,,
    I have an Oracle view(complex query in PL/SQL) that I need to encapsulate as a View Object then represent a column from this view as a '' | | linkcolumn | | ''
    then get a reference of the requestParameter "p" in this case that I need to use as whereclause parameter on another view object that is part of the ListPage.jsp.
    The application is basically a page of organization links that when click filters their reports as a list,
    In Jdeveloper's context webBean(RowSetBrowser list [org links] to RowSetBrowser [org report list])
    Can I implement this functionallity using the wizards or possibly writing custom code using the standard webBeans.

    Jerry,
    First, you can create an entity object based on an Oracle view. If you check the "Views" checkbox in the EO wizard, you'll see a list of database views. Then you can create a view object based on your entity object, and use it like any other view object.
    As for getting the page into the format you want, I suggest you start by generating your page using the BC4J JSP wizard, then customize the generated JSP.
    Thanks
    Blaise

  • Event ID 7002 after re-install WSUS

    I'm running Windows 2012 with SCCM 2012 R2, SQL 2012 and WSUS on same server. I was getting event id 7002 so I uninstalled the WSUS feature, rebooted and re-added it, but I'm still getting this event. The WSUS is installed on it's own SQL instance.
    On 4/23/2014 11:07:14 AM, component SMS_WSUS_CONTROL_MANAGER on computer SCCM2012.xxx.org reported:  Failures were reported on WSUS Server "SCCM2012.xxx.org" while trying to make WSUS database connection with SQL Server Exception error code
    -2146232060.
    Possible cause: SQL Server service is not running or cannot be accessed.
    Solution: Verify that the SQL Server and SQL Server Agent services are running and can be contacted.
    Any ideas?

    This appears to be a similar issue:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/585aa41c-d8ae-4eae-a816-cf2a7d79955b/wsus-sql-exception-error?forum=configmgrsum

Maybe you are looking for

  • Creating delivery notes for providing material to vendor (subcontracting)

    Hi, I am pretty new in the PP module of SAP, and have a general question regarding the subcontracting process for single operations in a production order. Assuming the raw material has id A and the final material has id B. My routing consists of seve

  • Problem in PO table

    hi frends.....plz tell me any table name (not structure) other than EBAN containing Purchase requisition no and coressponding PO no. (if GR no. is also present than it will be gud) otherwise PR and PO no will be fine thnx!

  • Problem importing Transport package.

    Hello, I am importing WPC web content (Transport package) (http://help.sap.com/saphelp_nw70/helpdata/EN/46/77da3bb8036ef0e10000000a1553f6/frameset.htm ). Transport Package doesn't show up in pending imports after Package upload. I repeated the packag

  • SP3 cannot be installed on SQL Server 2008 standard edition 64 bit

    I am getting error during the running of setup of SP3 for SQL Server 2008 Standard edition on windows 2008 R2 enterprise ed. Description:   SQL Server 2008 Setup has encountered an error. Problem signature:   Problem Event Name: SQL100Exception   Pro

  • Counting non null values

    I have a column of data and there are values and nulls how would I count just the values on a summary? Everything I have tried give me the total number of rows not the non null values..... tia Rose