passing multiple values of variable presentation to go the url in dashboard

Hi all

I use go url in dashboard in the area of text using html file mark up. We have a guest area which saves the values in the variable of presentation P_REGION. The link to the dashboard works well when we choose to value as a single region. She passes the parameter. However, if we choose multiple values, it fails. Do we need to modify the code below in support of more than the presentation variable value to pass to the report.


<a href="http://nqrc.cci.edu:7001/analytics/saw.dll?PortalGo&path=%2Fusers%2Faron%2FActionLink%2Fname&Action=Navigate&P0=1&P1=eq&P2=%22Employee%22.%22Region%22&P3=@{variables.P_REGION}">Drill Report</a>
Thank you

Sushil

Before you go to the link, I would say to understand how the variable takes values.
Try to use the link as ay of the column expression in the criteria to see the full url with multiple values.

http://nqrc.cci.edu:7001/analytics/saw.dll?PortalGo&path=%2Fusers%2Faron%2FActionLink%2Fname&Action=Navigate&P0=1&P1=eq&P2=%22Employee%22.%22Region%22&P3=@{variables. P_REGION}

If my assumption is not wrong valiables holds as "one, two."

This will give you some ideas to work on.
If need more help to share the url with multiple values.

BTW: I don't think that it works with multiple values, give a try, as said.

So much sense mark :)

Tags: Business Intelligence

