Change the report based on the selected value frm the prompt

Hello

I have a requirement where we invite dashboard that has three columns namely year, month, and report the name.
The user will choose the name at the prompt report, once made the report that was selected should appear
on the dashboard page and he should be able to select the data on the basis of the month and the year of it.

Also, if the user wants to go to the other report it should be able to select in the guest and view it.

Pls enlighten us on the way of progress on this issue. From now on, think that if something like this is possible, then it would definitley
need two prompts a report name and one for the month and the year.

THX :)

Are you looking for this?

http://oraclebizint.WordPress.com/2008/01/17/Oracle-BI-101332-selecting-reports-from-Dashboard-prompts-and-guided-navigation-sections/

Tags: Business Intelligence

Similar Questions

  • Change the prompt 'Password required' SSL VPN

    Someone knows how to change the prompt 'Password required' SSL VPN? If it is editable via ASDM I can't! I've been everywhere set it up-> remote access VPN-> clientless SSL VPN access-> Portal-> section of personalization but cannot find where this particular part of the text is changed. The problem is that the text that exists doesn't accurately reflect strategy of password of my organization.

    See the image file as an attachment to the exact section of the text, I would like to change.

    Thank you

    Ben Posner

    Hi Ben,

    ASDM > Configuration > VPN remote access > location of language

    Expand models--> select webvpn--> export--> save the file

    Now find the msgid you want to edit and write your own string under msgdtr as follows:

    #: Mummy.c:5758

    #, c-format

    msgid "password expired in %s day (s), if you want to change now enter a new password with length minimum %s. '.

    msgstr "insert your string here."

    Now import it to the same page of the ASDM
    Language: en

    Translation: webvpn

    You should now see your custom string.

    Ivan

  • Change the prompt request bean Go button

    Hello

    How can we change the prompt of the Go button that comes by default in the request bean. I crossed the wire http://forums.oracle.com/forums/thread.jspa?messageID=1354500? and tried the code but it didn't work. His impression not found button. Let me know if there is way to do this.

    OAQueryBean queryBean = (OAQueryBean) webBean.findIndexedChildRecursive ("QueueQueryRN");
    String GoButtonName = queryBean.getGoButtonName ();
    GoButton = (OASubmitButtonBean) queryBean.findIndexedChildRecursive (GoButtonName) OASubmitButtonBean;
    If (goButton! = null)
    {
    goButton.setText ("Search");
    System.out.println ("found button");
    } else
    System.out.println ("button not found");

    Thank you
    VG

    Published by: VG on August 9, 2011 10:37

    VG,

    Try to get to the querybean like this:

    OAPageLayoutBean pl = pageContext.getPageLayoutBean ((OAPageLayoutBean));
    Qb1 OAQueryBean = (OAQueryBean) pl.findChildRecursive ("simpleSearchRN");

    Kristofer

  • Change Dropdown Checkbox based on another component value

    I want to put a stop to a checkbox if a drop-down list next to her has been used.  Let me illustrate:

    I have a form that is sent to a long with a number of events to subscribers.

    He would have a box next to what is sent.

    [] Enclosed is your {drop down list with several names of policy}

    [] Enclosed is a check {dropdown for various reasons}

    It would be awesome if I could put a check in the box if the user active then selects a value from the associated drop-down list.

    So if I use the above example and use the second dropdown because they send a refund check it would put the check in the CheckBox10 object once I chose the "refund policy" item of this list (or any element not the default).

    Appreciate very much all the advice.

    Thanks for looking,

    Hello

    Assuming you are using a checkbox for the power switch default values 1 and 0, then this JavaScript code in the case of calculate of CheckBox10 should do so;

    DropDownList1.isNull? 0: 1;

    Just change the DropDownList1 to match the name given to let you down CTRL key.

    Concerning

    Bruce

  • How to classify the lines on a report based on a column value

    Hi gurus,

    I have a dimension of project, each Member of the project are a member of the ProjectStatus into account dim Smartlist Type with these values: new, ongoing, completed... and other account information such as... ProjectName, ProjectStartDate, ProjectFinishedDate...

    I want to create a report like this:

    Page: List of entity
    Column: Project Info accounts
    Rank: List of projects classified by ProjectStatus account as below:

    1. NEW PROJECT
    List of projects with ProjectStatus New
    2. THE CURRENT PROJECT
    List of projects with current ProjectStatus
    3 END OF THE PROJECT
    List of projects with completed ProjectStatus
    ....

    ProjectStatus of each project being different in any of the entities (for example: Entity01->-> ProjectStatus Project01 = New and Entity02-> Project01-> ProjectStatus = finished), it cannot be done by Decree the members of the project manually.

    Is it possible to do it automatically? In the view of the customer, it's a very simple thing with database relationship so we cannot convince those that cannot be done.

    Thank you very much
    Van Huy

    Published by: Van Huy on March 13, 2013 01:17

    You can make a step forward to deleting or sorting based on the value of your smartlist.

    You can sort based on the values, or you can perform a conditional repress.

    Create 3 identical to ProjectStatus as the first member ranks. Perform an advanced delete using the data in cell 1 A = 2 value or the value data in the cell, 1 = 3 (this will give you all the projects with the new State)

    http://docs.Oracle.com/CD/E17236_01/EPM.1112/fr_user_epm/ch02s04s02.html

    Published by: Madeleine Kattookaran, March 18, 2013 06:58

  • How can we change the prompt values from default of other guests...

    Hi Experts,

    I have a quick-> DAILY, WEEKLY and MONTHLY status.

    If the user selects one of the default value in an another guest of Startdate and Enddateshould change, here Startdate and Enddate is Editbox/calendar control.


    Declared the variable of the presentation on the front line and in the second prompt SQL Results(Default to) I write

    + SELECT CASE WHEN ' @{almost} = END "WEEKLY" THEN VALUEOF (VAR_WEEKLY) +.

    but in the default language that he did not show the value of the variable repository...

    Please suggest me a solution its urgent

    Thank you
    saichand.v

    Hi Andre,

    Are you an error ("error creating Drop Down Values")? Or are you just see an empty default value?

    If you get an error, you have all the columns display in your default SQL formula? If this isn't the case, it's your problem. OBIEE won't let you build a logical SQL query without having a column of presentation in it somewhere.

    If this is your problem, try the following: SELECT CASE WHEN 1 = 0 THEN WHEN ' @{almost} "="WEEKLY"THEN from END VALUEOF (VAR_WEEKLY)

    Do not forget to replace SUBJECT_AREA and PRESENTATION_COLUMN with appropriate names. Condition 1 = 0 will never evaluate true, so it's as if she's not here, but OBIEE will see that there is a column of presentation of the formula and stop giving you the error.

    Good luck and if you found this post useful, please give points!

    Best regards

    -Joe

  • Multi select values in Lov in the user setting page

    Hello

    I want to select muliple parameter of the user through LOV values and want to display the data in the report page based on multiple selected values.

    Can someone please guide me how I can implement it in the report of the APEX.

    Thanks in advance.

    Concerning
    Prabhat Mishra

    Prabhat,

    You said:

    I get all the data during the passage of several as 1092980,10031186 input parameter values.

    If I understand correctly; : P4_valor_sel returns a value of session separated by commas.

    This version of your code can not work?

    SELECT *
      FROM table_name
     WHERE INSTR (',' || :p4_valor_sel || ',',
                  ',' || table_name.fieldname || ',') > 0
    

    The f

  • Change the guest of messageTextInput based on event of PPR

    Hello:

    I want to dynamically change the prompt PPR event-based, I thought use SPEL for this but looks like the prompt can be changed according to SPEL.
    Can you please suggest a way to do this?

    You are right. Bean properties could be updated only in the processRequest.

    What is cool is I don't ask redirect you to the same page and not re-run the same queries. Have a defined parameter if you redirect pages so that only the rendering level operations and executions of code not useless.

    Concerning
    Sumit

  • Change the configuration of the built-in VNC server

    I'm experimenting with a code where I want to spend the VNC server inside the workstation 7.1.2 via the VIX API by writing to the runtime configuration variables. Just now using vmrun to do that, but doesn't seem to work. So the commands are:

    vmrun writeVariable runtimeConfig RemoteDisplay.vnc.port 5900

    These back via the command readVariable reading shows that they have been properly defined. However before you use VNC viewer to connect to localhost:5900 port fails. On the other hand if I enable it in the comments running via the settings dialog box, I am able to connect to the host via VNC.

    Is this a bug, wrong orders or simply not taken care of?

    Hi DaveP,

    I think that would fall under "not supported" for now.

    In my view, the component of VNC server of the running virtual machine process reads these configuration values only when the process starts up (so when you turn on or resume the virtual machine) and then is configured correctly. He will not change his report based on these being defined via vmrun (values are basically just put in a database in memory, there is nothing to say the re component - check the values once you make those calls).

    Basically, the VNC server cannot be configured (enabled or disabled) when running. You will need to power off the virtual machine, change the configuration file and power then turn it back on.

    OK, that last paragraph is not really true, since you can configure the runtime through the user interface. But, it is true, then it's vmrun or VIX. So, the primary response is the same: 'not supported '.

    Post edited by: mattrich

  • change the background color of fast

    Hello
    I want to change the prompt background color in dashboard,

    How to make it happen?

    Hello alpha,.

    options on the page-> table of edge change-> select your prompt properties-> change-> then you see a box on the left in the head?
    Click on it-> cell-> background color-> choose your color-> click ok.

    Thank you

  • change the directory to the command prompt

    I need to change the prompt from the root c: directory not c::------(directory\subdirectory

    Hello Dennis,.

    Thank you for visiting Microsoft Community and we provide a detailed description of the issue.

    According to the description, I understand that you want to change the root directory for the prompt on the system.

    Certainly, I understand your concern and will try my best to help you.

    I suggest you to refer to the steps below and check if that helps.

    1. Open the command prompt. You can access the command prompt by clicking the start menu and typing cmd into the search field. You can also access it by typing cmd in the field run, or it can be found in the system of the start menu accessories/Tools folder.
    2. When you start the command prompt, you will be located in your home directory. It is usually C:\Users\username.
    3. There are a few shortcuts to move through the command prompt. Press ENTER after each command to execute:
    • dir- This command lists all of the folders and files in the directory that you are currently running.
    • Folder of the CD- This command move to the folder that you specify. The folder must be in the directory you are currently in. For example: If you are currently in C:\Users\ username \and you type cd desktop, you will be taken to C:\Users\ username \Desktop\
    • Path of CD- This command will take you to a specific path on your computer. You need not be in the same directory as the path. You must enter the full path to make it work. For example:
    • .. CD - this command move up to a directory of your current location. For example: If you are currently in C:\Users\ username \and you enter, you will be taken to C:\Users\
    • cd\ - This command takes you to the root directory, regardless of your location. For example: If you are currently in C:\Users\ username \and you enter, you will be taken to C:\
    • DriveLetter:- This command takes you to the drive letter that you specify. The drive you specify must be active, or have a disk in it if it a DVD player. For example, if you want to drive D, you should enter the command
    • -output This command will close the command prompt, regardless of your current place of residence.

    I hope this information is useful.

    Please let us know if you need more help, we will be happy to help you.

    Thank you.

  • change the color of line based on the value of column 5 Apex in the classic report

    Version of the apex 5.0.0.00.31

    Standard universal theme

    Page theme default template

    Classic report

    Foldable report template

    Hello

    I know this question has been asked several times here, but I'm working on 5 Apex and need to know the correct way to do it in this version.

    I need to change the color of the text of the entire line (no background color) based on the value in one of the columns of the classic report. I have just two conditions, if the value of column = Yes, color should be red, otherwise it must be green.

    I am new to jscript and css, so appreciate if someone can tell me the solution with steps.

    I have already checked this link that changes the value of the column, need to do something similar to the whole line.

    https://tylermuth.WordPress.com/2007/12/01/conditional-column-formatting-in-apex/

    Hi coolmaddy007-Oracle,.

    Here's an example set up on the apex.oracle.com according to the specifications you gave: https://apex.oracle.com/pls/apex/f?p=35467:1

    Version of the apex 5.0.0.00.31

    Standard universal theme

    Page theme default template

    Classic report

    Foldable report template

    Here is how it is done:

    Create a dynamic action with the following specifications:

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code:

    $('td[headers="JOB"]').each(function() {
      if ( $(this).text() === 'MANAGER' ) {
        $(this).closest('tr').find('td').css({"color":"red"});
      }
      if ( $(this).text() === 'SALESMAN' ) {
        $(this).closest('tr').find('td').css({"color":"green"});
      }
      if ( $(this).text() === 'CLERK' ) {
        $(this).closest('tr').find('td').css({"color":"blue"});
      }
    });
    

    NOTE: Download the selector appropriate for your knowledge $('td[headers="JOB"]') case using firebug/browser development tools.

    Items concerned: leave blank.

    PS: Changed the example to change the color of text instead of the background color.

    I hope this helps!

    Kind regards

    Kiran

  • Cannot change the value in the report url column in the select statement. Help, please

    Hi all
    I'm moving the value of the column of the report as follows:
    select key, num,
    case when Attachmentcnt(KEY) != 0 then
    'f?p=&APP_ID.:91:&SESSION.:'' '':NO::P91_KEY,P91NUM,P91_PREVPG:'
    And I'm passing the values as follows:

    {noformat}
    "#KEY #, ' NUM # #', 9' ELSE null.
    Fixing of END
    from tableA
    {noformat}

    But I'm not able to understand correct syntax for these column values. Can someone give me help. I appreciate it.
    Rgds,
    Suma.

    Published by: sumak on June 23, 2009 12:11

    Published by: sumak on June 23, 2009 12:22

    Suma,

    If you try to generate a column with a URL, try something like the following:

    Select the key, num,
    -case when Attachmentcnt (KEY). = 0 then
    ' f ? p = & APP_ID.: 91: & SESSION. : "": NO::P91_KEY, P91NUM, P91_PREVPG:'
    || tableA.key | ',' || tableA.num | ',' || : P91_PREVPG
    Another null
    end
    FROM tableA;

    But the best way to spend these would include values of checksum against the values of your parameters (to ensure that a user is not hack them). You will need to check the manual of the Apex for more details - see "Understanding Session State Protection".

    Good luck

    Stew

  • Script to change the selection of combo based on numerical values box is entered in a text box

    I implemented a form of feedback to student and I'm looking for how to refine the process for the user. Please see the image below. As you can see that the form has individual learning, each of which has three statements of "feedback". These are currently the combo boxes with predefined statements selected by the user in the menu dropdown. These statements are connected digitally to our marking scheme that is if the feedback statement uses the word "limited", it matches with a score of 20-39 on our scale of correction. If she uses the word 'excellent', he corresponded with a score of 70-100.

    Limited 20 - 39

    40 - 49 adequate

    good 50-59

    very good 60-69

    excellent 70-100

    Currently, the user enters the brand in the small text box size in the right corner of the relevant learning outcomes. The user must then manually select the corresponding instructions of feedback from the drop-down list box. Which is quite tedious. Here's the thing:

    Most of the time statements all match the digital brand, i.e. If the student received a score of 55, then feedback statements would usually all be in the 'good' category: '.. '. good quality research... «, ».. good analysis... «, ».. good research management... ". It would be a great time saver if the statements could be scripted to react to the numbers in the text box. For example, when the user types in a notes 50-59 feedback instructions themselves define automatically to all be '... good... ". There's still a thing.

    It is important that the user has the possibility to change the declarations of individual feedback if necessary. that is a mark of 58 may require two statements of feedback in the "good" and the other in the 'very good' category: '.. '. good quality research... «, ».. good analysis...', '... VERY good orientation of the research... ". The user must therefore always the option to bypass the automatic selection if necessary.

    It's beyond my Basic scripting capabilities, but I wonder if anyone can break this problem? Your help would be much appreciated.

    feedback-form-screenshot.jpg

    Thank you

    Charlie

    Hello

    I create a simple sample here - https://acrobat.com/#d=FFhf7MQtKrH5iickDJBBxw

    I used the blur of the text field event so that the code is triggered when you tab to or click elsewhere in the form, the code can easily be moved.

    I named the fields

    Text1

    Dropdown1

    Dropdown2

    Dropdown3

    and these will have to be renamed according to the names of your fields.

    Hope this helps

    Malcolm

  • Change the content of the page based change the selection box

    Hi all

    I want to create a page with 2 box selection and 1 table below

    • Selection box
      • Box1: 1-12 (months of the year)
      • Box2: 2010-2015 (year between 2010 and 2015)
    • Table
      • Get data from view GET_DATA_SALARY. This view having a 4 column: NAME, SALARY, FAC_MONTH, FAC_YEAR
      • This table will be based on the selected value of 2 boxes above change

    Please help me solve this problem.

    Thank you

    To put it simply, add a button that submits the page.

    Add a where clause clause to your report

    where FAC_MONTH = P_MONTH

    and FAC_YEAR = P_YEAR

    Gus

Maybe you are looking for