Not able to calculate the count in Query

Hi Experts,
I have 2 cubes in a multi provider in which
Cube 1 has Work Order, Order Types, Status etc..
Cube 2 has Order type, Actual hours (Key figure)...
Now i want to calc the "Count of Actual hours work from all the work orders, with Order Type XXXX and with status XXXX.
Now i need to calc the total number of hours based upon the selection, For this, i have built a structure in Keyfigures section, but its not displaying any values in that.
Please some one help me out how to calculate this.... PLease reply me ASAP as this is a high priority requirement.
Will assign points for helpfull answers.
Thanks in Advance,
Chintu..

Dear Chintu
If u r working on BI 7.0 then create Infoset using both the cubes (its not available in 3.X).  Because, Infoset create a join whereas Multiprovider is used to create a Union of two or more object.
Assign point if it helps.

Similar Messages

  • Not able to enter the count for physical inventory document in WM

    Hi All,
    I have created a Physical Inventory document using LX16 t-code (WM managed). Since the material and bin stock is zero and When I try to enter the count by ticking zero stock indicator using LI11 t-code, I am not able to save the document and system throws error "Finding empty Quants provided for" and message number is L4058.
    Please let me know how to resolve this.
    Regards
    Krishnamurthy

    Yes your understanding is correct but only thing I have not entered qty in the count field rather I set only zero stock indicator.
    My requirement is " In Inventory (MMBE) stock of a material shows around "3000" qty. But In WM stock is "zero" and physically also "zero". so in IM also stock should be reduced to "Zero". So I tried of creating PI document in WM and then when I try to enter the count, I faced the menioned problem.
    Regards
    Krishnamurthy

  • Not able to find the New ods created in Query Designer.

    Hi,
    I am trying to create a new query on an ODS(new) in Query Designer but not able to find the ODS . The ODS is present in the system however when we check . Please advice whats going wrong.

    Hello Prakash,
    I know the solution
    Go to RRMX -> Queries -> Select New Query -> and then click on InfoArea -> Select ur new ODS -> and Click OK
    U will be able to see characteristics and keyfigures..
    Drag and drop and click on execute....
    Reward if its helpful.....
    Thanks,
    Sonu

  • Problem Using HTTP Dispatcher -- Could Not able to get the data in JSP

    Hi, I am using HTTP Dispatcher to send my events to particular URL which is a JSP page. I am trying to populate the received event through URL and populate to a oracle data base. But could not able to get the data in Oracle database.
    Code is :
    <h1>JSP Page</h1>
    <%
    long type = 0;
    String tagId = null;
    String timeStr = "0";
    String deviceName = "";
    // Get Event Parameters
    // Available Parameters: id, siteName, deviceName, data, time, type, subtype, sourceName, correlationId
    try
    type = Long.parseLong(request.getParameter("type")); // Get type
    tagId = request.getParameter("id"); // Get tagId
    timeStr = request.getParameter("time"); // Get time
              deviceName = request.getParameter("deviceName");
    catch (Exception e)
    out.println( "Error: "+e.getMessage() );
              // Write into DB.
              try {
              if ((tagId == null) || (type != 200) ){
                   // Do Nothing
                   //return;
              } else {
                   OracleDataSource ods = new OracleDataSource();
                   String URL = "jdbc:oracle:thin:@//3.235.173.16:1525/vislocal";     
                   ods.setURL(URL);
                   ods.setUser("cus");
                   ods.setPassword("cus");
                   Connection myConn = ods.getConnection();     
                   Statement stmt = myConn.createStatement();
                   String selectQuery =
                             "SELECT MAX(rfid_raw_reads_id) as max_id FROM "+
                        "cus.rfid_raw_reads ";
                   ResultSet rs = stmt.executeQuery(selectQuery);
                   String maxId = "1";
                   if (rs.next()) {
                        maxId = rs.getString(1);               
                   String selectMaxTagIDQuery =
                             "SELECT MAX(rfid_raw_reads_id) as max_id FROM "+
                        "cus.rfid_raw_reads WHERE tag_id = '" + tagId + "'" ;
                   stmt = myConn.createStatement();
                   rs = stmt.executeQuery(selectMaxTagIDQuery);
                   String maxTagId = "1";
                   if (rs.next()) {
                        maxTagId = rs.getString(1);               
                   long primaryKey = 1;
                   long tagKey = 1;
                   try {
                        primaryKey = Long.parseLong(maxId) + 1;
                        tagKey = Long.parseLong(maxTagId) + 1;
                   } catch (Exception e) {
                   long currentTime = System.currentTimeMillis();
                   long updateKey = (tagKey - 1);
                   String updateQuery = " UPDATE cus.rfid_raw_reads SET read_end_time = " + currentTime + " WHERE rfid_raw_reads_id = " + updateKey;
                   Statement updateStmt = myConn.createStatement();
                   updateStmt.execute(updateQuery);     
                   String query =
                        "INSERT INTO cus.rfid_raw_reads (rfid_raw_reads_id, tag_id,device_name,read_start_time) VALUES ("+ primaryKey + ",'" + tagId + "'," + deviceName + "'," + System.currentTimeMillis() + " )" ;
                   Statement insertStmt = myConn.createStatement();
                   insertStmt.execute(query);     
                   myConn.commit();
                   myConn.close();
              } catch (Exception e) {
    %>
    <p>For browser debug:
    <%
    out.println( "Type="+type+" ID="+tagId +" time="+timeStr );
    %>
    Kindly suggest where is the problem...
    Thanks and regards
    Mohammad Nasim Akhtar

    HI Prabhat,
    Thanx for your reply, I worked out and able to receive the data in oracle database, Actually there was some problem in insert Query. Now I have tested the same... and able to edit the same in the Database.....
    But I am facing a new problem, Http Dispatcher in SES console is displaying all the Events generated as well as event in Que but there is no events in the Event Send. I guess it is not able to send the events.....?????
    Event statical is showing like this
    Events Received: 0 (0.00/sec)
    Events Generated: 311 (0.19/sec)
    Events Sent: 2 (0.19/sec)
    Queued Events: 309 (0.19/sec)
    Kindly suggest where is the problem, Is it a JSP problem or OSES end problem.....
    Thanks and regards
    Nasim

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • I am not able to see the valeus in the report on multiprovider.

    Hi Gurus,
    I have loaded an infoobject Document currency0DOC_CURRCY into DSO and assigned a constant "USD" to it and I am able to see that value in DSO through the display data.
    Later I moved the DSO into multiprovider by loading the 0DOC_CURRCY in to multiprovider and wrote a query on it.
    But I am not able to see the values for 0DOC_CURRCY in the report.
    Why I am not able to see the valeus in the report which is executing on the multiprovider.
    PLs help me with a solution.

    Hi,
    First step is to checck the data in the ODS.
    Second is, You use Identify Characteristics and Select Key Figures to make InfoObject assignments between MultiProviders and InfoProviders.
    If this is checked you 70 % of the job is Over in your creating multiprovider.
    For more information
    http://help.sap.com/saphelp_sm40/helpdata/en/cf/bc734190ba137de10000000a155106/content.htms
    santosh

  • BI Publisher: not able to see the xml data after creating a data model

    I am learning BI publisher and trying to create a report data model
    I created a new data model from the report tab, use query builder, able to see the results. Then i save it and try to launch XML view from clicking View .
    I am getting unexpected exception, not able to see the XML view .
    in the server console i got servlet exception, here is one of the line
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303
    Edited by: joysaha123 on Mar 17, 2010 6:07 PM

    Hi karthik
    Thanks for your response
    Actually iam a beginner in java coding hence struggling to come up with the things
    I tried putting your code and onserver side i see it is returning 09:12:17,234 INFO [STDOUT] [root: null]
    actually the same program i wrote in java
    and the same method i was calling from the main
    and it is working fine and the xml document is getting displayed one important thing to be noted here is that the factory.newDocumentBuilder().parse(new File(filename));is returing XmlDocument
    and the printing takes place
    but the in same method public static Document parseXMLFile(String filename, boolean b) in servlet
    the line factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    and this creating problem , had it returned XmlDocument
    i would have printed the elements one one
    but as it is returning deferredimpl
    iam unable to print the elements
    could you please tell me why factory.newDocumentBuilder().parse(new File(filename)); is returning DeferredDocumentImpl
    in servlets but in plain java pogram it is returing XmlDocument
    Thanks
    Bhanu

  • Not able to update row count in Physical Layer..connection failed in OBIEE 11g

    Hi Guys,
    I am not able to do Update Row count in the Physical Layer, i am getting an error The Connection has failed. This is in OBIEE 11g Linux env.
    I have put the tnsnames.ora file in the below path:
    /*****/pkgs/linux/intel/OBIEE_DIT/MW_HOME/Oracle_BI1/network/admin/
    I do not have admin under
    /****/pkgs/linux/intel/OBIEE_DIT/MW_HOME/oracle_common/network/
    But if i put the whole TNS entry in the Data Source Name i am able to connect:
    (DESCRIPTION =(ADDRESS = (PROTOCOL= TCP) (HOST= xxx.xxx.com) (PORT= 1671))(CONNECT_DATA = (SERVICE_NAME = US1OBIEE)))
    I am not able to understand the issue..
    Thanks,
    Amit

    Looks like rpd is looking for local tns config... try to use as hostname:port/ServiceName
    This should work, just in case not working! stop doing so since it is know issue.
    If helps mark

  • Not able to access the Date variable in Bex report after SP upgrade

    Hell Experts,
    We have upgraded the support pack to 27 and after that we are not able to access date variable in Bex report.
    We are not able to restrict the Posting date on variable, we are getting the message "Operation failed! No detailed error information from backend available".
    Thanks
    Chetan

    Hi,
    carry out basic checks like RSRV for the field,query ,Infoprovider on which this query is based..
    Check whether there is any in consistent value in the posting date..
    check whether objects are active correctly..
    else serach for SAP note or raise OSS to SAP..
    Thanks and regards
    Kiran

  • Itunes is not able to get the name of the cds

    itunes is not able to get the name of the cds

    You also need an internet connection for iTunes to query the CDDB database and get info for the CD.

  • Version: you are editing the shared version of this page. Not able to edit the page

    Hi,
    I have a sharepoint 2010 publishing site, which i have version upgraded to Sharepoint 2013.
    I have the below features already activated:
    1.Activate office sharepoint publishing infrastructure feature at site collection level.
    2. Activate office sharepoint publishing feature at site level.
    Also, versioning is enabled in the pages - document library settings.
    The page does not seem to be checked-out by anybody else, and I am trying to edit the page using the system account.
    I am not able to modify the page, and the ribbon does not show up.
    What am i missing?
    Thanks

    This is not an error message but simply letting you know you are making changes to a page that will affect everyone viewing
    the page vs. a personal view.
    See more at:
    http://www.go4sharepoint.com/Forum/version-editing-shared-version-page-7439.aspx#sthash.P2ZfVOBm.dpuf
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/about-web-part-page-personal-and-shared-views-HA001160936.aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • To calculate the Askrate at query level

    Hi alL,
    Requirements is  to calculate the ASKRATE(In query level)  based on :
    Mou Target(Month wise) - Total(daywise:CasthouseMkt targetMOU Target/remaining days of the month.
    Please anybody tell me how to resolve this?
    Thanks,
    Suresh.

    Hi,
    I'm using the Elvis platform to create a sine signal using an Elvis platform and i want to send this signal to the sensors that i have previously mentioned. The sensors independent of any board has a receiving and transmitting sensor each. I want to send the signal to through the transmitting sensor and receive it through the receiving sensor. I wanted to test the sensors to see if it could working first, before using it to detect obstacles and calculating the distance of the obstacle from the sensors. I tried using just the sensors by itself, but it didn't work, so i'm inquiring if you know more about ultrasonic sensors to know if it would working if i added a simple non-inverting amplifier to it.
    The components i am planning on using is the Elvis platform which i am currently using to create the sine signal using the Arbitrary Waveform Generator, and send the signal to the transmitting sensor, receive it with the receiving sensor and view the waveform on LabVIEW. Then i want to use the sensors to detect obstacles and use labview to calculate the distance of the obstacle from the sensor.
    I do not have the HC-SR04 board at hand, but i do have the GH 311. I want to know if it would do with what i have in mine, which i have just stated previously.
    I appreciate your fast response and help with my questions. Look forward to your reply.
    Thank you.

  • WLC 4404 - Not able to see the 802.11a/n AP summary details

    Hi Friends,
    I have a query related to wireless. I have multiple WLCs in my network. Recently I observed that in one WLC, in monitoring page while we checking the access point summary information, I can see in 802.11a/n Radios, 8 APs are down. And I tried to see those details by clicking the ‘detail’ option over there, but no result was displaying. Same I have checked in ‘Wireless’ tab as well but the result was same. We have total 69 APs associated with this WLC. AP Models which are associated with this WLC are AIR-LAP1231G-A-K9 & AIR-LAP1242AG-A-K9. Firmware version running in the WLC is 7.0.235.3 which is recently upgraded.
    Then I logged into multiple WLCs for checking the same. All these WLC are running with 7.0.116.0 code. In some APs I am able to see some AP information which is down for 802.11a/n Radios, for eg: if I have 18 APs down in a/n radio I can see 7 AP’s details. But can’t able to see all the AP information. For 802.11b/g/n Radios it is perfectly fine. And in these WLCs we have AIR-LAP1262N-N-K9 model also associated.
    And one thing I noticed here is the number of APs that I can see the details is exactly same as the number of AIR-LAP1262N-N-K9 model APs associated with that WLC.
    So can anyone confirm that the other 2 models won’t support a/n radios (hardware limitation) or is it any kind of bug in the firmware.
    My WLC models are AIR-WLC4404-100-K9 & WS-SVC-WISM-1-K9
    Thanks in advance for your time and response
    Regards,
    Anand

    Hi Leo,
    I am not able to identify the AP which are down for 802.11a/n radio :( (we are not using a/n radio in this location, that is why 8 out of 8 are showing down).

  • User is not able to find the receipt to correct it from Iprocurement.

    User is not able to find the receipt for PO to correct it. User logged into iProcurement and queried for this PO but system says no data exists.
    I checked there is a receipt for this PO and the same can be queried in Correction window through core APPS.
    Could you please help why its not available in iProcurement for correction.
    Thanks in Advance,
    AVN

    Are you logging into right organization (OU) to check the receipts?
    Check your ship to location in PO and then based on that change your organization (through responsibility or change organization) then query yur receits, it should come.
    BTW for receipts to be seen, the PO lines should not be in "CLOSED" status!
    Jithendra

  • Not able to see the data in the report

    Hi All
          In my cube i am having data.But when i am running the report ,i am not able to see the data.
        The error its throwing is -No Applicable data found.
        what could be the problem,please provide me the idea to solve the problem.
    Thanks&regards
    syam prasad dasari

    HI,
    See that any restrictions are there in the report(Filters)....Give the same restrictions in Listcube and see if you are getting data or not.....
    Thanks

Maybe you are looking for

  • IPOD NO LONGER MOUNTS/ CAN BE SEEN

    Hi, I'm sure there's a simple answer to this (hope so anyhow). I recently formatted my (third gen) mac formatted i-pod. I did this using a pc, though I did not use itunes to do this (I know, I know...). However, I obviously did something pretty serio

  • Value Mapping in BPM

    We are using Value Mapping in XI 3.0 in the integration builder under the configuration. Value Mapping is not working during the transformation step in BPM. See help.sap.com under transformation step: http://help.sap.com/saphelp_nw04/helpdata/en/14/8

  • Simple disjointed image gallery

    I originally created this simple one page gallery in GoLive. What's the best way to duplicate it in Dreamweaver (CS5)? Issues: on clicking thumbs, images with different dimensions load to placeholder without distorting, thumbs become gray when "visit

  • Full and Delta DTP doubts

    There was a ongoing delta load happening between DSO 1 to DSO 2. I deleted all requests from DSO 2. And then ran first Full DTP ( DSO 1* to DSO 2) and immediately after full DTP ran Delta DTP ( DSO 1 to *DSO 2). In Full DTP : There were 10,000 Record

  • Cloud v Perpetual Licenses

    I installed the Adobe Application Manager on a machine but to the best of my knowledge I did not actually install any of the apps. I think it was the early days of Creative Cloud and I was just looking to see how it worked. If I open AAM, it shows Il