view the prompt values in report answer?

Hi all
Can you tell me what is the best way to view the quick responses of the report response and how to view the dashboard prompt responses in dashboard?

Sara

Hi Sara,.

You are right that this works in a dashboard. Presentation variables can only be set in several ways. Dashboard of the guests is the main method for setting & their update. A prompt response to request doesn't have the ability to update and set the variables of presentation.

If you definitely want to do this in a request for a response, you have only a few options (not include presentation variables)
(1) add the 'filter view' on demand. This isn't the most elegant solution, however, he accomplishes the purpose of show dates that were selected in the quick query
(2) create 2 new logical columns to the RPD. Max (date) and MIN (DATE) based on the date that is filtered in the report. These you can reference in a narrative view to accomplish the display of dates.
(3) create a javascript that reads the results of the query and displays the dates max. and min.

I would recommend the method of the dashboard. Put printing shaped reports and dashboards provide more control over the display.

To solve the problem in your dashboard. Follow these steps:
(1) open your report
(2) remove your existing filters on 'Time D0'. "' T00 calendar date.
(3) CTRL + click on "D0 time." "' T00 calendar date" to add a new filter
4) click on Advanced-> convert this filter in SQL
(5) paste the following in: "D0 time." "' T00 calendar date" BETWEEN "@{DATEFROM}' AND ' @{DATETO}'"
(6) save your report and test your dashboard.

I don't have a working version of the DPR SampleSales upward, so I can't test the above syntax, but it must be correct. Just give it a shot and tell me if it works properly. I know that I said earlier that the variables of presentation work only with "is equivalent to / is in", but what I meant is that dash invite you only set you set presentation variables when the operator is "is equivalent to / is in. When you use a variable presentation, you can implement using any carrier you want. Hope that clears up any confusion.

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

Best regards

-Joe

Tags: Business Intelligence

