By passing the quick values of dashboard as input for a function

Hello world

I would like to pass quick values of dashboard as parameters in a function as described below, but I'm a little hesitant how to proceed.

In the physical layer, I defined a table in a select statement - something like:

Select a, b, c
table (minutevals.get_minute_vals (para1, para2, para3)

minutevals is a stored procedure
get_minute_vals is the stored inside on a function procedure
Para1... para3 are input to the function parameters.

Right now (for testing) para values are hardcoded.

How can I pass values to a quick dashboard in the para1, para2 or para 3?
Is it possible to define (editable by the user) session variables to receive the quick selection of dashboard
and then use these session variables as the para1... para 3 values?
If so - how can I do for session variables in the function parameters (use to evaluate?)?

Thanks for your help

concerning
Andy

See this link which will be useful

Variable passage of presentation to the physical layer in SPR

Thank you
Vino

Tags: Business Intelligence

Similar Questions

  • OBIEE11g - by passing the quick values between pages of dashboard

    Hello

    I'm working on OBIEE 11.1.1.3 and need help on the question of the value of guests passing between the dashboard pages.

    Scenario:
    -J' built 2 reports of the separate fact tables. Customers and products are the common dimensions between these fact tables. Temporal dimension is different for each of them.
    -J' have a dashboard and 2 pages it contains - Page1 and Page2.

    Page1:
    -J' have a dashboard guest with filters product, customer and year.
    -J' have a relationship with the product, customer, year and income of the columns.
    -J' have an Action - "Click here" link, which directs the user to page 2.

    Page2:
    -J' have a dashboard guest with filters product, customer and week.
    -J' have a relationship with the customer, product, week and Total Volume of the columns.

    I select some values in Page1 guests and generate a report. Then I click on the "Click here" action link, which will take me to page 2.

    Now, on page 2, I want the common guests (product and customer) have default selected as the values that were selected in the common guests on Page1. And, as a result, the report on page 2 must be generated.

    Tried solutions:
    1. added the below javascript in page 1, but the link that is clicked, does nothing.

    < script >
    function navigateToPage2()
    {
    DashboardChangePage ('path to Page2');
    }
    < /script >
    Click here

    2. I put a Variable presentation when you select a value in a prompt on Page1. But I am unable to set this as the default valie variable in the corresponding prompt on Page2.

    Ask what the experts kindly suggest how I can get this to work.

    Thank you and best regards,
    Rahul

    Published by: Rahul December 1st, 2011 05:10

    Hello Rahul,

    This is a bug in 11.1.1.3, application of patch 10381088 solve this problem.

    Bug 10381088: dash PROMPT VALS NOT KEPT WHEN you NAVIGATE TO OTHER PAGES IN the dashboard

    Rgds,
    DpKa

  • How to pass a variable value to a Manager click for a function of ACEs?

    I wish I could click a button, pass a value to a variable, then pass this variable to assess within the case routine.

    MXML:

    Click = "someClickHandler (Event);    <!- like the variable to prepare you with the click-> handler

    AS:

    public void genericFunction(event:MouseEvent):void

    {

    Switch (VariableName)

    {

    CASES1:

    action;

    Action2;

    break;

    CASE2:

    action;

    Action2;

    break;

    .

    .

    .

    caseN:

    action;

    Action2;

    break;

    }

    }

    Thank you.

    The click handler is your function to set how you want.

    MXML

    a click = "someClickHandler (event, 5).

    AS

    public function someClickHandler (event: MouseEvent, someVar:int): void

    {

    switch (someVar)

    ...

  • How to pass the return value of VO1 VO2 parameter?

    Hi friends,
    I have two of VO, in a page.
    In the first VO1 I pass 2 parameters, then this vo return a value unique ex: 1234
    Now my second VO2 I want to pass the parameter, the value of first result VO1.
    How to get there.
    But I don't want to capture VO1 result in the form value.

    Could you please any body explain how to achieve this requirement.

    Thanks in advance.
    Jocelyne.

    RAMU

    //Modify the code as per your requirement
       String position = null;
       //First VO
       OAViewObject vo = (OAViewObject)findViewObject("EmployeeVO1");
       if(vo!=null)
      {
                     vo.executeQuery();
                     OARow row = (OARow)vo.first();
                     position = (String)row.getAttribute("PositionCode");
       }
    
     //Pass the same value to the new VO as your value returned will be into position variable
    
       OAViewObject vo = (OAViewObject)findViewObject("ManagerVO1");
       if(vo!=null)
      {
                     vo.setWhereClauseParam(0,position );
                     vo.executeQuery();
       }
       
    

    Kind regards
    GYAN

    Published by: Gyan on February 23, 2011 01:30

  • Passing the integer value in the command prompt

    Hello world
    I'm trying to pass a value of smallint data type (ex: 2000) from a prompt page with a filter. When I try to display the result, I get an error;
    Error to Pierce information: SELECT C1, C2, C1 WHERE OF SH = variable1
    ODBC driver returns an error (SQLExecDriverW).
    State: HY000. Code: 10058...
    Unresolved column: 'variable1 '. (HY000)

    Note: I tried CAST (C1 int) for the formula column, but it did not help.

    But, I tried changing the quick column with non-entier, such as product name and pass the variable, the value is passed to the column filter product name and it worked.

    My goal is to pass a variable (integer) presentation and apply an expression to the variable (variable1 - 1) and use the values of the two variables for my filter condition.
    Simply, I'm looking for how to move entire prompt to filter and apply the expression to the variable passed.

    Hope you guys will help me solve this problem.

    Thank you
    Tom.

    :)

    HRH means... Right side of the equality operator.
    Click on the particular column filter option > advanced > convert this filter in SQL

    Now, in the right part of the equal operator, change it to

    cast('@{variableName}' as int) - 1
    

    try to keep the single quotes for variable and check... as I mentioned above

  • Filter quick values of dashboard

    Hello

    I use two dashboard guest's number is another date of the project. I created fast date ("format ' MON-YYYY") as a result of sql.
    My requirement is to filter the date value regarding the project number prompt.anyone for help to solve this problem.



    Thanks in advance.

    Hi RR,.

    Create a new column of logic in the repository, double-click it and give the sort order in a different logical column in its properties.

    then in the column source under drifting tab of existing column of an expression of place the following expression:

    Evaluate ('TO_CHAR (%1, %2)' AS CHARACTER (30), "BIAPPS".) "D5. ""' The Times'."" ("Day Date", "MON-YYYY")

    Export to the presentation layer.

    Try this...

  • Do not pass the datetime value to store the procedure

    Hello

    I have a stored procedure that will receive the date passmeter and I write it as follows:

    < IsDefined ("form.yy") cfif >

    < cfsqltype cfprocparam = "CF_SQL_TIMESTAMP" value = "#CreateDate (form.yy, form.mm, form.dd) #" >

    < cfelse >

    < cfprocparam cfsqltype = "CF_SQL_TIMESTAMP" value = "null" null = "yes" >

    < / cfif >

    When I do not seized the day, it runs correctly.

    However, it returns me error when I entered the day:

    Conversion failed when converting datetime from character string.

    How can I solve the problem?

    Finally, I find that I can pass the parameter correctly. The problem is the dynamic sql in the stored procedure and already solved using CAST and CONVERT. Thank you.

  • How to share quick values between dashboards?

    Hi all

    I have two dashboard pages. On the first page of dashboard, I have a few guests, say the year and month and a guided navigation link.
    When a user selects a value among the guests and click on the guided navigation link, you will see the dashboard page.

    But the values that the user has selected go to the dashboard.

    Lets say the user has selected in 2009 as the year and week - 10, like the week and refined of the query, and click on the guided navigation link.
    All of these values must be informed about the guests that do not exist on the dashboard that opens when you click on this link.

    Is there a way to do this!
    Any immediate response would be appreciated!

    Thank you!!
    Vasantha.P

    The prompt value guided navigation link of dashboard is not parsed. You probably use guests of different dashboard on every dashboard page and they are defined at the level of the page. Try to use the same prompt of dashboard in two pages of dashboard and dashboard upgrade.

    Another option (if you want to use the dashboard of the prompts) uses DASHBOARD URL in the report to analyse the variable of the presentation of the guest of dashboard source target guest of dashboard on the dashboard of the target page, see this blog entry for details:
    http://108obiee.blogspot.com/search/label/dashboard%20URL

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

  • How to display the "display values" in single PLAY mode for a SHUTTLE service

    Hello

    I have a form of type element * 'Shuttle' * and using the following LOV.
       select DEPTNAME d, DEPTNO r 
        from  DEPT
    In normal mode, it displays the name of the service and retain in-house the Deptno...

    Now, I converted this point in read-only mode using read only Type of Condition
    the problem is as soon as it becomes read-only... it displays the deptno... not the name of the service
                Department-   10:20:30
    How can I view the "show values" that is to say the name of the actual service in read-only mode...
                Department-   Department1:Department2:Department3
    Thank you
    Deepak

    Hello

    It seems characteristic. Shuttle is the span tag when it is read-only.

    Work around could be the one
    you calculate display as text with LOV element display value according to shuttle session state and show the shuttle and this conditionally dependent element of the case

    BR, JAri

  • Is it save to use the digital output as a digital input for another channel signal

    Hi all

    I know it's a stupid question, but I don't have another generator of signals by hand. What I want to know is, can I use the signal digital output of my USB-6001 as an input for the same signal device, but on other digital port? I wasn't directly because I don't want to burn the device...

    Thank you

    Done all the time. No problems.

  • How to pass the Boolean values of a façade in other block?

    Hi all

    I have a main façade with several Boolean button for example:

    N1-dncc-01

    N1-dncc-02

    N1-dncc-03

    -

    -

    -etc. And for each option, I event structure that calls the other program of labview in subgroup of experts.

    So now that my problem is when I pressed the button dncc-n1-01 its Boolean values should be passed to the program which I am calling the Sub-group of experts.

    So, it is possible? I tried with ref and property of node, but I failed. I guess that I am not on the correct path.

    Thanks in advance

    Pals


  • How to pass the same value in addition to elements

    Hello

    I need pass a node id to several elements.
    How can I do this?

    my selection is
    select case when connect_by_isleaf = 1 then 0
                when level = 1             then 1
                else                           -1
           end as status, 
           level, 
           "EXISTING_LICENSE" as title, 
           null as icon, 
           "ID" as value, 
           null as tooltip, 
    'f?p='||:APP_ID||':2:'||:APP_SESSION||'::NO::P2_UPDATE, P2_ID_LIT:'||id  as link
    from "#OWNER#"."LIT_REPORT"
    start with "P_ID" is null
    connect by prior "ID" = "P_ID"
    and the P2_UPDATE I need to add article anoder of my same example page: P2_TEST

    Hello

    In your URL, there is a space between P2_ID_LIT and P2_UPDATE. Removeing the space will solve your problem.

  • passing the true value a link

    Hello

    I have this link:

    "THEN ' < a href =" "|" apex_util.prepare_url ('f? p ='|: APP_ID |) » : 10 :'|| : APP_SESSION |':10:P10_AN :'|| FORNAME | '   '|| FAMILY NAME). "" > < img src = "" #IMAGE_PREFIX #edit.gif "alt ="├editer"> < / a > '"

    This link a passage to another part of the page (P10_AN) values (FORNAME |) '   '|| FAMILY NAME)

    And it works fine, but I don't know how I add this link, another page with the value = |':10:P10_EMAILAD :'|| E-MAIL)

    It would be great if someone can show me.

    The syntax is the list of items, then two semicolons, and finally a file delimited by the list of values.

    In your case, it would look like this:

    then 'edit'
    

    I would recommend escape from the values entered by the user in order to protect the page and so users do not inject in the page (it's call Cross Site Scripting or XSS):

    then 'edit'
    

    Thank you

    -Jorge

  • How to pass the numeric value in the format hexadecimal teststep parameter?

    Hello

    My teststep is a custom c# function that has a parameter of type Number (byte).

    How can I insert the data to hexadecimal? (Step parameters + tab Module)

    Can I change like field insert in labview in decimal, hexadecimal, binary?

    THX

    Just use the notation '0 x '.  For example, to 10 (decimal), you will place in "0xA".

  • How can I change the registry values with a common search for the string and replace the function where I don't do all manually?

    Due to problems of space with my installation of XP Pro, (operating system has been installed on a 4 GB partition and I did have a copy of the OS to do a new installation) I am trying to move a number of files on a mounted drive.

    It is a way to search an entire record of [SPECIFY FOLDER] "C:\Program Files\" instances and replace each with "C:\Program Files\Overflow\ [SPECIFY FOLDER]" as a common discovery replace function?

    Also, I'll have to move several "Common Files" files in the mounted folder 'Overflow '. The method to make learning one should help me to do both. Manually, it will take most of thousand years that all the files in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components
    the files seem to have a key value have changed.

    I have already uninstalled and reinstalled some programs at the desired location, but many still use the "Common files" folder despite my having already changed the default installation directory path in the registry. Any help would be appreciated.

    Thank you

    NORTH CAROLINA

    One way:

    1. Start Regedit (start-> Run-> 'Regedit')
    2. Select the branch of the registry, or you are interested in changing.
    3. The export of this branch of the registry (file-> export) in a ".reg" file
    4. Use a programming editor (for example, the freeware Notepad ++) and use the "Find and replace" function to make the changes you want.  Save the modified file.
    5. After making the changes, double-click the .reg file to fold changes in your registry.

    As always, keep a backup of your original registry in case things get really bad and know how to do to restore this backup your machine should not be able to start.

    Notepad ++: <> http://notepad-plus-plus.org/ >

    HTH,
    JW

Maybe you are looking for

  • Setting DST on Palm TX

    I need to reset the new dates of start and end of DST on my Palm TX.  I found no info in the manual.

  • I can't find all the information about the Satellite A100-599

    Hello I can't find information on this laptop Toshiba A100-599Could you tell me where I can find it? Thank you David Usha [Edited by: admin on April 15, 2007 10:59]

  • How unload us a DLL with several different COLD?

    Hello world I am designing an application that implements several functions of a DLL that I build. I call two functions one after another to get the results of my functions. The first function (Read_Property) made many operations and saves its inform

  • Cannot change default Page Size

    HP Officejet Pro 8500 has more Windows XP All the installation instructions were followed, and the printer works well. However, whenever I try to print a document, the Page size in the default printing preferences window is always letter, and I chang

  • How can I change the default search on Internet Explorer 11 engine?

    I use Windows 8 Professional on a laptop. ------------Although I am an employee of HP, I speak for myself and not for HP. If my answer has been helpful to you, please click on the small dealybopper of thumb upward on the lower right. Please check acc