To access the reports of EN in several languages

We have a duty to post EN reports in languages other than English. How do we do this to the top? I am able to do for the workspace by changing the language options in the web browser.

But when it come to EN reports, they always display in English. Is it possible to view existing reports in other languages?

Hi StefRon,

What you need to do is to go to file, preferences in the space to work and then Consolidation. You choose the application that reports of the Russian Federation joined in the list of applications, and then further down you can choose the default language for the descriptions.

Tags: Business Intelligence

Similar Questions

  • Information to access the reports

    Hello friends, OK?
    I wonder if there is a report or a table ready, where can I get information to access the reports (who has accessed, how often, etc.).

    Thank you.

    Published by: user9978741 on 01/27/2009 10:16

    Monitoring of its use only applies to the IR and must be enabled:

    1 log on as administrator in the workspace.
    2 in the menu navigate Hyperion choose administer/use Tracking.
    3. check the make active follow-up use and enter other fields.
    4 in the menu navigate Hyperion choose administer/tracking event.
    5. now, select the events to follow, for example system connections, open the IR Document.

    Event tracking does not track Web analytics or financial information.

  • Active directory user cannot access the report.

    One of the users active directory is unable to access a report, I gave the user view and Explorer in shared services provisions, are there other provisions that I need to give?
    According to the user when he clicks on the report and tries to open it, it asks for a username and password and generates an error when you try to connect by using his ID and password.

    Hello

    Your questions on the financial reports or forms of data in planning?

    In the case of forms, you can add affect access to the user reading/writing/no access. Open the form add assign access-> user-> select user-> give the appropriate access.

    For the reports go to Navigate-> explore-> select the report-> right-click provisioning-> click on remove users-> selcet available user or group run Panel selected-> next-> access inherit-> ok.

    Thank you.

  • access the report

    Hi all!

    Access to reports is located within only one or two specific users. I know we have the ability to restrict access to reports by role, but is it possible to do so by the user?

    Thank you
    Depret

    I guess you can do it using guided NAV. BTW what is the role of these special users

  • To access the reports of discoverer of Oracle Apps

    Hi all

    Requirement: To access Oracle Apps discoverer reports
    Discoverer: 11g
    Oracle Apps: 12i

    When I try to access Oracle apps discoverer reports, again, he is asked for Oracle Apps identifiers. Can we have another option that can be directly connected to the Viewer without any intermission. Please its urgent needs.

    ThanQ,
    ABR

    Hello

    Ask the menu where you will launch discoverer reports to. If you have created a new responsibility, questioning the menu associated with this responsibility and implement the steps. If you call some other responsibility reports, go to the same practice still once (i.e. query responsibility for the menu name, and then implement the steps).

    Thank you
    Hussein

  • Access the values of the checkboxes unchecked in a report.

    Hi all

    I have a report to track the attendance of students in classes.

    The report has values from several tables, including students, class, object, class_meeting etc.

    The report includes all students enrolled in the class and it has a check box field that is used to determine whether or not they were present at the meeting of specific class.

    The box is the student_id column and it is checked when the 'present' field is 1 and unchecked when the 'present' field is 0, it is implemented like this:

    apex_item.checkbox2(1, student_id, DECODE(present, 1, 'CHECKED', null))
    

    According to the documentation of the api.

    I also created a submit to the process that looks something like

    FOR I in 1..APEX_APPLICATION.G_F01.COUNT LOOP
      UPDATE class_meeting SET present = 1 WHERE student_id = APEX_APPLICATION.G_F01(i);
    END LOOP;
    

    So far so good. What I want to do is, say that the Professor opens the new report and uncheck one of the students, and submits the page, how can I set up "presents" to 0 for the uncontrolled student?

    The main issue which I suppose is, how to access values of the boxes unchecked, with one subject to the process.

    It will fail. Unchecked the boxes DO NOT send a value in session state. For example 10 students-> 10 records in table f01. Checked the file 3-> 1 plug in f02 array with the value 1. Pretty useless.

    Keep the boxes to tick with the PK as a value AND add an element hidden with the student ID. In this way, you can associate the boxes up to the correct record.

    A way to deal with the other, now unchecked, check boxes, would probably be to update records for current is set to 0 and then update the records for which the boxes have been checked.

    BEGIN
      -- set all students as not present before setting those who were
      update class_meeting
         set present = 0
       where meeting_id = PX_MEETING_ID;  -- The meeting has a PK of its own I suppose.
    
      -- Array F01 = checkbox, student IDs
      FOR i in APEX_APPLICATION.G_F01.COUNT LOOP
        update class_meeting
           set present = 1
         where student_id = APEX_APPLICATION.G_F01(i);
      END LOOP;
    END;
    

    Moreover, the student ID, then in this loop loop see if you can match the ID with a record in the table of the checkbox. If you can: submit, if you can't find any: absent.

    DECLARE
      l_found BOOLEAN;
    BEGIN
      -- Array F01 = student IDs
      -- Array F02 = checkbox, student IDs
      FOR i in APEX_APPLICATION.G_F01.COUNT LOOP
        l_found := FALSE;
        FOR j IN APEX_APPLICATION.G_F02.COUNT LOOP
          IF APEX_APPLICATION.G_F02 = APEX_APPLICATION.G_F01(i) THEN
            l_found := TRUE;
            EXIT;
          END IF;
        END LOOP;
    
        IF v_found THEN
          update class_meeting
             set present = 1
           where student_id = APEX_APPLICATION.G_F01(i);
        ELSE
          update class_meeting
             set present = 0
           where student_id = APEX_APPLICATION.G_F01(i);
        END IF;
      END LOOP;
    END;
    
  • Method of Report.Save, the report has been made in a new path, but why is the empty file?

    Hallo,

    I have a problem to save the report file in a new way.

    In my code, I used the Runstate.Report.Save(newpath, overwrite, 0) method to save the report.

    And after the excution of the test, I can find the file of report in the right place, but if I open it, it's empty, I mean, there's nothing in this report.

    Someone has an idea? Where is the problem? And what I could do?

    Thank you!

    Cabio

    Hi Cabio,

    Before answering your question, I would like to let you know that you can configure the path to the report file in the report file path tab report options.  You can choose from several options, including by specifying an expression that is customized for the report path.  This will allow you to customize where the report is saved without changing code.

    If this isn't meeting your needs, the problem you're likely to have is that you access report until the report is actually produced.  To access the report object after it has been populated, replace the ProcessCleanup callback, which runs after the report has been generated.  (see the example of navigation PreUUTCallback for an example of substitution of a reminder.

    Note: if you use TestStand 2012, this method will not work unless you configure Report Builder for not using a new thread.  You can configure this option in the treatment of dialogue by selecting the checkbox options more results.  If you do not want to use a new thread, you can access the report by changing the sequence of AddUUTReportAndSave in ReportGen_ATML.

  • My computer guard shut down, and the report said "panic."?

    The computer stops regularly without promting, then automatically restarts after a few seconds. The reports said the word 'panic', as well as a bunch of stuff I don't understand. Much obliged for any suggestions as to what may be the problem.

    These must be run as administrator. If you have only one user account, you are the administrator.

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    In the Console window, select

    DIAGNOSIS AND diagnostic USE information reports ▹ System

    (not diagnose them and use Messages) in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu bar.

    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points downwards. You will see a list of reports. A report of panic has a name that begins with "Kernel" and ends with ".panic." Select the most recent. The content of the report is displayed at right. Allows you to copy and paste to validate all of the content, text, not a screenshot.

    If you don't see any report, but you know, there was a panic, you have chosen diagnostic and using the list of Log Messages. INFORMATION on the USE of DIAGNOSTIC AND choose instead.

    In the interest of privacy, I suggest that, before posting, you change the UUID ' anonymous, ' a long string of letters, numbers and dashes in the header of the report, if it is present (it cannot be). "

    Please do not post other types of diagnostic report.

    I know that the report is long, perhaps several hundred lines. Please report all this anyway.

    When you post the report, an error message may appear on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Problem of cached values when I want to run the report again

    Hi all

    I have a page of interactive report which run through two criteria by virtue of which start date and end date. Once I enter the valleys of the date and click on the button create, then the report appears below. My problem is, once I go back to home page back to the report page to create another report, and I see that the date values are cached report is already created with previous values. What I need is once the page is running in the first, date values must be reset.

    Any advice?

    Thank you

    Hello

    You can reset the date start and end in two ways:
    1) go to the entrance of list change (i.e. the link) you are accessing the report page.
    In the target section: set the property to Empty the Cache with the number of your report page.
    This clears the memory cache for your report page.

    (2) If you want to reset only the begin and end date elements - you will need to create a process to clear the cache
    that runs when the page is loaded.
    Go to the creation of process
    Category: State of Session
    Type: clear the Cache for the elements (POINT, POINT, POINT)
    Point: when loading - before header
    Enter the elements delimited by "," (example: MY_ITEM1, MY_ITEM2, MY_ITEM3)
    Create processes.

    I hope that helps!
    Kind regards
    Kiran

  • In the standalone Simulator, it shows different languages but not by eclipse

    Dear friends,

    When I run the stand-alone Simulator of the Start Menu, it shows several languages in the 'Options', whereas when I trigger it for debugging of eclipse it shows that two languages, there is a solution for the same, please guide.

    Hello friends I am able to solve the problem:

    Version of Eclipse 3.3

    Simulator: for 8900 and 4.6.166 software version

    (a)

    1. add language like: http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800792/801083/How_To _...

    Note: For Arabic is: net.rim.blackberry.lang.ar

    (b)

    1. in the run-> Debug Configuration-> Blackberry Simulator-> (name of your project)

    2. Select the tab 'Simulator', then in the row underneath 'Advanced '.

    3. check the option «Use custom command Options»

    4. and in the text box for "Customized Command Line" add "/ app-param = JvmAlxConfigFile:8900.xml" (without the quotes)

  • How to access the tab 'Save all' when I close several jpeg files that have been adjusted with the "color adjust tool? He is currently making me close and save one at a time. Thanks for any help :)

    How to access the tab 'Save all' when I close several jpeg files that have been adjusted with the "color adjust tool? He is currently making me close and save one at a time.  I've just upgraded to El Capitan.  Thanks for any help :)

    I assume that you use the application overview.

    I can't find an answer to back up everything, but a workaround could be while the file menu options are visible, press the option key

    and the point of the window will become close, if you click on that dialogue will ask you if you want to restore the changes or save

    pressing Save will close the image with the changes and then move to the next image and so on.

  • How to access the information in the report of a pass/fail test?

    I'll call you a LabVIEW VIs of TestStand which are configured as ' pass/fail Tests. The result of the Boolean "PASS/FAIL" of LabVIEW indicator apparently are accessed through the variable RunState.SequenceFailed of TestStand. However, I can't find a similar TestStand variable that contains the information of 'Text of the report' of LabVIEW. Not such a variable exist, nor will it take to create a?

    Hi bmihura,

    The best approach would be to use direct information from the stage itself. You can get the text of the report of the RunState.Step.Result.Report text

    In this way, you go to the step text report directly.

    Alternatively, you can store the text of the report to a variable in the parameters of the step.

    I hope that gets things moving along to you!

    Kind regards

  • Out of several users on my computer only one can access the internet

    Original title: Internet connection

    There are several users on my computer, but only one of them can access the internet, pls help. THX Fred

    Hi Fred,.

    1. is it wired or wireless?

    2. what exactly happens when you try to connect to the internet? You receive an error message?

    3 did you do changes on the computer before the show?

    I suggest to follow the article and check if you can connect to the internet:

    The problems of Internet connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-Internet-connection-problems

    You can also see the following article for more information on network problems:

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    Reply with more information about the issue so that we can help you better.

  • I have CS5 and adobe update reported that I have several updates of loans - when I started the update, it failed at every update.  Please notify.

    I have CS5 and adobe update reported that I have several updates of loans - when I started the update, it failed at every update.  Please notify.

    Please see:CS5 updates fail

    Troubleshoot update | CS5, CS5.5, CS6

    I hope this helps.

    Concerning

    Megha Rawat

  • I created a pdf file on my computer that has several links to to other PDFs, word documents, etc. When I send this to people that they cannot access the links. Probably because the files in the links are only stored on my computer. Any ideas?

    I created a pdf file on my computer that has several links to to other PDFs, word documents, etc. When I send this to people that they cannot access the links. Probably because the files in the links are only stored on my computer. Any ideas?

    Of course, it's an option as well. You can attach files to the main PDF file, or you can merge all files into a single PDF portfolio.

Maybe you are looking for