URGENT: How to obtain workbook id and worksheet id

Please let me know in which EUL tables workbook id and worksheet id of report is stored in discoverer.

Workbook id is stored in EULx_DOCUMENTS as DOC_ID.
but unfortunately you can't get the worksheet id as the whole workbook is stored as a single object (long raw) in this table.

Similar Messages

  • How to obtain a Question and Answer DB from Solution manager.

    Dear Gurus,
    How to obtain a Question and Answer DB from Solution manager for HCM.
    Regards,
    Rajasekar.

    http://saphrexpert.blogspot.com/2008/12/questionairre-to-be-used-during.html
    Check this link
    this is not the answer to your question but it  will helpful

  • How to obtain JNIEnv pointer and jobject reference in arbitrary contexts?

    Hi,
    I need your hand. How to obtain JNIEnv pointer and jobject reference in arbitrary contexts? (See below source codes for details)
    I made some tries according to JNI spec, but still failed to get it work. Could you please provide your solutions? Better show me some source codes.
    Thank you very much !!!
    #include <jni.h>
    #include "MessageThread.h"
    #include "MyServer.h"
    // this is callback function called by the native C++ library
    void processEvent(int progress)
       in this function, i want to get "env", "obj" ( HOW? ),
       then i can do below to invoke Java function "updateUI":
       cls = env->GetObjectClass(obj);
       mid = env->GetMethodID(cls, "updateUI", "(I)V");
       env->CallVoidMethod(obj, mid, progress); 
    JNIEXPORT void JNICALL
    Java_MessageThread_handleMessageQ(JNIEnv *env, jobject obj)
      MyServer* server = MTMServer::Instance();
      if (server != NULL)
        // must register a callback function before "QueryProgress"
        server->RegisterCallback(processEvent);
        // query message within a loop, and callback "processEvent" frequently
        server->QueryProgress();
      return; 
    }

    jschell, thanks for your suggestions.
    And caching the second is definitely wrong. Arguments are passed as local references. The reference lifetime is only guaranteed for the lifetime of the method call.In my case, it just works, because my "callback" is only called before the "handleMessageQ" returns, which means it's within the lifetime of "jobject", etc.
    Use GetEnv to get the environment.Could you please provide some sample codes?
    Create a static java method which returns the object reference. In your callback call that method to get the reference that you want to work with. I didn't really understand. Could you please show me some sample codes?
    Thanks a lot!

  • Urgent : how to calculate sub total and grand total in smart forms

    Hi Friens..how to calculate sub total and grand total in smart forms..How to print them in smart forms...Also kindly explain how to handle events in smart forms..Thanks in advance

    Re: Subtotal with Table Node in smartforms

  • How to obtain profit centers and cost centers for a particular GL account

    Hi Gurus
    Can you please suggest me a table or a function module to obtain profit centers and cost centers for a particular GL account.
    Thanks in advance for help!
    Regards
    Ankit

    Hi There, I have a simillar problem as above, however I would like a list of all G/L Accounts with profit centres and cost centres as well. Is this possible? Reason being that I have many unassigned cost centres and need to link them to profit centres.
    Is there also a mass processing list to see which G/L accounts dont have primary elements assigned?
    Regards,
    Edited by: Luke Saloojee on Jul 29, 2008 8:12 AM

  • How to obtain mesh geometry and topology data?

    I am using JavaScript 3D engine for Adobe Acrobat.
    I am using the "Mesh" class.
    It seems that geometry and topology information is not available from "Mesh" class.
    Is it right?
    Can anybody to advise me a method for obtain geometry and topology information?
    P.S. Geometry = geometrical information about mesh, such as vertex coordinates. Topology = triangle connectivity.
    Thanks for any advise!

    We really need screen shots (*png format/NOT .bmp!) or attached code to see what might be the problem. There are an infinite number of mistakes that can be made (or nearly so), depending on how a program is written.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Urgent - How to join multiple facts and dimensions in OBIEE rpd??

    Hi,
    In my RPD I have 3 facts and 4 dimensions and the joins defined are as below
    Physical layer - All joins are FK and inner (1:N)
    FACTA-------------- DIM_TIME, DIM_CUST,DIM_CAL
    FACTB-------------- DIM_TIME, DIM_CUST,DIM_CAL
    FACTC-------------- DIM_TIME, DIM_CUST,DIM_CAL, DIM_XYZ
    BM layer - All joins are complex, inner
    The logical table F1 pulls columns from FACTA, FACTB and FACTC . Complex join exists between all 4 dimensions DIM_TIME, DIM_CUST,DIM_CAL, DIM_XYZ to logical table F1.
    Issue: I need to build a report with $ column from FACTA, FACTB and FACTC and need to add filter conditions using columns from DIM_TIME, DIM_CUST,DIM_CAL, DIM_XYZ.
    However when ever I add a filter condition from DIM_XYZ the physical query generated is not generating code to access data from FACTA and FACTB. Instead it is subsituting a NULL and just pulls data frm FACTC.
    My Questions: What is the best way to build the physical and BMM layer using FACTA, FACTB,FACTC, DIM_TIME, DIM_CUST,DIM_CAL and DIM_XYZ??
    I need to resolve this issue ASAP so any help is appreciated. Thanks
    Edited by: user11935561 on Feb 10, 2010 6:27 AM
    Edited by: user11935561 on Feb 10, 2010 6:28 AM

    You can find the same issue in
    Logic of queries in OBIEE
    or
    Connection between 2 fact tables
    Follow the link
    http://there-n-back-again.blogspot.com/2009/04/oracle-analytics-how-to-report-over-non.html
    Put 'All' or 'Total' at levels for dim_xxx for those facts you need in your report from facta and factb
    Regards
    Nicolae

  • Help-urgent - how to update service pack and apply patches for ADS

    Dear all,
       I've just download the sp 11 and the patch ,how should i update my ADS? I've try to search the forum but to no avail. Pls advise,thanks.
    Regards,
    Joan

    Hi Joan,
    To deploy an SCA or SDA, proceed as follows:
          1. Make sure you have downloaded the SCA or SDA from SAP Service Marketplace.
          2. Start the SDM GUI. To do this, execute the following file:
                a) Windows: RemoteGui.bat in folder \usr\sap\<SID>\<instance>\SDM\program
                b) Unix: RemoteGui.sh in folder /usr/sap/<SID>/<instance>/SDM/program
          3. The SDM GUI screen appears.
          Note: With SAP Web Application Server 6.30 the SDM server is started whenever you start the SAP system. To check whether the SDM server is running, use the tools SAP Management Console (Windows) or jcmon (UNIX).
          4. Choose "SDM Gui -> Login" or the icon "Connect to SDM Server". The dialog box "Enter Login Information for SDM Server" appears.
          5. Enter the following information:
                a) Password
                The initial password is "sdm" (without quotes).
                b) User description (optional)
                c) Hostname
                d) Port
                With instance number 00, the default port number is 50018. If your instance number is different from 00, the port number changes to
                Port = 50018 + 100 x <instance number>.
                You have to calculate the new port number and enter it manually.
          6. Choose "Login". The SDM GUI appears.
          7. Choose tab "Deployment".
          8. Choose "Add SCA/SDA to Deployment List (Local File Browser)". A file selection screen appears.
          9. Select the SCA or SDA file you would like to deploy and choose "Next" to read the information on the following screens.
          10. Choose "Next" until the "Start" button appears.
          11. Choose "Start". After the SCA or SDA has been completely deployed, a success message appears.
          12. Choose "Confirm" to return to the SDM GUI.
          13. When you have finished work, log out from the SDM server. Choose "Deployment -> Logout" or the icon "Disconnect from SDM server" for this.
    If this answers your question, please mark the question accordingly and do award points if helpful.
    Regards,
    Arafat

  • NOKIA C3-00 Urgent how to avoid activate GPRS and ...

    Hi
    I just got this mobile phone from Rogers last week. I have to say its connection function is cool. But I am so scared by the appearance of G and E on the top of screen when I am out of the Wifi zone that I connected before. At first, I set  the mail and facebook account as automatically refresh. But now, I have to turn them off before I am clear how to completely avoid using GPRS or E (actually I don't know what does this E mean, but someone tell me this means my operator will charge me as well).
    I tried every setting on my phone, but still I am not quite sure if that will work or not. I wish to set the account of mail and facebook as automatically refresh, but I don't want it to use GPRS or E.
    I checked the website and found many people are complaining about this point, and no body could give a perfect and guaranteed answer. So if some one from the NOKIA professional team can give me the answer, I will be very appreciated.
    I don't want those GPRS data to eat up my bills. So please!!!
    Thank you so much.

    You can find the phones configurations under: menu>settings>configuration>default config sett. Word of warning operators settings typically include all the settings (MMS, GPRS, Browser etc.) so deleting them could cause some of the phone operations to stop working (like MMS).
    One other possibility is to make a access point settings which is garbage to do this go to: menu>settings>configuration>personal conf. sett.>add>access point>access point settings>bearer settings>packet data acc.pt. and put something garbage there and then save the settings and make them default
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to obtain the integer and fractional parts of a number ?

    Good morning,
    given the value:
    5433.43567
    I'd like to know if there is a function such that
    f(5433.43567) = 5433
    and another such that
    f2(5433.43567) = 0.43567Without any rounding, truncation or other "special effects" ;). I can synthesize those functions using to_char, string manipulation and to_number but I'd like to make sure that I didn't miss a simpler way or, a combination of those functions that is really simple (the stuff I've come up with is hardly simple :( )
    Thank you for your help,
    John.

    440bx - 11gR2 wrote:
    Good morning BluShadow, Afternoon! :)
    select regexp_substr(.43567, '[^.]+', 1, 1) as whole_part
    ,regexp_replace(5433, '[^.]+\.(.*)$', '0.\1') as fract_part
    from dual;
    The result should be 0 (or blank).
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select 5433.43567 as num from dual union all
      2             select 0.43567 from dual union all
      3             select 5433 from dual)
      4  select num
      5        ,regexp_substr(num, '^[^.]+') as whole_part_string
      6        ,regexp_substr(num, '\.[^.]+$') as fract_part_string
      7        ,trunc(num) as whole_part_number
      8        ,num-trunc(num) as fract_part_number
      9* from t
    SQL> /
           NUM WHOLE_PART_STRING                        FRACT_PART_STRING                        WHOLE_PART_NUMBER FRACT_PART_NUMBER
    5433.43567 5433                                     .43567                                             5433               .43567
        .43567                                          .43567                                                0               .43567
          5433 5433                                                                                        5433                    0
    SQL>Personally, I'd just stick with the number variants using trunc. Far simpler to use and you're still dealing with numbers.

  • How to create WorkBook and Chart

    Hi Experts,
    Good Morning.
    I am facing big problem is How to create WorkBook and Chart in BI 7.0.
    My Requirement is following below..............
    1. How create work book, then how to add the Company LOGO,  End of report footer message.
    2. How to Create Chart, then how to design.
    Please provide me Solutions Asap, its very critical issue.
    Thanks & Regards,
    Bharathi.
    <Moderator Message: Before posting a question you should read the help as suggested in the answer you got. Additionally I would strongly recommend to read the rules of engagement. Your question violated a few of the rules like a) search the forums before posting; b) read the documentation before posting; c) do not request anything asap, nothing is more important than our own work...>
    Edited by: Siegfried Szameitat on Jul 15, 2010 8:25 AM

    Hi
    1) Please check the following URL.
        [http://www.researchsummary.ca/bw/Sample_Ch10.pdf]
         Hope it will help you.
    2) Default chart option is available in BEx please check and let me know in case any questions.
    Regards
    YuvaraajP

  • Hi!! I need help: I'd like to know how to obtain a communicaion between a PLC of ABB model 07 KT 97 and Labview 8.

    Hi!! I need help: I'd like to know how to obtain a communicaion between a PLC of ABB model 07 KT 97 and Labview 8.I have to realize a scada system to control an electrical implant.I think that I need to learn more about OPC server: do you have some manual and tutorial to help me step by step in this configuration?And do you have some examples (one time PLC is connected and well configurated) to realize communication with Labview software?
    thank you so much!!
    please!!!Answer soon because I need help!!!

    Hi Leoeffe,
    I've found some documents that cam help you to understand how is possible to communicate
    unsing OPC Servers and ho use them in Labview 8.
    First of all I suggest to take a look to these documents:
    How Do I Use OPC in LabVIEW?
    http://digital.ni.com/public.nsf/websearch/EA15F53DB6FECCA5862567240064DF09?OpenDocument
    Connecting LabVIEW to an OPC Server through a DataSocket Connection
    http://zone.ni.com/devzone/conceptd.nsf/webmain/DF8C0A4BA2E2B22A86256A3700592BEA
    Using the LabVIEW Shared Variable
    http://zone.ni.com/devzone/conceptd.nsf/webmain/5b4c3cc1b2ad10ba862570f2007569ef
    You can also use the Labview DSC module:
    Developing Monitoring Applications with the LabVIEW DSC Module for Control Systems
    http://zone.ni.com/devzone/conceptd.nsf/webmain/199c3fb9456a16d986256b5200678917
    LabVIEW 8 DSC Simplifies Distributed Development
    http://zone.ni.com/devzone/conceptd.nsf/webmain/d76c3788a0c4c5668625708b0072987c
    Tools for Troubleshooting OPC Interface Problems
    http://zone.ni.com/devzone/conceptd.nsf/webmain/401CB3A4E216356286256BC7004B5831
    I hope all these tutorials can help you.
    Best regards,
    MarcoL

  • Query to find the list of workbooks and worksheets assiciated to those book

    Hi Gurus,
    Could you help me with the tables / Query to fetch the list of workbooks and associated worksheets names as welll.
    Thanks in advance!!
    Rgds,
    Santosh

    Hi Santosh
    The whole point of the STATS table is to allow you to query performance, who did what and when. The database itself does not keep such statistics so if you disable Discoverer's method of capturing these you have no way of knowing who did what and when.
    Without this it is impossible to say. I would strongly recommend you enable the capturing of statistics.
    The reason you cannot directly query a WORKBOOK to determine what WORKSHEETS are associated with it is because that information is stored as binary information and not in SQL format.
    Discoverer 10g has the capability of providing detailed information on the EUL. This feature is not offered "out of the box" but can be easily enabled.
    The EUL Administrator can enable the feature by completing the following steps (see also MOS Note 556932.1):
    1. Log on to SQL*Plus as the Discoverer Administrator on the machine where Discoverer Administration Edition is installed.
    2. Execute the EUL5.SQL script found in the *$ORACLE_HOME\discoverer\util* directory. (This script will create the necessary database objects.)
    NOTE: If you are using an Oracle Applications mode EUL, you must also run the eul5_apps.sql file in the $ORACLE_HOME\discoverer\util directory.   This script must be run as the EUL owner, and not the Oracle Applications SYSADMIN user.
    4. Exit SQL*Plus and log on to the Discoverer Administration Edition product (as the EUL Administrator).
    5. From the menu bar, select File | Import.
    6. Import the EUL5.EEX file from the ORACLE_HOME\discoverer directory. Once the EUL import is complete, a new business area will be created and visible called The Discoverer V5 EUL. This is the business area that provides the details on the EUL.
    EUL Management Workbooks for Discoverer Administrators
    The EUL5.EEX file also imports four pre-built Discoverer workbooks. These workbooks are automatically saved to the database during the EEX import and can be executed in Discoverer Plus, Viewer or Desktop:
    EUL Workbook Management - shows which workbooks are shared with which users. Examine worksheets to find the folders, items, joins and conditions they depend upon.
    EUL Access - This Workbook indicates if a current EUL exists in this users schema. It also displays the EUL's in other user schemas that this user can access.
    EUL Query Statistics - Find out which workbooks and worksheets are being used by whom. Examine users ad-hoc queries.
    Lineage - Hyper Drill from Discoverer to find a folder or Items Lineage in Oracle Warehouse Builder. To enable the Hyper drill, you will first need to run the Lineage.sql script.
    The Discoverer Administrator can use the pre-built workbooks or build their own EUL management workbooks by using the Discoverer V5 EUL business area.
    Best wishes
    Michael

  • How does one obtain specific fonts and are they included in Creative Cloud membership?

    How does one obtain specific fonts and are they included in Creative Cloud?

    What fonts? There's a whole slew of fonts available with typeKit, which is included in CC, but specific fonts may still require to be bought individually from the respective type foundries.
    Mylenium

  • How to obtain source code of weka and enable to modify it

    hello,
    how to obtain source code of weka and enable to modify it such i want to extract code of some process that I make

    Hi ENG,
    Since the issue regards to Weka. It is out of the support boundaries of our forum, I suggesT you post the question in the following forum:http://forums.pentaho.com/forumdisplay.php?81-Pentaho-Data-Mining-WEKA.
    It is appropriate and more experts will assist you.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for