Export of reports in the workspace

Hello

I use Hyperion 11.1.2.1 and IE 8. Every time when I tried to export a report EN in excel, the workspace loggera me off for the first time that I have to export, and then after re-login, I am able to export to get the excel file. Is there any setting of IE I can set to prevent this? Any suggestion will be highly appreciated. Thank you.

Kind regards
Jerry

Try going to tools > Internet Options > Security > custom level > and then activate 'ask confirmation for file downloads '.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Problem in opening up financial reports from the workspace using a normal user id

    Hello

    We have recently migrated from version 9.3.1 (32-bit) to Oracle EPM 11.1.1.3 version (64-bit) and have a major problem with financial reports:

    * User who is configured as an administrator for the purpose of planning or reporting and analysis administrator can access a financial report to the workspace without any problem.

    * a normal user who is configured as a viewer, Explorer, analyst, editor of personal settings (under reporting and analysis) can see the POV and NOT the report. The report is just empty.

    * If a group (say A) is assigned 'administrator reporting and analysis' and 'Request for trust' and a normal user is assigned to this group, the user can then access the financial report with no problems. But we don't want to do coz:

    The normal user gets access to access shared services
    The user also gets see all other records and reports in the workspace to which he has no access to. The reports that are not in its right of access using the incorrect data gives.
    If the reports and analysis administrator privilege is removed from Group A and NOT 'Trusted Application', existing users in the group can still see the reports to which they have access to (with other documents to which they do not have access to). But if a new user is created from scratch and added to this group, it gets again a report empty with POV.


    Please let me know if anyone has experienced this problem and found a work around.


    Thanks in advance!


    Here is our environment.

    *****************************************************************
    The Oracle EPM system has been downloaded oracle delivery Web site
    * Oracle Enterprise Performance Management (11.1.1.3.0) Media Pack for Microsoft Windows x 64 (64-bit)

    Environment of the EPM system is as follows:
    A server:
    Shared services, planning, workspace, web, calculation of financial information manager application

    ServerB:
    Essbase server, Essbase Administration services, provider services

    C Server
    Financial reports, Webanalysis

    It drove me crazy. The minimum amount of access I could give users was Bishop content rights so that they are able to run the reports.

    I connected it with Oracle and they finally gave me with the solution.
    Bug # if you are interested is 8991596, but I think it is unprecedented.

    WARNING: I highly recommend that you talk with support and mention this bug number before executing this SQL.
    This code worked for me and I don't have problems after running it but I ran this on a first test environment. I accepts no responsibility if your environment explodes etc etc!

    See you soon,.
    Gee

    # 1. Run the following SQL to display the internal records.
    # "Show hidden objects" must also be enabled in Explorer to display the folder.

    update of v8_container the internal value = 1 where parent_folder_uuid = "HRINTERNALFOLD" or container_uuid = "HRINTERNALFOLD".

    # 2. Remove all files in the folder "HRInternal" from the Explorer.
    # Do not delete the HRInternal folder!

    # 3. run the following SQL to reset the folder "internal".
    update the internal value = 0 v8_container where container_uuid = 'HRINTERNALFOLD. '

    # 4. Run the following SQL to recreate the folders with access to the global group

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('USERPOVFOLD','ID03','HRINTERNALFOLD','UserPov',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('USERPOVFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('USERPOVFOLD', 1, '\HRInternal\UserPov')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'USERPOVFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('DATASOURCESFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('DATASOURCESFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('DATASOURCESFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'DATASOURCESFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('HRSCHEDULERFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('HRSCHEDULERFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('HRSCHEDULERFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRSCHEDULERFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRINTERNALFOLD')

    -Give full control access to the UserPov of human resources to the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('USERPOVFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('USERPOVFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the data directory of human resources for the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('DATASOURCESFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('DATASOURCESFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the HR planner record for World Group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('HRSCHEDULERFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('HRSCHEDULERFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

  • Export of end of the workspace reports

    Hello

    I need to export and import migrations EN from the old environment to the new environment.

    -What I connect in the workspace
    File-> export-> root/workspace (who should I choose?)-> select all-> name of the export file
    Type? (End of all objects reports)


    Is this good way to export?
    give name.zip or single name

    You can go to file > export and then select the folders that contain the reports you want to export, a zipper will be generated with all reports in there.
    Give it a go and then open the zip file and you will see the reports inside.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Essbase Error (1013289) when you run a report in the workspace 11.1.2.1

    Hi gurus,

    I get the following error at the whe Workspace, you try to run a report EN to the workspace:

    Query error: error: internal error Essbase JAPI: [cannot perform view cube operation. ] [ Essbase Error (1013289): command [MdxReport] failed due to memory allocation failure]

    This is the first time happened in this environment and I already checked the free memory space and everything seems fine.

    Could someone help me on this?

    Thanks in advance

    concerning

    To the right...

    I found the solution after reading the article on https://blogs.oracle.com/pa/entry/epm_11_1_2_ulimit

    Thank you

  • Reports of fin - error when you try to run a report via the workspace - 11.1.1.3

    I can run the report using the client. But when any user tries and it works via the workspace we get:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < BpmResponse action = "" type = "error" > "
    < code > 0 </postcode >
    < desc >; nested exception is:
    java.rmi.UnmarshalException: error demarshalling return; nested exception is:
    java.io.InvalidClassException: com.hyperion.reporting.properties.PovProperties; incompatible local class: stream classdesc serialVersionUID = 2904510004932374854, local class serialVersionUID =-1387329505542936014 < / desc >
    < / BpmResponse >

    Did you reinstall activities or apply patches recently? I saw this when I have patch a multi server environment where the report server had a patch level, but the en web had the old patch level. I inspect the sizes and dates of your financial report on different server jar files to make sure they match.

    Nick

  • Configuration of smtp outgoing for running reports in the workspace

    We are in version 9.3.0.1

    We use the workspace to run batch reports that have been created in the financial reports studio

    Our outbound Exchange Server has changed

    Where is - it change us server settings outgoing exchange?

    Thanks in advance for your help.
    Dave

    You are welcome Dave. Only reporting and analysis services should be sufficient.

    See you soon,.
    Mehmet

  • error when exporting large report on the PDF in OBIEE 11.1.1.6.12

    Hello

    We have great report should be exported to PDF, I have change some setting like below:

    In the Config.xml file that is located in \BI_Home\instances\instance1\config\OracleBIJavaHostComponent\coreapplication_obijh1\, change

    < XMLP >

    < InputStreamLimitInKB > 32768 < / InputStreamLimitInKB >

    < ReadRequestBeforeProcessing > true < / ReadRequestBeforeProcessing >

    < / XMLP >

    in xdo.cfg, replace

    < property name = "system-temp-dir" > c:\temp < / property >

    the correct path

    After this adjustment, I am able to export reports to PDF, but the records of more than 10000, it throws the error in sawing:

    [2015 03-27 T 10: 51:29.000 - 04:00] [OBIPS] [ERROR: 16] [] [saw.rpc.mis.read] [ecid: 6314d6274a0b62d0:3aa2f498:14bec1dc796: - 8000-0000000000048471, 0:1] [tid: 2312] RPCServer returned an error: error when running PDFRpcCall.processMessage

    oracle.xdo.XDOIOException: com.siebel.analytics.utils.InputStreamWithLimit$ ReadOverTheLimitException

    at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1065)

    at com.siebel.analytics.web.javahostrpccalls.xmlp.XmlpAbstractRpcCall.processMessageInternal(XmlpAbstractRpcCall.java:71)

    at com.siebel.analytics.javahost.AbstractRpcCall.processMessage(AbstractRpcCall.java:251)

    at com.siebel.analytics.javahost.MessageProcessorImpl.processMessage(MessageProcessorImpl.java:193)

    to com.siebel.analytics.javahost.Listener$ Job.run (Listener.java:223)

    at com.siebel.analytics.javahost.standalone.SAJobManagerImpl.threadMain(SAJobManagerImpl.java:207)

    to com.siebel.analytics.javahost.standalone.SAJobManagerImpl$ 1.run(SAJobManagerImpl.java:155)

    at java.lang.Thread.run(Thread.java:662)

    Caused by: com.siebel.analytics.utils.InputStreamWithLimit$ ReadOverTheLimitException

    at com.siebel.analytics.utils.InputStreamWithLimit.incTotalBytes(InputStreamWithLimit.java:58)

    at com.siebel.analytics.utils.InputStreamWithLimit.read(InputStreamWithLimit.java:49)

    at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)

    at java.io.BufferedInputStream.read(BufferedInputStream.java:317)

    at oracle.xdo.common.io.FileUtil.writeLargeFile(FileUtil.java:75)

    at oracle.xdo.template.FOProcessor.xmlDataSave(FOProcessor.java:2229)

    at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1050)

    ... 7 more

    [[

    Leader: RPC.cpp

    Online: 473

    Geographical area:

    Saw.RPC.mis.Read

    Saw.Subsystem.Portal.pdf

    Saw.httpserver.ProcessRequest

    Saw.RPC.Server.Responder

    Saw.RPC.Server

    saw.rpc.server.handleConnection

    Saw.RPC.Server.Dispatch

    Saw.ThreadPool.socketrpcserver

    Saw.threads

    SessionID: 6hj63tlcl14h5jfa8m9dacbmgea1frjsndqc6ta

    AuthProps: AuthSchema = UidPwd | PWD = * | UID = wei | User = wei

    ECID: 6314d6274a0b62d0:3aa2f498:14bec1dc796: - 8000-0000000000048471, 0:1

    ThreadID: 2312

    HttpCommand: go

    ]]

    [2015 03-27 T 10: 51:29.000 - 04:00] [OBIPS] [ERROR: 31] [] [saw.rpc.mis.read] [ecid: 6314d6274a0b62d0:3aa2f498:14bec1dc796: - 8000-0000000000048471, 0:1] [tid: 2312] a fatal error occurred during the processing of the request. The server responded with: com.siebel.analytics.utils.InputStreamWithLimit$ ReadOverTheLimitException. [[

    Leader: RPC.cpp

    Online: 479

    Geographical area:

    Saw.RPC.mis.Read

    Saw.Subsystem.Portal.pdf

    Saw.httpserver.ProcessRequest

    Saw.RPC.Server.Responder

    Saw.RPC.Server

    saw.rpc.server.handleConnection

    Saw.RPC.Server.Dispatch

    Saw.ThreadPool.socketrpcserver

    Saw.threads

    SessionID: 6hj63tlcl14h5jfa8m9dacbmgea1frjsndqc6ta

    AuthProps: AuthSchema = UidPwd | PWD = * | UID = wei | User = wei

    ECID: 6314d6274a0b62d0:3aa2f498:14bec1dc796: - 8000-0000000000048471, 0:1

    ThreadID: 2312

    HttpCommand: go

    In addition, we have already set in configuration in insatanceconfig.xml for report export to excel that has no problem:

    < ResultRowLimit > 300000 < / ResultRowLimit >

    < / ODBC >

    < views >

    < Center >

    <! - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control - >

    < DefaultRowsDisplayedInDelivery > 2500 < / DefaultRowsDisplayedInDelivery >

    <! - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control - >

    < defaultRowsDisplayedInDownload > 200000 < / DefaultRowsDisplayedInDownload >

    <! - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control - >

    < DisableAutoPreview > false < / DisableAutoPreview >

    < > 1920000 MaxCells < / MaxCells >

    < MaxVisibleColumns > 5000 < / MaxVisibleColumns >

    < MaxVisiblePages > 2500 < / MaxVisiblePages >

    < MaxVisibleRows > 500000 < / MaxVisibleRows >

    < MaxVisibleSections > 5000 < / MaxVisibleSections >

    < / Center >

    < table >

    <! - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control - >

    < DefaultRowsDisplayedInDelivery > 2500 < / DefaultRowsDisplayedInDelivery >

    <! - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control - >

    < defaultRowsDisplayedInDownload > 200000 < / DefaultRowsDisplayedInDownload >

    < > 1920000 MaxCells < / MaxCells >

    < MaxVisiblePages > 2500 < / MaxVisiblePages >

    < MaxVisibleRows > 500000 < / MaxVisibleRows >

    < MaxVisibleSections > 5000 < / MaxVisibleSections >

    < /table >

    < cube >

    < CubeMaxRecords > 500000 < / CubeMaxRecords >

    < CubeMaxPopulatedCells > 500000 < / CubeMaxPopulatedCells >

    < / cube >

    < graphics >

    < MaxVisibleColumns > 5000 < / MaxVisibleColumns >

    < MaxVisiblePages > 2500 < / MaxVisiblePages >

    < MaxVisibleRows > 500000 < / MaxVisibleRows >

    < MaxVisibleSections > 5000 < / MaxVisibleSections >

    < JavaHostReadLimitInKB > 10240 < / JavaHostReadLimitInKB >

    < / charts >

    < / views >

    Someone knows if I get bored always something here?

    Thank you

    Check this Doc ID 1567582.1

  • Restrict users of financial reports in the workspace

    I have a user who has access to a specific planning unit so that it can enter data for this unit.

    The hierarchy is:

    Entity

    Dept1

    Dept2

    UnitA

    UnitB.

    In this scenario, the user is able to enter data into UnitA only. It works very well, but he can find financial reports that Dept1 and same entity.

    How can I limit so that it can only view reports of UnitA.

    Any suggestion would be appreciated.

    This report created using Essbase connection? If so, this is the reason why it shows all the metadata. If you use a connection planning then he imitates the planning of the properties. However, you cannot make attribute declaration.

    Concerning

    Celvin Kattookaran

  • PDF option is not available for last Reporting in the workspace

    Hello


    I installed the print server and all the components of EN with Ghost script and configured correctly.

    I am unable to see the PDF en format options when HTML is displayed.

    Any suggestion to check if I made a mistake

    Version 11.1.2 on Server 2008 R2-x64bit

    Concerning
    Kumar

    Published by: Kumar 1 September 21, 2011 07:13

    Ahh good new :)

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • JSP error when opening the EN in the workspace version 11.1.2.1

    When I open the financial report in the workspace, the report just shows empty, and it is a JSP error, can someone help tell me what kind of error it is and how to fix it? Thank you

    : syntax error
    line: 71
    Char: 167
    Code: 0
    URI:
    http://192.168.120.192:19000/HR/modules/com/Hyperion/reporting/Web/reportViewer/HRHtmlReport.jsp?newInstanceId=2549368 & repository_path = % 2FOPRreport % 2F % E6% AF %9 B % E5% 88% A9% E9% 83% A8% E4% BB % BD % 2F % E7% B8% BD % E6% AF %9 B % E5% 88% A9% E9% A1% 8 d-(%E9%A0%90%E4%BC%B0)-% E8% 87% AA % E6% 9 c % 89 & elementType = 2 & viewAs = html & run = 1 & showprompts = true & showuserpov = prefs

    Hello

    Please check this knowledge ID
    Reports financial reports not display all the results in HTML or PDF (Doc ID 1345703.1)

    The content of the above mentioned article is as follows:

    Setting up the Shared Services environment has been configured with multiple external directories. The native directory is the latest in the search order, and a few users (including the ' admin') names exist both an external directory and the native.

    When the user "admin" exists in several vendors, and an appropriate external service provider is defined in the search before native Directory order, the external user "admin" will be invoked. When "admin" connects to the workspace, the system will see first external 'admin' and will authenticate this user instead of the intended one Native. When this "admin" user tries to open EN reports, required in the HRInternal folder (in the file system) access will be denied. Therefore, the report opens blank.

    This is addressed in new BUG 10247788 - can't RUN EN REPORTS IN WORKSPACE AFTER APPLICATION of 11.1.2.0.04
    Solution
    Change the order of search of the directories of Shared Services in order to first define native directory.

    To change the search order:
    a. start the Shared Services Console.
    b. Select and then configure the users directories.
    c. in the defined Directory screen, select the Native directory.
    d. click on 'Up' as many times as necessary until it is the first in the search order.
    e. click Save.

    To make the changes take effect, the Foundation of Hyperion Service must be restarted (and all other services of EPM as well).

    For more information on the research agenda and how Shared Services proceeds to authenticate users, please see doc below, page 40:
    http://download.Oracle.com/docs/CD/E17236_01/EPM.1112/hss_admin.PDF

    Hope this helps,

    Thank you
    Charles Babu J

  • How to export interactive report in an excel file

    Hello
    + I am trying to export interactive report providing the link as the export to Excelat the bottom of the report. +

    Hello

    step 1:-download process type plugin named "excel_plugin". It's process type plugin.
    Step 2:-import the plugin in your shared-> Plugin component application
    Step 3 :-d ' use this plugin adds a new process to a page in your application, based on this plugin
    Usable as a process "on Load - before the header.
    Use a query of Type Condition = Expression 1
    Expression1 = XLS

    step 4:-create a button on your page.
    Action: Redirect to the Page in the number of that application and the page should be your report page.
    Ask: XLS

    I hope this will help you to solve your problem.

    Thank you
    Jitu

  • How do you export the report to the single campaign?

    Hey all,.

    I ran my first simple campaign and I'm a big fan of the presentation of the report Eloqua provides - includes just the basic stuff (send, openings, clicks, etc.). Is there a way to export this exact Visual report?

    Thank you

    Greg

    Currently, you are not able to export this report.

  • How to export settings of the workspace in PhotoShop CC?

    How to export settings of the workspace in PhotoShop CC?

    Specifically, the location of my tools, palettes and so on.

    I created my work space and save - and this is my window > Workspace menu but it's not here the export option.

    Other instructions I found (for CS6) supposed to go into file > presets > menu manage - but that has only brushes, shades, etc. - no option I can find for the workspace layout.

    PC instructions, please. Feel free to include Mac, if they are different, so the next person can find a complete solution.

    (I hope the translation of this statement for INDD & I - or I'll post on the forums as well)

    Please and thank you.

    If you can access other system files of users on the local or remote computer, you can import the Photoshop preferences files.

  • Financial Reporting Studio - added attributes to the Page will not appear in the workspace

    I tweaked an existing report by adding 2 attributes to the grid and assigning "Point of view of the user" for both of them.  When I go to the workspace Explorer to try running, however, the two new attributes are not listed, so it is impossible for the user to select the.  I tried deleting the POV, thinking that would like to start the selection process, but the two new attributes are still not visible.  Any ideas?

    Hello

    Yes, I can imagine your problem now. I hope that Dev has refused it because it is not really a bug (feature works do not), and that soon we will see like features designed into the product.

    At least we know it.

    Thanks for posting the message.

    You could close the question please.

    Kind regards

    Philippe

  • APEX export report rerun the query

    Hi all!

    Version-
    Oracle 11.2
    Apex 4.1

    We have a report of Apex that is generated by calling a function. When the report is displayed in the area, when you click Export to export to CSV, the query is executed again. The report should not be exported without rerunning the query?
    Y at - it all parameters must be configured to disable the query to new while exporting a report or it comes to APEX?

    Thanks in advance.

    -SS.

    Export a report is a separate application and it will get the requested data and create a CSV file out of it. Thus, the query will always to run once more. The report that you view on your page will always get only that number of lines to the customer as requested in the paging and the condition in your report can ask many more lines.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

Maybe you are looking for

  • Full time quickly machine

    I am completely confused by TM. On my MacBookPro - 10.10.5 280 GB free 500 GB and all the variable major data on DropBox (excluded from the backup) disk 1 GB TM attached with nothing else on it fills up very quickly and then does not work as I suspec

  • Support SME 3.0

    With SMB3.0 now in the latest version of Samba, I wondered when SMB3.0 would be available in the ix series. competing as Synology and QNAP already have this built-in support... (for a while)... It would solve my problems (hopfully) with slow file cop

  • Send / receive channel of tcp/ip

    I want to send a string of tcp / ip from one pc to another pc. Attached used vi, unfortunately without success, can anyone help me?

  • Since the download of windows live I can't log out hotmail. How to solve the problem

    I bought a windows mobile and Zune downloaded on my desktop, windows live was also downloaded. Since then, I was unable to log out of my account hotmail of origin on my desk. I have since deleted zune, but the problem is still there.  It seems to be

  • Windows backup help

    I did a backup on a Windows 7 computer that was stolen.  I'm now trying to find the backup files using a Windows XP computer.  If I'm looking and you try to move several files I get an error message that says that the files are not.  Is there a bette