How to start universe development with excel reports?

hi,
I have about 6 reports in excel with the help of which i have to create universe. Please help how to start and how i can make the universe? Examples will help much better.
How to study the reports and start with development?

Hi Vaibhav,
Kindly check the below thread.
How to create a Universe with excel?
Regards,
Tanb Gupta

Similar Messages

  • How to start a application with a login window?

    hi there
    does anyone have any idea on how to start an application with a login window? a login window is the first frame or window to be displayed when an application starts running. and only correct login id and password have been entered the real application will start. any sample out there? thank you.

    You can start a new thread by making a thread object and passing it an implementation of a runnable object. Runnable has just one method, public void run(), this is was gets executed in a second thread. perhaps the code you would use would look something like this.
    <code>
    // set up thread for login window
    new Thread(new Runnable() {
    public void run() {
    // construct your login window here
    // when you are done processing the
    // password....
    if(goodPassword) {
    authorized = true; // a global variable
    notifyAll(); // don't forget this
    else {
    System.exit(42);
    }).start();
    // control does not stop this code gets executed while
    // the above thread is running.
    // Set up main program here. This is done in the
    // backround.
    while(!authorized) {
    synchronized(this)
    { wait(50); }
    // now when the user logs in this frame pops
    // up real quick.
    myFrame.setVisible(true);
    </code>
    Hope you can figure it out.. good luck :)

  • How to start sql developer(1.1) on mac osx

    After download and unzip it, just double-click the sqldeveloper icon, doesn't it?
    But after i double-click it, there is an icon on the bottom for a while, very soon. then it disappears.
    Any help will be highly apprecaited!!!

    Hi
    I've got the same error starting SQL Developer 1.1.2 on mac os 10.4.9. In my case this was because I've had a blank in the path.
    I've initialy located my SQL Developer on a USB Stick with the name "no name" which was mounted on /Volumes/no name path to SQL Dev was /Volume/no name/oracle/sqldeveloper/......
    After changing the name of the stick to noname the path has changed to /Volume/noname/oracle/sqldeveloper/.....
    and then everything worked fine.
    An other hint, If you copy sqldeveloper.sh into sqldeveloper.command you may start the Developer with a double click.
    By the way, I'm using the multiplattform package of the SQL Developer and put it on a USB Stick. I'm now able to take one copy of SQL Developer and Configuration with me and start it on Mac OS and/or Windows.
    Regards
    Stefan
    Message was edited by:
    oehrlis

  • How to start SQL Developer for 11g in Oracle Enterpirze Linux

    I have installed oracle 11g in Oracle Enterprize linux. Please tell me how to start sql developer there?

    I think you have to install sql developer at first and then start it....
    actually, I'm not so much clearly understood what is your question.

  • How to start java applet with netbeans 6.1

    hey,
    I want to learn how to start java applet (with database) with netbeans.. I'm new to java...can you show me how can i start..if you have any doc about it can you send it to me..thank you..:)

    You really should be asking this NetBeans question at the NB site - these forums are for Java language topics, not NB support.
    [http://www.netbeans.org/kb/61/web/applets.html]
    Almost any NB question you have can be answered by either the NB web documentation or the NB program's Help.

  • Starting iOS development with Flash Builder 4.6

    Hi guys,
    I want to start iOS development with Flash Builder 4.6. I have iPad 2 with iOS 6 installed (latest version available).
    I was following this tutorial step by step: http://help.adobe.com/en_US/flex/mobileapps/WS064a3073e805330f6c6abf312e7545f65e-8000.html #WSe4e4b720da9dedb5-27e02e9a12ee20e4a60-7fff
    As a part of it I also did this:
    Convert a developer certificate into a P12 file - http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-7fff.html
    Installed AIR SDK version 3.4.0.2540 as for 4.5 (I have 4.6) - http://helpx.adobe.com/flash-builder/kb/error-run-debug-deploy-ios.html
    I try Now I am getting the follwoing errors:
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/AIRInterpreter
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin9-ld64
    Required files are missing indeed. But where can I find them if AIR SDK doesn't have them? What should I do now?

    All the files in lib/aot/ are part of the AIR sdk.
    You'll have to overlay the AIR sdk on top of the Flex SDK (which comes with FlashBuilder).
    On windows, simply copy-paste the AIR folder on the Flex SDK folder. (merge the two folders)
    On mac, use a command line and ditto the AIR sdk folder on Flex SDK folder.

  • How to start Integration server with the user XISUPER

    Hi,
    How to start Integration server with the user XISUPER?
    Regards,

    Mahesh,
    In the post installation document, under Creating User XISUPER,
    I see the following,
    1.You must now log on to the Integration server host with the user XISUPER, to switch the initial password to a valid password.
    2.You must restart the J2EE engine to transfer the user creation to the J2EE immediately.
    I am unable to proceed here.Can you please help me to resume the post installation steps ?
    Thanks,

  • PL/SQL + XML with Excel report format?

    Dear all,
    I am a new beginner in XML Publisher. For the EBS11i, I can use PL/SQL with http scripts to generate excel report format.
    The following code will include in store procedure:
    >
    begin
    owa_util.mime_header(ccontent_type => 'application/vnd.ms-excel');
         htp.htmlopen;
         htp.headopen;
         htp.print( '<STYLE>' );
    htp.print( '<!--'||
              '.xl24' ||
              '{mso-style-parent:style0;' ||
                     'mso-number-format:"\@";}' ||
    '.xl41' ||
         '{mso-style-parent:style0;' ||
                   'mso-NUMBER-format:"\#\,\#\#0\.000";}' ||
    '.xl42' ||
         '{mso-style-parent:style0;' ||
                   'mso-NUMBER-format:"\#\,\#\#0\.00";}' ||
    '.xl45' ||
         '{mso-style-parent:style0;' ||
                    'mso-NUMBER-format:"\#\,\#\#0";}' ||
    '-->' );
         htp.print( '</STYLE>' );     
         htp.headclose;
         htp.bodyopen;
         htp.para;
         htp.strong( '<U>' || 'Sample Report Name'|| '</U>');
         htp.para;
    htp.tablerowopen;
         htp.tabledata('<DIV align="left">' || rec_main2.vendor_name || '</DIV>',cattributes => ' class="xl24" width="190"');
    htp.tablerowclose
    >
    How can I do that in R12?
    Please advice.

    We currently do not support SQL aliasing of directories. This
    is causing your errors.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    Frank Hubeny (guest) wrote:
    : I think I got past this point by first creating a directory
    : under sys and then granting read privileges to owner of the
    : domsample procedure (in my case the this user is called "xml").
    : create directory xml as 'e:\web\xml';
    : grant read on directory xml to xml;
    : Then the call becomes (I think)
    : exec domsample ('XML','family.xml','test.err')
    : However, I am getting the following error:
    : ERROR at line 1:
    : ORA-20100: Error occurred while parsing: XML/err.log
    : ORA-06512: at "XML.XMLPARSER", line 43
    : ORA-06512: at "XML.XMLPARSER", line 120
    : ORA-06512: at "XML.DOMSAMPLE", line 80
    : ORA-06512: at line 1
    : The readme says "It is necessary for the user running
    : this sample to have been granted the appropriate security
    : priveleges to read and write from a file on the file
    : system." I am not sure what the "write" grant would be.
    : And so I also set utl_file_dir so that it pointed to
    : the directory. But somehow I don't think that utl_file is
    : needed in this context. In any case, it appears I cannot write
    : to the err.log file or find it.
    : Brad Douglass (guest) wrote:
    : : I'm receiving the following error when I use the domsample
    : : procedure supplied with the PL/SQL XML parser:
    : : SQL> exec domsample('e:\web\xml','test.xml','test.err');
    : : begin domsample('e:\web\xml','test.xml','test.err'); end;
    : : ERROR at line 1:
    : : ORA-20101: Error occurred while accessing a file or URL:
    : unknown
    : : protocol: file
    : : ORA-06512: at "XML.XMLPARSER", line 46
    : : ORA-06512: at "XML.XMLPARSER", line 164
    : : ORA-06512: at "XML.DOMSAMPLE", line 77
    : : ORA-06512: at line 1
    : : UTL_FILE doesn't have any problems with the file.
    : : Any ideas?
    null

  • Issue...SAP gui popup window along with Excel report

    Hi,
    In MSS portal I am trying to review one excel report. While clicking particular report link in portal it is opening a small sap gui window while generating excel report. I don't know how to stop that gui pop-up window?
    Thanks,
    Padmanaban

    Hi Padman,
    Pls. install JVM on you local machine..
    Regards
    Pramod

  • Issue with excel report generated by Crystal Report

    Dear support center,
    I am trying to evaluate the crystal report package available through the VS2005 Pro edition for an application at work. I am new to Crystal Reports and using CR 10 on my system.
    Here is a visual image of my report format. I use a dataset to flood the report.
    http://www.coe.uncc.edu/~jjzachar/CRHelp/CrystalReport.JPG
    Here is the excel report I receive. I want to eliminate:
    http://www.coe.uncc.edu/~jjzachar/CRHelp/excelOutput.JPG
    1. The extra blank rows after each "data entered or shown in my report"
    2. It seems like many of the fields are being merged. How do I avoid this?
    Please help!
    Thanks a lot for your time ... in advance!
    Sincerely,
    Jerry Zacharias

    Swetha,
    I export the report using "VB.net" code. So, I dont' really get any window options.
    Here is the snippet of code I am using ...
    Private Sub ExportReportFormats(ByVal fileName As String)
            'Dim a As New CrystalDecisions.Shared.DiskFileDestinationOptions()
            'a.DiskFileName = fileName
            Dim CrExportOptions As CrystalDecisions.Shared.ExportOptions
            Dim CrDiskFileDestinationOptions As New CrystalDecisions.Shared.DiskFileDestinationOptions()
            CrExportOptions = objRpt.ExportOptions
            If fileName.EndsWith(".pdf") Then
                Dim CrFormatTypeOptions As New CrystalDecisions.Shared.PdfRtfWordFormatOptions()
                CrExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat
                CrExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile
                CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions
                CrExportOptions.FormatOptions = CrFormatTypeOptions
                'CrDiskFileDestinationOptions.DiskFileName = "C:\Documents and Settings\Robot\Desktop\Trash\" & fileName
                'CrDiskFileDestinationOptions.DiskFileName = "C:\Documents and Settings\Robot\Desktop\Reports\" & fileName
                CrDiskFileDestinationOptions.DiskFileName = exportFolderLocation & "\" & fileName
            ElseIf fileName.EndsWith(".xls") Then
                Dim CrFormatTypeOptions As New CrystalDecisions.Shared.ExcelFormatOptions
                CrExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.Excel
                CrExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile
                CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions
                CrExportOptions.FormatOptions = CrFormatTypeOptions
                'CrDiskFileDestinationOptions.DiskFileName = "C:\Documents and Settings\Robot\Desktop\Trash\" & fileName
                'CrDiskFileDestinationOptions.DiskFileName = "C:\Documents and Settings\Robot\Desktop\Reports\" & fileName
                CrDiskFileDestinationOptions.DiskFileName = exportFolderLocation & "\" & fileName
            End If
            objRpt.Export()
        End Sub

  • How to do a union with a report query

    I've looked all over but can't seem to find any documentation that would suggest how to generate a union for a report query.
    The "all java" method would be two disparate report queries and then co-mingle the results. But we’d really like to have Oracle do the union and process only one result set.
    We are trying desperately to avoid the “code the SQL yourself” solution.
    Why a union? The Toplink expression generates SQL that takes Oracle over a minute to resolve. The Oracle Plan/Optimizer has several joins and full table scans in it that burn up the clock. If we break the expression apart at a very important ‘or’ clause each of the individual expressions takes a second or so – no full table scans. If we manually bolt the two expressions back together with a ‘union’ the ‘home grown’ expression takes a couple of seconds as the Oracle Optimizer executes each select and then combines the results.
    So any suggestions about how to get a Toplink union would be appreciated.

    I'm not much of a DBA or SQL guru, but here are a couple thoughts:
    - Is it possible to use a hint in association with the query to help Oracle with the join? Specifying hints is a new feature in 904 and may be your best solution here.
    - I don't think there is any union facility in the expression framework, but you might want to take a look at making an ExpressionOperator to do this. I think if you search this forum for ExpressionOperator you would hit some ideas.
    - Would it be reasonable or feasable to break the queries in two and then do the union in the middle tier? Just thinking out loud...
    - Don

  • How to start a Workflow with a Dynpro action button.

    Hi @ all,
    i have the problem, that i want to start a workflow with a self-made dynpro.
    The dynpro consist the following information who had to be transported in the workflow.
    Stacknr.
    User
    Date
    Time
    and a tif data file
    Somebody have an idea how it works?
    i am very new in workflow. So if you want to help me than please with a step by step guide.
    Thanks a lot.
    Regards Phil

    Hi,
    Please go through the wiki. There are plenty of instructions. Also, this is commonly discussed topic, so try to search first. The key for your problem is that there are function modules to tirgger workflows (either directly or with an event).
    Regards,
    Karri

  • How to start BPEL process with publishing initiation form designed in ADF

    Hii All,
    Can Anyone please tell me how to Start my BPEL process with publishing initiation forms designed in ADF fusion.
    I am using JDevloper 11g and Oracle SOASuite 11g toolset in windows platform.
    Thankx in Advance,
    Deekay.

    Hi,
    I assume you mean the JMS example under the $OH BPEL examples area. Unfortunately, this only shows how to get a BPEL process kicked off by awaiting a JMS message - but there is no test code there! There are specific examples which show off the testing framework facilities but it appears that all the examples which use async type of interactions are in the middle of a process which is kicked off by a normal synchronous client interaction.
    Any further help much appreciated.
    Colin.

  • TA21888 how to start a iMac with cd in the cd port

    How to start a IMAC 2010 / 2011 with cd in the tray thanks kids1

    What Disc (CD) is in the Optical DVD Drive...?
    If your trying to startup from the OS X Disc, see > Startup Manager
    If your trying to eject a stuck Disc, see > Quick Tip: How to Force Eject a Stuck Disc

  • How to start a systemd with certain configuration options?

    Hello,
    I do not understand what wiki page at arch that can help me to understand how I can start a daemon with certain configuration options. I know I can start with
    # systemctl enable unit
    , but for example, if I whanted to start "xboxdrv" with the option [--mimic-xpad-wireless --silent], or any other custom options I might need. I presume it can be done simple by dropping a .conf file somewhere, but I do not follow what wiki page that adress this - if it at all is possible?
    Regards
    Martin

    Hello,
    I followed the drop in option now in https://wiki.archlinux.org/index.php/Sy … n_snippets
    I tried to copy the whole xboxdrv.service and replace the ExecStart, and also only with ExecStart, like this:
    [Service]
    ExecStart=
    ExecStart= ExecStart = /usr/bin/xboxdrv -D -c /etc/default/xboxdrv --mimic-xpad-wireless --silent
    The drop in examples above is in: /etc/systemd/system/xboxdrv.service.d/override.conf
    Reatarting
    I then made sure the new .conf file was loaded by:
    # systemctl daemon-reload
    # systemctl restart xboxdrv
    # system status xboxdrv
    Result
    In both cases, the service fails to restart and I recive this error
    xboxdrv.service has more than one ExecStart= setting, which is only allowed for Type=oneshot services. Refusing.
    Anyone know how I can start "xboxdrv" with my custom options "--mimic-xpad-wireless --silent" using this drop in function for systemd?
    Regards
    Martin
    Last edited by onslow77 (2015-02-01 18:27:31)

Maybe you are looking for

  • 1.5.1 - printing problem with HP DesignJet 90

    I made several 18" x 24" prints using 1.5 on the HP DJ 90 this morning and they printed fine, as they always have. After upgrading to 1.5.1, the first print ceased printing at 20", the next at 8". There were no other equipment changes before or after

  • How to upgrade my internal hard drive for macbook 5,2 from 160GB to 1TB?

    Hello, I wonder if you can please help me out. I wonder, is it possible to upgrade my internal hard drive for macbook 5,2 from 160GB to 1TB? Thanks,

  • Where are Print Presets in Photoshop (CC 2014)?

    Where are print presets in Photoshop?  (I'm using CC 2014 but the question applies to earlier versions as well.) I don't see them anywhere. Illustrator has had them for an eternity -- where you can set paper size, printer type, color settings, magnif

  • MessageID not getting generated using Alert category created in ESR & BPM

    hi All, We are trying to use Creating Alert Categories in ESR and using them in Integration Processes by refering to the blog below: /people/gautam.purohit2/blog/2010/04/04/creating-alert-categories-in-esr-and-using-them-in-integration-processes--pi-

  • PDF files only print as "images"

    My computer recently crashed and I was forced to reset it to factory settings and reinstall all my programs and data.  I downloaded Acrobat Reader XI, but have been unable to print PDF documents other than as "images."  It now takes several minutes t