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.

Tags: Business Intelligence

Similar Questions

  • 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.

  • 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

  • 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

  • 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

  • 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

  • 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...

  • Selections multiple prompt values on dashboard BI EE.

    Hello

    I have a question at the multiple selection prompt. I need to display the prompt values of selection on the dashboard, because users want to see the values in the prompt. Look at it please, attached screenshot.

    Best regards, Vladimir.

    Link invites

    Vladimir,
    Please provide us with some information about how users want to view the data in multiple selection. If they want to just display the values as a list, you can create a small fake request with the same column that the multiple selection and make it "is invited".

    Concerning

  • How to set the default value for a selector to display based on another analysis

    Hello

    I have a requirement where I have to choose a different opinion to an analysis based on the data from the analysis. More specifically, I have a bar graph that must adapt to the view that is appropriate for the data that the user seeks to (according to the instructions of the dashboard).  A few times, the user can focus on two weeks of data and it's OK to see 14 bars in the bar chart (one for each day), but when the user is looking at a value a year of data, the data should be grouped by month.   I've seen for each that look good and the view selector works.  My problem is that I need reviews to be selected without the user to search through the view selector drop-down.  I also have the logical case (in a separate analysis of the same dashboard) who says what the best view of the user.

    How can I programmatically change what view of the picker view is presented to the user?

    Justin W. Steigerwalt

    ADT Security

    (404) 759-1971

    [email protected]

    My solution for this is to count the number of "," in the prompt value.

    The calls to set a variable of presentation and I just have to count the number of commas in the value of the variable of presentation. When you select several entries of the presentation variable is a simple comma-separated list.

    How to count commas? The shortest path was provided by Christian Berg (I was doing it less "optimally"): length - LENGTH (REPLACE (string, ',' ")) + 1

    If your guest set a presentation named "pv_week" the formula variable is: LENGTH('@{pv_week}{-}') - LENGTH (REPLACE (' @{pv_week} {{}}', ',' ")) + 1

    Then just use it in the CASE WHEN (attention to the always return the same type of data, so if the granularity of weeks and months is VARCHAR, the granularity of the day must be also a VARCHAR and not a DATE, you must CAST to avoid problems).

  • 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

  • Restrict the time value in the calendar

    Hello..

    How to display the calendar without time value

    When I select the date in the calendar he displayed without time, but when I hit the go button the time value is added to the prompt values.

    How to get there?

    What version of OBIEE do you use?

    The procedure is all is set correctly to get the date (without timestamp) in the dashboard caledar prompt. I explained procedure several times, then maybe you can read:

    http://108obiee.blogspot.com/search/label/date

    There are a few posts on this problem and you will find your solution there, it is very useful and you will notice that I have not timestamp in the prompt calendar inside my examples. Step by step.

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

  • Where the health dashboard? How can I get it back?

    Where the health dashboard? How can I get it back?

    Press the tile of the activity.

    All sections of the dashboard are there now.

  • How can I configure my Internet XP connection so that it will automatically connect to my WiFi (wireless) without asking me the password whenever I connect?

    How can I configure my Internet XP connection so that it will automatically connect to my WiFi (wireless) without asking me the password whenever I connect?

    original title: automatic Wifi connection

    Hello

    By default, Windows XP attempts to connect to networks without wires in the following order:

    1. Available networks that are in the list of network preferred (by order of registration)
    2. Preferred networks in the list proposed (by order of registration)
    3. Other networks according to selected advanced settings

    Check out these articles and check if that helps:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wireless_networking_overview.mspx?mfr=true

    To connect to an available wireless network

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wlan_client_connect.mspx?mfr=true

    To set up automatic wireless network configuration

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wlan_client_configure.mspx?mfr=true

     

    5 steps: how to set up your network wireless home

    http://www.Microsoft.com/athome/organization/wirelesssetup.aspx

Maybe you are looking for