Similar Questions

  • How to use the prompt value in the column of the report

    Hello

    I have a quick report column which is 'Adj Type' that contains values 10,20,30, and when the user selects Adj Type = 10, this value should be passed on to the column of the report.

    For example. Value in column 1 is 10 and this should multiple with the prompt value and production is expected to be 10 * 10.

    Ideas how to capture the prompt values in the column of the report for the calculation.

    Hi hsekar,

    (1) declare a presentation online in the section variable set Variable--> Variable--> P_var presentation

    (2) in Fx Table_name. Your_column * @{P_Var}

    @{P_var} {20} (20 is the default, it replaces when a user selects the value in the command prompt

    Thank you
    Saichand.v

  • Ask in the dashboard as link can filter based on the prompt values?

    Hi all

    In a dashboard, in a section using the prompt of commands and other section with the image object or the link and the given path was for a query created in the responses. The dashboard looks like a prompt command and below the link to the application.

    If I enter the prompt value, click on the link-> the pop up window and view the report but does not filter the data according to the prompt value.
    So, it is possible to do like that? If it is please share how to do this?

    Thanks in advance!

    Do not use the link or Image. Use the Guid. NAV. oppose instead. Link or Image may open in a new window, but the guests are not passed. GUID. NAV. object passes guests, which is what you want, but can not open in a new window.

  • based on the prompt value see the FDF anayasis

    Hello

    I have a situation like this
    I use obiee 11g

    Based on the prompt value in him would like to show 3 different analayses.
    I mean that if the value of guest in the page has as abc data it should show the anlaysis1
    If the prompt value data as def it should show the anlaysis2
    If the prompt value data as the IGS, it should show the anlaysis3
    If the prompt value data as jkl it should show the anlaysis3

    Why 3 diff analysis is because I have my list 2 columns in each anayaiss and they are 3 different tables.

    One more thing

    Obiee do we have a show and a return value for a radiobutton/drop-down list. As show us abc how invites and returns 1. is possible?

    Thank you

    Published by: user123 on July 12, 2011 12:29

    You can have n number of reports, simply use the union all in the dash prompt sql results and this will give you the choice to select any report you want.

  • View the columns in your report based on the command prompt

    Hello gurus,

    I have a report (pivot View) with the following dimensions and facts

    1 country (Dimension)
    2. the dealer group (Dimension)
    3. name (Dimension) of the region from the sale of parts
    4. parts name (Dimension) sales representative
    5 dealer account (Dimension)
    6 heart FY purchases (Fact)
    7. purchases of fiscal Prv (Fact)
    8% change (Fact)

    I have all the dimensions of filters (as guest)

    The requirement is now
    When I select the country from the prompt and click on go. the report is expected to show only dealer group and measures 3.
    When I choose the dealer group from the prompt and press go. the report should appears with the name of parts sales region and the corresponsing measures

    So I intend to use the command prompt to display the columns according to me

    from now my report shows the entire column irrespective of what I select in the command prompt. (such as the report displays all my dimensions and facts). I should be able to restrict the column in the reprot based on what the user, select the prompt for

    Is this possible?

    Appreciate your thoughts.

    Published by: 872290 on July 13, 2011 10:04

    Read my response here:

    Re: How to add new columns by using the multiple selection

  • How to go from sysdate as the initial value for reports?

    Hi, I am using Oracle 10 G reports. I would like to know how to pass sysdate as initial value for the property of a date in the parameter element user. Help, please. Thank you

    arms777 wrote:
    I want to say is, if you select range of property for the specific parameter, there is a property for the initial value (type of data, width, mask entry, initial value, Validation trigger, list of values, etc.). Does this mean that I can just put sysdate on the initial value of the parameter property? I really need to use a trigger for this? In forms, I don't have to create a trigger to do this, simply put sysdate on the initial value of the item property. I hope you understand what I mean. Thanks again.

    I can't find another way...

    This from Reports FAQ
    How to set the initial values of the parameters to the form of the parameter at run time? +

    This is what is mainly used for BeforeForm relaxation. Even if you used a select statement to create a search list for the parameter, this statement is completely parsed before the form parameter is opened. Simply assign the parameter to a value in the trigger BeforeForm will choose this option as a default value displayed to the user. For example, suppose you have a parameter called p_input_date that is intended to contain a date of the invoice. The following example will select the date of the most recent invoice being the default and notes that it correctly handle exceptions to ensure that the report does not arbitrarily die if this default setting fails. Also note that, as all the triggers of report, it should return a true or false value.

    function BeforePForm return boolean is
    begin
    select max(bill_period_end_date + 1)
      into :p_input_date
      from billing_period
     where bill_period_end_date <= (select trunc(sysdate)
                                      from dual);
      return (TRUE);
    exception
      when others then
         :p_input_date := null;
         return true;
    end;
    

    If someone useful or appropriate, please mark accordingly.

  • 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

  • Filling the prompt values according to other dashboard invites

    Hi friends,
    In my scenariao, I need two guests of dashboard in my report. (1) exercise 2) date range

    When the user selects an exercise of the first prompt, another prompt that is falling down and "in between" operator defined, should show only dates coming in this exercise. I don't use calendar here coz we only 26 Date for a year, and we want the user to select dates only from these dates.

    Appreciate your help

    Hi Toony, if I understand your situation, well, it's a solution. Correct me if I'm wrong.

    If you want to restrict the list items in the second prompt according to the first prompt, you must check the box to 'Coercion' to line 2.
    When you select an item in the Prompt1, the constraint for 2 Guest option, ensures to fill only list items that fall into the selected category of guest 1.
    Ex: If Prompt 1 for the country and fast 2 belongs to the States. When you select US Prompt 1, then 2 Prompt shows only the United States.

    If this isn't what you wanted, then you must explicitly pass the presentation 1 prompt Variable to the fast 2.

    Taking the example above, States and countries.
    Pass the value read from the country in a variable of presentation - pCountry and save this prompt as guest country

    Create an another command prompt to the States. In the Show menu pull-down select the results of SQL and write a query something like that.
    (Select distinct States of where country = ' @{pCountry} {U.S.}) "). Save this prompt under the guest of the State.

    The way it works is when you select a country from the country prompt and press the GO button, it passes the variable pCountry for prompt presentation of State and triggers the query to fill the drop down.

    I hope this helps.

    SAI

    Published by: Sai Kumar Reddiboyina, October 17, 2008 07:26

  • Atfer I run chkdsk /f y at - it a newspaper I can access to view the codes of output reported by this utility?

    Hello

    I would like to know if after I run chkdsk /f {DRIVE}: the utility generates a log file that contains the output generated by the check codes?

    • If so, how/where can I access
    • If NOT, how can I run this command to generate a log file that contains the exit codes

    Thank you

    After running chkdsk /f and restart, go to event viewer > Windows Logs > Application.

    Search for 'Wininit', near the top of the list, double click on it to read the report.

  • Problem with the prompt value

    Hi Experts,

    need help...

    I have a dashboard migrated to 10g and 11g.

    11 g, I have 4 guests, 2 guest with limited values of 1 invites, rd guest 3 having limited values of the 2nd invites on...

    When I select 2nd guest the 3rd guest showing null values. but in the dash 10g invite him 3rd display of values based on the 2nd quick selection...
    I am facing the problem with prompt 11 g.
    can you guide me how to solve this problem... is there something that I missed after the upgrade? or pls tell me to solve this problem

    Hi try once like that select two guests of dashboard for example the year, half of the year.

    In the half-year prompt, click on the 'Options' tab and check "limit values per Option.

    In this option, you can select column 'year '. Then, you can get data from half of year year corresponding column.

    Thank you
    Please indicate if this helps you...

    Published by: 979493 on February 25, 2013 03:16

    Published by: 979493 on February 25, 2013 03:17

    Published by: 979493 on February 25, 2013 03:17

  • control on the prompt value

    Hi all

    How can I control integration of values in the dashboard quickly?

    Thank you

    Example of validation from date to date quick (calendar):

    http://shivabizint.WordPress.com/2009/04/13/date-validation-for-dash-board-prompt-calendar-control/

    The procedure is similar for all guest field (edit box, etc.), edit and modify the javascript files.

    Concerning
    Goran
    http://108obiee.blogspot.com

  • create a view, the default value of the columns are NULL

    Windows XP / 10g 10.2.0.1.0

    I have a table tab1 (test1, test2, test3)

    And, I have to create a view as:
    create or replace VW1 (test1, test2, viewtest1, viewtest2) as (select test1, test2, viewtest1, viewtest2 from tab1, double);

    And need to viewtest1 and viewtest2 to be default null value column.

    Thank you.

    You are looking for something like this?

    create or replace VIEW VW1(test1, test2, viewtest1, viewtest2) as
             (select test1, test2, NULL, NULL from tab1);
    
  • view the default values for the parameter.

    I've been messing around with my diagrams display today putting up my system bi-ecrans on my T61 running XP and I said accidentally spend only between the two regimes, and now I can't cancel it. Can someone help me?

    It is only switching when you press fn + f7? You should still be able to run deirector presentation of the start menu

  • prompt value fades is not in the report sometimes

    Hello

    I use obiee 11g, one thing I noticed that I have a dashboard that has lots of pages. On every page I have guests.
    The problem I've noticed sometimes is, I used guests from the column, after application guests value in the report which I select the prompt
    value, then I click on apply and then the report is updated and then I go to the next page or can make a sign, sometimes the prompt value is preserved.
    IE in the report of the filter so that I would have used the particular column column is invited, but to my surprise, I see that whereas he could hold some value.
    as the column is worth less then and there still I have him as a guest?

    Why something like this should happen at all?

    Thank you

    Hello

    To add a tag in the instanceconfig.xml file to achieve this.
    Stop services and placed with the tag below in instanceconfig.xml

    FAKE

    The tag can be placed anywhere between the server in instanceconfig.xml instance.
    Restart the services and the opening of session in enforcement and control by setting values in the guests.

    I hope this helps.

    Thank you
    Oldia...

  • Capture the moment of execution prompt values to use in the formula of financial reports

    Hello
    I need to ask two things:

    1. we create a report (via Hyperion Financial reporting tool) in which the user will select a month (through the execution of a command prompt) for which data should be displayed.
    We need calculate and display in the report, A-T-D average until this month for which we have to count the chosen month (for example, our fiscal year starts from July, July count = 1. Y-T-D avg in October = A-T-D value until October/4). Therefore, to get this number, we need capture the value of the prompt of what month the user has selected.

    There are several other cases where you need to capture the prompt values selected by the user.

    2. can we compare the current value of a dimension with a string in the IfThen() structure in the reporting tool hyperion financial? I was not able to achieve the same thing with success. Also, I need to get the value of a cell to use in an IfThen() State, but it only supports line or column number and not a cell (for example IfThen([1]=0,1,2) and not IfThen([1,B]=0,1,2)).

    The pointers will be highly appreciated.

    Thank you and best regards.

    Published by: N.S. April 26, 2011 01:31

    Hi NS

    Have you seen the Workforce Planning or Capex Palnning for Hyperion Planning modules? They contain called members calendar TP-Index and Fiscal TP-Index (or something similar), these are members the value dynamic calc and their sole purpose is to return an index value for a given for use in formulas in Essbase reporting period (or as I've used them repeatedly in the reports).

    If you set these to the top then in your report, you can use the command prompt to call the TP-Index for OCTS, for example 4 tax value in one column and the guest even recover your CDA value in a second column then in a third column simply divide one by the other. You could even do the calculation in Essbase so if needed and just get it back.

    I do not think that the IfThen en function a text value.

    Hope this helps
    Stuart

Maybe you are looking for