Similar Questions

  • a problem in passing multiple values in the loop settings for

    Hi all

    I am facing a problem in passing multiple values in the loop settings for.


    EX:

    CREATE or REPLACE PROCEDURE (pr_id OUT NUMBER) HAVE


    tab type is table of NUMBER;

    TEMP_TAB TAB;

    BEGIN

    Select the COLLECT LOOSE pr temp_tab pr_id;

    I'm in 1.TEMP_TAB. loop of COUNTING

    PR_ID: = temp_tab (i);

    end loop;

    END TEST;

    OUTPUT:-

    pr_id = 234578


    in the example above, I'm only a value as an out parameter. but I send you PR_ID of the loop.
    why I don't get all the values that the parameters.please offer a solution for me.

    Thank you my friend.

    More clarification, let's look at your code...

    -- create a procedure and have a single numeric out variable
    CREATE OR REPLACE PROCEDURE TEST ( pr_id OUT NUMBER ) AS
      -- declare a type as an array of numbers
      type tab is table of NUMBER;
      -- declare a varianble of that array type
      TEMP_TAB TAB;
    BEGIN
      -- query all the values from the table into the array
      select pr_id BULK COLLECT INTO temp_tab from pr;
      -- loop through each value in the array
      for i in 1..TEMP_TAB.COUNT loop
        -- set the value of the single OUT parameter, OVERWRITING any previous value it has
        PR_ID := temp_tab(i);
        -- loop around to the next value
      end loop;
      -- end the procedure with the final value of PR_ID
    END TEST;
    
  • I want to pass multiple values method AM controller

    Hi all

    Can someone tell me please how to pass multiple values of AM method to the controller.

    Thank you

    You can make use of the ArrayList

    In CO

    OAApplicationModlue am = pageContext.getApplicationModule(webBean);
    ArrayList values = (ArrayList) am.invokeMethod("PassArray");
    

    In AM

    public ArrayList PassArray
    {
    ArrayList values = new ArrayList();
    values.add("value")
    values.trimToSize();
    return values;
    }
    

    Thank you
    AJ

  • Void string formula during the passage of several values of variable presentation

    Dear all,

    I have a scenario where I will get one or more presentation variable values, and each value should create a separate chart where each graph should filtered by a single value.

    For example: If suppose that my presentation of the values of variable passing as below.

    IN ("ASTON MARTIN", "KIA", "PEUGEOT", "DACIA")

    Then I should get four chart:

    as the first chart report filtered by ASTON MARTIN

    as the second chart report filtered by KIA

    as the third graphic report filtered by PEUGEOT

    as the fourth graphic report filtered by DACIA.

    Kindly help me out here.

    Thank you

    In your non-text expression expression may be only "Dim MBV CSD". "' @{RF1} {Lk Veh Vehiclemake}.

    Then

    LOCATE(',' || cast("Dim MBV CSD"."@{RF1}{Lk Veh Vehiclemake}"as varchar(1000)) || ',',  ',' || '@{L1}{FIAT,FORD}' || ',') >0
    

    PS

    But in this column (if is not text) you'll never find values 'FIAT', 'FORD' etc.

    Make sure that your model and reports are correct.

  • Passing multiple values at the request of the State (no status page)

    Hello

    [APEX 4.2.4.00.08 on the 11.2.0.3 database]

    I didn't know how to explain briefly what I need in the title of the discussion, that's why I added the song "(non page rapport)". "  I met a lot of threads associated with passing of selections multiple values from one page to another, or via a URL from one page to another.  I know how to do this.  The problem I have right now is trying to pass the commas of the values contained in an application to a report query element.  Here's where the "(rapport non page) ' comes into play."  I refer to the report query at the level of the application (i.e. shared components-> report queries).  I wish really it had another name for it.  "Report on the application of queries", perhaps?

    In any case, my report query has a bind variable, AI_ID_NUMBERS, that is defined correctly in the shared-> components report queries. However, when this item application has multiple values such that AI_ID_NUMBERS = 4, 5, 6, 7 etc., my URL looks like this:

    myapexsite.com/f? p = 456:2:1234567890:PRINT_REPORT = report_1:AI_ID_NUMBERS:4, 5, 6, 7

    So, this returns only one record for the report where the identification number is 4, one.  I tried a string parameter of Substitution of Application (URL_REPORT_1) with the two following variants (for which both return only a single record):

    Substitution string = URL_REPORT_1 and Substitution value = f? p = & APP_ID.:0 : & SESSION. : PRINT_REPORT = report_1:AI_ID_NUMBERS: & AI_ID_NUMBERS.

    Substitution string = URL_REPORT_1 and Substitution value = f? p = & APP_ID.:0 : & SESSION. : PRINT_REPORT = report_1:AI_ID_NUMBERS:-& AI_ID_NUMBERS. \

    returns...

    myapexsite.com/f? p = 456:2:1234567890:PRINT_REPORT = report_1:AI_ID_NUMBERS:4, 5, 6, 7

    myapexsite.com/f?p=456:2:1234567890:PRINT_REPORT=report_1:::AI_ID_NUMBERS:\4,5,6,7\

    .. .respectively

    I really thought that the backslashes would have solved the problem.  Any ideas why my report request (PDF) returns only one line?

    Thank you

    -Seth.

    Well, too bad. I realized the mistake I did.

    When you work with 'request report queries', there is an option to include variable bind, for example the application or page elements.  I had already done that, but for some reason, thought that I also had to pass the parameter and its values in the URL.  This is not necessary since the report query query already has the issue of the application/page related to it.  The following URL works fine:

    myapexsite.com/f? p = 456:2:1234567890:PRINT_REPORT = report_1

    And, Yes, it's the URL that is provided when you set up a "application report query.  I was thinking too hard.

    -Seth.

  • How to pass multiple values of payload through the contextual event - jdev 11.1.2.3

    Hello:

    How to configure contextual events publish several values of payload?

    On click of a button, I'm declaritively publish a contextual event, which works very well when a single value is passed to the event handler.

    My event handler method has the signature of:
    eventHandler (String)

    But now I also have an oracle.jbo.domain.Number, so my new eventHandler looks like this:
    eventHandler (Number, String)

    How to pass two values during editing of the event and how to place the payload with multiple values for the new eventHandler?

    All article or code would be greatly appreciated.

    Thanks for the help.

    You define a bean holding your values and pass an instance of the bean as a payload...

    Timo

  • How to filter values using variable presentation if it uses a multiselec

    Hi gurus,

    Could you pls suggest me here.
    I have a requirement like my version 10G OBIEE isn't filtering report values when we choose a value any in dash prompt.
    I tried to create a variable presentation in the prompt for filtering, but invites under control, he is given a MULTI SELECT.
    I need to filter the values today if select us any value from the command prompt, it does not choose any value.
    How to filter values using MULTI SELECT Here.Please suggest me here.

    Kind regards
    SK

    Functions applied on the columns must be the two places (in report and guest) and must affect is fast after the function applied in the report.

    In your case is prompt value before cast, it seems that it is the reason why it does not work.

    Mark correct/good so pls help.

  • Passing multiple values to the report

    Hello
    I have a form of parameter. One of the field will have at least one value. When there are multiple values, the values will be separated by a comma and pass on to the State. Please tell me how to separate them and put them in the citation in the report query.
    EX: values are: PO, DR
    There will be in the where condition as: where code in ('OP', 'DR');
    Thank you in advance.

    PS. I use 10g

    Published by: 945599 on 10 July 2012 14:04

    Hello

    I sent the unit test by mail.
    Please note that there are some hardcoded values when you use run_report_object (name of report server and host name).

    Kind regards
    Alex

    Published by: AlexDiniasi on 19.07.2012 17:14

  • How to send different value of variable presentation in URL GO?

    Hello
    I use GO URL to send presentation Variable (d_pv) to filter the other report on column 'day '...

    "(a href = http://server/analytics/saw.dll?GO & path=/shared/BI%20Reports/Ki1/KPIs%20Detail%20Priority%203%20Shipped & Action = Navigate & p0 = 1 & p2 & p1 = eq ="Time". Day & p3=@{d_pv}) SHIPPED (/a)'


    It works very well. But my goal is to filter the report by using the eve of the value of d_pv (for example. If the value of d_pv is ' 2010-04-27', I need to filter the others using report "(2010-04-26')"

    I couldn't find to spend one day back value of presentation using variables go url.

    Help, please...

    Published by: bob123 on April 28, 2010 10:15

    I would say use TIMESTAMPADD(SQL_TSI_DAY,...,1) and use spend your variable in this column.

    When you spend the day report 28/04/2010 + 1 column target, it will display the 27/04/2010 data.

  • How to pass multiple values to a data model parameter

    I have a data model, where I put a setting like this.

    Select col1, col2, col3 from table1 where col1 =: param1

    This works very well for a single value that I pass the param1 parameter.

    How can I get this to work when I want to send multiple values for param1. I already checked the box "Multiple values" and tried to change the sql for this code.

    Select col1, col2, col3 from table1 where col1 in: param1

    Looks like I'm missing something here.



    Thanks in advance!
    Kris

    you need to write it as:

    Select col1, col2, col3 from table1 where col1 in (: param1)

    It works for me.

    Klaus

  • Multiple selection with Variable presentation

    Hello gurus:

    I currently have a dashboard where the user selects a Promotion ID and all other reports are based on this promo-id.

    Now, I use variable presentation for the promo-id.

    Now obligation if, for another page of dashboad, where a user can select up to 4 different promo-ID and compare them from the same measures.

    I was thinking about using PivotTable dynamic to compare and multiselect selection of promotions up to 4 guest.

    However I do not think that variable presentation works with multiple selection prompt.
    So, what should I do about it?

    I can do 4 different guests, but then it will force the user to select 4 promotions every time. I want to do something where the user can select 2,3 or 4 promotions.

    Please help me.
    Thank you.

    ~ Vinay.

    Yes, if you use the same column to create the dashboard and to create the filter.

  • Passing multiple values to a parameter

    I have a procedure for updating the tables using a slider.
    In my cursor, I must use the WHERE... IN clause because there is several values that are not in a range.
    My question is how can I pass the different values of 'IN' when you call the procedure.

    APPLICATION OF WORK MANUALLY
     SELECT DISTINCT (TBBESTU_PIDM)
      FROM TBBESTU
     WHERE TBBESTU_TERM_CODE = PROCESS_TERM
       AND TBBESTU_EXEMPTION_CODE IN ('7011', '7022')
       AND TBBESTU_DEL_IND IS NULL;
    That's how I'm currently calling the procedure, where the following parameter must have two values being passed:
    l_bill_code = '7011', ' 7020 "
    DECLARE
         l_message varchar2(1000);
    BEGIN
         PWT_BILLING_TBBESTU_REC('&l_process_term', '&l_bill_code', l_message);
    EXCEPTION
         WHEN OTHERS THEN
              RAISE_APPLICATION_ERROR (-20001,SQLCODE || ' ' || SUBSTR(SQLERRM,1,200));
    END;
    I'm looking for a new perspective on how to get this done, please help!

    Normally, you would achieve this by

    -Declare a collection

    CREATE TYPE exemption_code_tbl
       IS TABLE OF VARCHAR2(4)
    

    -From the collection of your procedure
    -Use of the collection in your SQL statement, i.e.

    CREATE PROCEDURE your_procedure_name( p_code_list IN exemption_code_tbl )
    AS
    BEGIN
      FOR x IN (
        SELECT distinct( tbbestu_pidm )
          FROM tbbestu
         WHERE TBBESTU_TERM_CODE = PROCESS_TERM
           AND TBBESTU_EXEMPTION_CODE IN (SELECT column_value FROM TABLE( p_code_list ) )
           AND TBBESTU_DEL_IND IS NULL )
      LOOP
        <>
      END LOOP;
    END;
    

    The call to the procedure would then look like

    BEGIN
      your_procedure_name( exemption_code_tbl( '7011', '7022' ) );
    END;
    

    Justin

  • passing two values in a guest column for the display and filtering

    Hi all

    Is there a workaround solution to use two columns in a command prompt to display and the passage of the input for a prompt value in dashboard prompt value? For example we want to display the description in the command prompt, but pass the variable value or the presentation of the filter id, just as we have in bi publisher, LOV automatically enter the value both for the display and the actual value to pass to the query. Therefore, the user clicks the description and corresponding id will be stored in the variable presentation of the guest of.

    Thank you

    Sushil

    Published by: 872073 on April 5, 2013 11:06

    Check this box
    http://www.rittmanmead.com/2010/08/Oracle-BI-EE-11g-handling-double-columns-iddescription-interoperability/

  • Variable presentation for between the date of request

    Hello

    I have a requirement where I need to pass the value to the variables of presentation for "Between" date guests.

    Basically, a user can select two dates in the same column and see revenue between these two dates.

    The problem is that I can use a single column only once and if I do 'In between' then the 'set the variable' option disappeared.

    Kindly help me with the problem.
    Thank you.

    Vinay

    With regard to feeding guests, you don't have to use the same column. It is only when you filter your date column becomes important. With this, follow these steps:

    Place two columns in quick work space and use case WHEN 1 = 0 THEN... effectively dummy columns columns. Use the drop down menu to make the two guests "Edit box." Value of operand ' is equal to ' and prompts PVs: StartDate and EndDate. You can create session variables to set the default values. This method ignores the date columns and typed by the user to the value. Default dates show that the format users should use.

    Now in your request, click on the filter of your date column, convert the filter SQL and type:

    'Table Date.' ColumnName > = ' @{StartDate} "AND" table Date ".columnname"<=>

    It will work, but there are other options. If you want the user to select a date from a list drop-down, just use another date column that has dates available for the user to select. Once again you are simply feeding the Pvs in the guests. It is not necessary for the second column to be the same as the first.

  • passing multiple values of the column to a variable in unix

    sqlplus -s $USER_ID@$SID/$PWD<<EOF>sql_1.txt
    set feedback off
    set heading off
    select  114032 as c_1 from dual ;
    
    
    EOF
    
    
    
    
    for i in `cat sql_1.txt`
    do
    
    
    sh script_1.sh  $i 
    

    Currently I am passing a column value to the single unix variable.

    How can I pass values of 2 columns

    sqlplus -s $USER_ID@$SID/$PWD<<EOF>sql_1.txt
    set feedback off
    set heading off
    select  114032 as c_1 ,sysdate c_2  from dual ;
    
    
    EOF
    
    
    
    
    sh script_1.sh $col_1_value  $col_2_value 
    

    I'm on SUNOS

    You can concatenate the columns in SQL by a delimiter, and then use the cut (for example) under Unix to analyze the production line in chips for the script.

Maybe you are looking for

  • will be reset to the ipad 2 with WiFi

    I want to give my old iPad 2 with WiFi and at & T cellular to my niece.  I want to do a factory reset and erase all data.  I wonder if the cell substance AT & T will continue to work after this process has been done?

  • just want sections of pages

    I create a new presentation to use on my iPad.  I use old PDFs and inserting them in a page in the Pages.  In the end, I would like to create a single new PDF.  Is this possible?  I don't see the option to add a page, only items.  The insert options

  • my screen resolution won, t change. _

    the only option is to 640 x 480

  • RECOVERY ACTIVE DESKTOP on the desktop...

    The program I was working to lock up my computer and since would not prevent it the Task Manager, I manually turned it down, but when I rebooted, my desktop image disappeared, and he said something: RECOVERY of ACTIVE DESKTOP with all sorts of troubl

  • Remote Desktop: delay Shift key

    I'm using remote desktop and have great difficulty.  I meet about one to two second gap between the time that I press the SHIFT key and the time it registers on the desktop remotely.  I have the same deadline to release the key.  I also have the same