OBIEE Dashboard invites value through action links

Hi all -

I have an ABC dashboard with dashboard for the guests 'Account name' & 'account number '.

The account name will have several account numbers.

Currently, if a user selects the name of the account, then in the "Account number" prompt, we will have a list of account numbers and user can choose one of them.

Now the new requirement to register a new page for this dashboard.

In the new page, we will have a summary report which has 'Account name', 'Account number', 'Amoun > 5000'.

If the data are for example:

Account name

Account name Account number Amount > 5000
ABCDEF Inc.,.12346900
GHIJKLMN5678980000
opqrst Inc.102232'890909

Now the question is that we have an action on the 'account name' in the summary table, which will go to the 'account name value"to the dashboard 'ABC', link

The account name is successful, but the "account number" which is next to him in the "summary table" does not, if there are other 'account number' he takes at random.

But the requirement is to print the account number located next to the action link "account name".

Can you please help me in this?

Hey,.

When you add a link to action on an attribute column in a table, it'll pass the values of this column and the columns to its left.

A column will indeed pass the values of all attributes columns.

So in your example, 'Account name' is the first column, there is nothing else on the left, a link on that action only value will be sent to your dashboard 'ABC' of Pentecost.

If you change the account number and the name of the account (if your table is: account number |) Name of the account. Amount > 5000) with the same exact action link on the name of the Action value of the related account number (on the left of the where you clicked) will also be sent to "ABC".

For your needs, it is perhaps easier to add the link of the action on the number of account as well.

If you click on the account number you will send the account name and account number.

Tags: Business Intelligence

Similar Questions

  • Difference between guided navigation and Action links in OBIEE 11 g

    Please help me understand the difference between guided navigation and Action links in OBIEE 11 g

    Used action links navigation from the analysis to other catalog objects or external content guided Navigation is do obiee 11 g.

    http://gerardnico.com/wiki/dat/OBIEE/guided_navigation

    https://community.Oracle.com/message/10174482

    Kind regards

  • Action link pass the value of the parameter

    Hi all

    I have two dashboard trying to use the action link.

    First scoreboard has guests - Department and report month, 2nd dash has invited Department, report month and code produced.

    Of the first dashboard, there is an answer for monthly sales by product code for reporting Department and the report month. When I put in place measures for the 2nd dash, it does not have the 'product code' value to the dashboard 2nd, 2nd dashboard only inherit value of 1 dashboard guests.

    So, how to select the 2nd dashboard "product code"?

    Thank you
    Ling

    Hello

    The product code is invited to enter the dashboard of target?

    Kind regards
    Srikanth

  • Action link set with guests dashboard

    I have an analysis that allows you to drill the more information via an action link. On the high-level report I show a set of rental of a property and their types of lease agreements. I have a dashboard command prompt that allows the user to filter the types of lease they want to see. However, when I click on a link to get into the details it is changing the types of rental selected to have only the type of lease the chosen selected.

    It is a problem because we have an action link to return to the summary report. When the user returns to the summary report that the guest is always filtered down to this type of a rental contract. Is there a way to make sure the dash prompt is not filtered down according to the values contained in the analysis?

    So your guest of summary page should have a quick column "Lease Dimension". "" Location Type "AND
    Synthesis report should have "Lease Dimension". "" Location Type "is invited

    Details of the Page must be CASES when 1 not equal to 0, then 'lease Dimension. " "" Location Type "in the command prompt and
    "Detail report should be CASES when 1 not equal to 0, then 'lease Dimension. Rental Type' is you are prompted. Do not keep "Lease Dimension". "" Location Type "is requested in the detailed report.

    I tried myself and it works fine for me.

    Thank you

  • How to create action links in OBIEE 10.1.3.4.1

    Hi gururs,


    I have a requirement where they need an action link to sibel data but in 10 g it has no option in the Woods down the value for values coloumn interaction, how to create it in 10g can tell me all the step by step procedure?

    You asked OBI sitting OBIEE 10 g Platform and also the integration of OBIEE with Siebel CRM.

    Reference http://download.oracle.com/docs/cd/E14847_01/bia.796/e14843/anyinstadmnappintegrate.htm#i1011592

    Once you have the configuration of integration, you get the action link to the terms of the interaction of the value of column in OBIEE.

    Hope its clear

  • OBIEE 11 g Action link to analysis

    Could Hi someone help me with the following problem:

    I can create the link of action AnalysisA which brings me to the AnalysisB, but I need to filter in AnalysisB which is the same that I chose in AnalysisA. See the example below:

    AnalysisA: (in this analysis I chose travel-action link that leads me to the AnalysisB)

    Revenue of the country

    Travel 100

    CountryB 100

    PaysC 100

    AnalysisB: (here, AnalysisB, I need to filter which is in this case FILTER = travel, even what I choose in AnalysisA, how I create this filter?)

    Country city recipes

    Country A CityA 33

    CITYB 33

    CityC 33

    Add a filter to AnalysisB of the country = is invited

  • change the font size of the name of action link in the dashboard

    Hi all

    I use the action link in the dashboard. I want to increase the size and the standard link action policy which presents in the dashboard.

    Thank you

    Sushil

    Hello

    you will need to change the obips. ContextMenu.css (ORACLE_BI1 & user_projects) file, you need to find the file in the following paths
    (MWHOME\Oracle_BI1\bifoundation\web\appv2\res\s_FusionFX\uicomponents\obips. ContextMenu

    MWHOME\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_FusionFX\uicomponents\obips. ContextMenu)

    Step 1: in this forum (contextMenuOptionText) to search for file change (max-height: 10px ;) you want.)

    .contextMenuOptionText
    {display: block;}
    Max-width: 200px;
    text-overflow: ellipsis;
    Max-height: 10px;
    overflow: hidden;
    white-space: nowrap;
    {text-align: left;}.

    Step 2: in this forum (contextMenuOption) to search for file change (do-size: 11px ;) you want.)

    .contextMenuOption {text-align: left;}
    do-family: Tahoma;
    do-size: 11px;
    Color: #000;
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 3px;
    white-space: nowrap;
    Max-width: 250px ;}

    Edit and save
    Of course make sure you resume first.

    After refresh you browser this will change.

    Please indicate if this can help.

    Thank you

  • Dashboard invites using values of the table no

    Hello

    I have a requirement of the customer to design a report to dashboard as follows.

    Guest of dashboard will have 4 filters, three filters comes from the table, but the fourth filter has 3 values of the table no. The fourth filter will have values like 'Report with Sales Amount', 'Report with the purchase amount', 'report with purchases and sales '. I have three different reports of Table designed for each of the fourth filter choices. But how I apply, also in line of dashboard and navigate through the rite based on the selection report.

    My approach is correct.

    Thanks for your time and your help.

    The fourth guest where you 'Report with Sales Amount', 'Report with the purchase amount', 'Report with both purchase and sales' you shoot a dummy column in the command prompt and write a sql in show.

    would be something like

    SELECT Case when 1 = 0 then the 'Customer Dimension. " "" Cust name ' another 'report with Sales Amount' the end OF sales UNION SELECT Case when 1 = 0 then 'Customer Dimension. " "" Cust name ' another 'report with the amount of the purchase' end OF sale

    and in the quick game, a variable presentation tell var_criteria

    Now create report2 for a certain randomn column with another column has the values you want to display for example 'in relation to the amount of sales.
    Create a filter on the 2nd column and reference the variable var_criteria of presentation and it by default "in relation to the amount of sales.

    On the dashboard in the section page put the report and select navigatoin guided by selecting report 2.

    Please let me know if you have any questions.

    Thank you
    deep

  • OBIEE dashboard how to set the default value of a prompt dynamically

    Hello

    I have a prompt that displays the quarter of the year. I want to put the default value of this prompt dynamically. So, if sysdate is between January and March, then fast should say 'Q1 '. If the month of sysdate is between April and June, then fast should say 'Q2'... etc.

    I set the default selection of the prompt SQL suite and put in the following code:

    SELECT BOX WHEN EXTRACT (MONTH FROM sysdate) IN (1,2,3) and THEN "Q1" double WHEN RETRIEVED (MONTH OF sysdate) (4,5,6) and THEN "Q2" double WHEN RETRIEVED (MONTH OF sysdate) (7,8,9) THEN "Q3" double ELSE 'T4' LATE double

    However, it seems not be soon and there is no default value. I was just wondering what I'm doing wrong. Thank you!

    ~ Kevin Sun

    What is the problem with the answer you were given in this thread: OBIEE parameter default value a "quarter" guest dynamically?

  • How to remove the 'link text' of an action link

    Hello world

    After searching the forum and the web with no luck, I need help on this topic. I work with many reports pointing to other dashboards. These dashboards have been created in 10 OBIEE and migrated to 11.1.1.3.
    What we wanted to do (and combined in 10g) should be able to click on some data (on a value of a graph, a column value in a header table) and go to an another dashboard. OBIEE 11g for this criteria-> columns-> Interaction Properties tab and selecting the action links.

    11 g, when do this Action of links and clicking on a value, appears a link 'text' (screenshot: [https://picasaweb.google.com/102130000310148493868/Screenshots#5646178057282726354]), so that the user must carry out 2 clicks (the one on the value and the other in the link text).

    Is there a way to delete this text link? It can be a bit boring if there is always an option and unnecessary.

    Thank you

    Hi Elena!

    In the tab Interaction (in the column properties window), once you create the action, you will be just there a checkbox that says: "can't be a popup if only an action link is available during execution. Clik on the box and you're ready to go!

    Please assign points if helful.

    J. -.

  • Parameters not passed to navigate of BI content action link

    Hello

    Attempted to get an action link that will take me from a dashboard to another and change one parameter in the analysis of target dashboards, all in the same window working.

    I tried to do this with an action link, 'Navigate to BI', content creating an action on one source analytical column I want the value to be passed to the target report and created a "filter"is invited"on the same column in the analysis of the target.

    Once clicked on it navigates as expected to the target report, but there is no filtering in fact, it is as the source report parameter doesn't get spent in the analysis of the target.

    The only thing I can think of is that navigate to the BI content does not work if you navigate between the 2 tables of facts, even if the column names are the same in each analysis. Can anyone confirm this?

    The column that you are using as filter (guest) must be same in the dashboards of source and target.

  • How to create an action link that goes to a section that is 'hidden' in the same page

    Hello

    OBIEE 11, I have a dashboard page that has section 1 as a guest, 2 which shows an analysis that contains a chart and article 3 that shows the details of the graph. I have an action to link this graphic article 2 connection to the details in section 3. However, I would like my report to the do not appear in article 3 as long as you press the link of action. Is there a way to 'Hide section 3 until you press the link action?' Thank you!

    Hello

    Try to avoid the double-display: How to create an action link that goes to a section that is 'hidden' in the same page

    Felipe_Idalgo meets the other post (and he posted the best answer to your needs), in order to continue the other thread instead of opening another.

  • Channel dropdown empty in OBIEE dashboard report

    Hi gurus,

    I have installed-to-end analytics where events are getting fired and reach the stage DB through a router of the event. ODI takes the data from the DB staging and implementation report DB. Now, when I consult the OBIEE dashboard (http://< Home >: 7001/analytical), the articles are very well visible and configurations are made so that the click on any ID doc opens correctly article BUT menus 'Cmajor'and 'local' are empty.

    I am able to see channels in the DW_REPORTING database.

    OBIEE is 11g on Windows Server 2008 r2.

    Please let me know what I missed.

    ==========================EDIT 1====================

    Hi friends, always waiting for answers... !!

    Thank you!!

    ADI-

    OK, it sorted. It was a browser issue.

    OBIEE works perfectly on FireFox. Drop-down menus soon began to fill, so much awaited and then was able to see the values.

    Thanks to you all!

    ADI-

  • dynamic hostname in action link

    Hi all

    Is there a way to create dynamic host name URL in the link of action for dashboard? I tried to use the repository variable to store the host name of the server in the navigate to the Web page. However, the action link shows the error when I tried to place the variable repository in the navigation to the Web page in action link. We do not want to manually change the hostname for each migration.


    @{biServer.variables ['hostname']}: 7001\analytics



    Thank you

    Sushil

    Check this box
    http://intelligentinsight.WordPress.com/2012/09/23/OBIEE-11g-dynamic-action-link-URL-for-drilldown/

  • Report of BEEP in the use of the content on the Emdedded OBIEE dashboard not working not

    Report of BI Publisher throwing error 'Allowed access' seen OBIEE dashboard page.

    OBIEE and BEEP is integrated by default when it is installed.

    Requirement:

    Embed report BEEP in OBIEE dashboard page.

    Report parameters a BEEP and then tried the method to incorporate the full report without "Header" information below

    Steps for coating

    1. connected to BEEP via the URL xmlpserver and link report generated using option "report sharing link.

    Below the URL generated for the 'No Header' option

    http:// < Server >: < port > / xmlpserver/training/My_Test/Data Model Editor / Oracle BI Analysis Report.xdo? _xpf = & _xpt = 0 & _xdo=%2FTraining%2FMy_Test%2FData%20Model%20Editor%2FOracle%20BI%20Analysis%20Report.xdo & _xmode = 2 & _params_dashboardexpr = xdo%3Axdo%3A_paramssaw.param.Month_div_input=All & _paramssaw.param.Month = * & product = _xt & _xf = html & _xautorun = true

    2. copy the generated URL

    3. connected to OBIEE analytical URL and created a new dashboard

    4. slipped and fell "Embedded content" Dashboard object

    5 a. provided the URL copied in embedded content

    6 saved the dashboard and it ran.

    7 error received unauthorized access

    Please note that I received as "Suspicion of Injection of Script" error sometimes.

    I see that no permissions related issue because I've been running reports by using administrator privileges.

    Details of the attached error.

    Thank you!

    Problem has been solved by following step below

    The spaces in between the name of the report template/folder/data should be replaced with % 20.

    URL before change

    http:// :/xmlpserver/Training/My_Test/Data Model Editor/Oracle BI Analysis Report.xdo?_xpf=&_xpt=0&_xdo=%2FTraining%2FMy_Test%2FData%20Model%20Editor%2FOracle%20BI%20Analysis%20Report.xdo&_xmode=2&_params_dashboardexpr=&xdo%3Axdo%3A_paramssaw.param.Month_div_input=All&_paramssaw.param.Month=*&_xt=Product&_xf=html&_xautorun=true

    URL after change

    http:// :/xmlpserver/Training/My_Test/Data%20Model%20Editor/Oracle%20BI%20Analysis%20Report.xdo?_xpf=&_xpt=0&_xdo=%2FTraining%2FMy_Test%2FData%20Model%20Editor%2FOracle%20BI%20Analysis%20Report.xdo&_xmode=2&_params_dashboardexpr=&xdo%3Axdo%3A_paramssaw.param.Month_div_input=All&_paramssaw.param.Month=*&_xt=Product&_xf=html&_xautorun=true

Maybe you are looking for