Title of the report based on the value of the Table column

Hello

We use OBIEE 10 g.

We have a Table and a chart based on the table in a report.

Assume that the table has two columns, ID and NAME

can we refer dynamically the value of the column NAME in the title of the report?
for example
the table has

ID | NAME
-------------
123 | GS

now, we would like the title to appear as

Report for the GS

where GS is dynamic

Use the narrative mode and refer to the column that you want to display using @2 and place it instead of view title.

Thank you
Isabelle Renon

Published by: Rajesh Raoul - BI on May 2, 2013 05:59

Tags: Business Intelligence

Similar Questions

  • What is the title of the NOTE column in Windows Explorer?

    What is the title of the NOTE column in Windows Explorer?
    Am using Vista Home Premium, I understand that there are 6 models folder in Vista Type; photography and videos and music details templates have the column nominal position, (1) what is it for, (2) can I use it for photos of rates or documents, if so how?

    Hi 5466,

    Thanks for your replies.

    Vista has characteristics of property for files in folders that you might be able to carry out some sort of system that allows you to know your staff for the file that you place in the folder.

    There isn't a download from Microsoft which has the attribute that you speak of to allow the classification of Word documents.  Information online about this process does not specifically address the attribute you have written in to place the dimension on the record.

    Here is a possible work around you

    When you view them documents in the folder, they are placed, check Details of the menu view is marked.

    Then in the file that is created, right click and select Properties, in the TAG field type a general comment as '5 stars' or one who would submit to you the rating desired - in this field of the Details tab of the properties as Judd had suggested in a previous post.   You can use this field to record the files you have chosen personally.

    Of course it's all a work around, but please let us know if this helps you.

    Kind regards

    Debbie
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • titles of the table

    How can I determine the size (height) of a line of the table heading?  I use 9 FM, and the framework it creates for my table titles seems to cut the high bit great characters, such as letters and characters such as lowercase 'f' or 't' or even 'i '.

    Table Designer gives me just the choice of whether or not I have a table heading, and if it is above or below the table.  And when I try to add space above the text in the title of the table by using the designer in the paragraph for the particular paragraph tag I use in this title, he don't seem to have any impact.

    The PDF file shows the characters cut off at the top? If this isn't the case, then it's an artifact on the screen that has no effect on the output.

  • How to disable the right click option resize on the table column header?

    Hi all

    Please let us know how to disable the right click option resize on the table column header.

    The problem is that when I right click on the header of the column, the column is selected and the context menu with options like type, resize columns, columns, etc... is popping. We want to disable the option of re-size column.

    We create a link by program the values in the table (do not use Bc4J) and the version of Jdeveloper's 11.1.2.2

    Thanks in advance,

    -Vignesh S.

    So who did not observe here is that the table is wrapped in a panelCollection and who is in fact source menu.  However, the content of the context menu can be controlled through the featuresOff of the panelCollection component attribute

  • How to get the names of the table columns in the quick dashboard

    How to get the names of the table columns in the quick dashboard


    Thanks and greetings
    ------------------------
    Kishore P

    Make a prompt like:

    SELECT case when 1 = 0 then 'D0 time. " "" T02 by month name "other" 'D2 market' '. "" M04 region' ' the end 'Sample Sales' UNION ALL SELECT case when 1 = 0 then 'D0 Time. " "" T02 by month name ' else ' 'Time D0. "" T02 by month name ' ' the end 'Sample Sales.

    Put the name of column in single quotes.

    Make your rank as a function:
    Rank ('F1 income'. "" Recipes 1-01 (after all) "by @{pColumn} {'D0 time'. ({"" T05 annually name '})

    It works fine for me

    concerning

    John

    http://obiee101.blogspot.com

  • How to highlight a cell IR report based on a value in another column?

    I used the code below and the cell is highlighted for all use column formatting css #COLTOHIGHLIGHT #add to pageBut what I need is if the HIDDENCOL is 'OUT' value and Custom2 should apply if the HIDDENCOL has value 'IN' then custom1 should apply. How to do? Please help thanks loly

    Sinduja Sivasailam wrote:

    Thank you for your contributions. I understand the concern.

    As suggested, I've reproduced the problem in the environment of the APEX.

    Thanks for making the effort. I suggest the following approach, which is more flexible and allows a more efficient use of the separation of concerns as above. I created an example on a new page to illustrate this.

    1. change the report query to

    select
        jan
      , feb
      , mar
      , jan_st
      , feb_st
      , mar_st
    from
        project_status
    

    2. in the report, set the month columns to display text and status columns to be hidden.

    3. set the property Expression of HTML for each column of months to use a HTML data attribute to include metadata status as well as the displayed value:

    #JAN#
    

    4. create a dynamic action after Refresh on the IR region to retrieve the status of project code in the columns of months and apply it as a class to the cell of report element:

    Event: After refresh

    Selection type: Region

    Region:

    Real Actions

    Sequence: 10

    Action: Run the JavaScript Code

    Fire on Page load: Yes

    Code

    $('.a-IRR-table td [data-prj-status]').each(function () {
      var x = $(this);
      x.parent().addClass(x.data('prjStatus'));
    });
    

    5 Add a style sheet to the page of Inline CSS property with a rule to set the background color of cell as required for each State of the project:

    .a-IRR-table tr:hover td {
      opacity: 0.7;
      transition: opacity .1s
    }
    .a-IRR-table td.REQ,
    .a-IRR-table tr:hover td.REQ {
      background-color: #ff9;
    }
    .a-IRR-table td.INP,
    .a-IRR-table tr:hover td.INP {
      background-color: #cf9;
    }
    .a-IRR-table td.YTS,
    .a-IRR-table tr:hover td.YTS {
      background-color: #ccf;
    }
    .a-IRR-table td.CR,
    .a-IRR-table tr:hover td.CR {
      background-color: #f66;
    }
    .a-IRR-table td.COM,
    .a-IRR-table tr:hover td.COM {
      background-color: #9cf;
    }
    
  • table col name get the details of the table column and inserting of values depending on the data type of the column

    Hello

    I am train to write a procedure where I would spend the table as a parameter name and then the code would determine it is column names, and then he would insert records in each column depending on the data type. could someone help me with this.

    Thank you

    SM

    Hello

    Perhaps you need to dummy data just for the table.

    Here is my exercise

    create or replace
    procedure generate_rows(p_table_name varchar2, p_count number)
    is
      --
      function insert_statement(p_table_name varchar2) return clob
      is
        l_columns clob;
        l_expressions clob;
        l_sql clob default
          'insert into p_table_name (l_columns) select l_expressions from dual connect by level <= :p_count';
      begin
        select
          -- l_columns
          listagg(lower(column_name), ',') within group (order by column_id),
          -- l_expressions
          listagg(
            case
            when data_type = 'DATE'
              then  'sysdate'
            when data_type like 'TIMESTAMP%'
              then  'systimestamp'
            when data_type = 'NUMBER'
              then  replace('dbms_random.value(1,max)',
                      'max', nvl(data_precision - data_scale, data_length)
                    )
            when data_type = 'VARCHAR2'
              then  replace(q'|dbms_random.string('a',data_length)|',
                      'data_length', data_length
                    )
            else
                    'NULL'
            end, ',') within group (order by column_id)
        into
          l_columns,
          l_expressions
        from user_tab_columns
        where table_name = upper(p_table_name);
        --
        l_sql := replace(replace(replace(l_sql,
          'p_table_name', p_table_name),
          'l_columns', l_columns),
          'l_expressions', l_expressions);
        -- debug
        dbms_output.put_line(l_sql);
        --
        return l_sql;
      end;
    begin
      execute immediate insert_statement(p_table_name) using p_count;
    end;
    /
    
    -- test
    create table mytable(
      id number(4,0),
      txt varchar2(10),
      tstz timestamp with time zone,
      dt date,
      xml clob
    )
    ;
    set serveroutput on
    exec generate_rows('mytable', 10);
    select id, txt from mytable
    ;
    drop procedure generate_rows
    ;
    drop table mytable purge
    ;
    
    Procedure GENERATE_ROWS compiled
    Table MYTABLE created.
    PL/SQL procedure successfully completed.
    
    insert into mytable (id,txt,tstz,dt,xml) select dbms_random.value(1,4),dbms_random.string('a',10),systimestamp,sysdate,NULL from dual connect by level <= :p_count
            ID TXT
    ---------- ----------
             3 WnSbyiZRkC
             2 UddzkhktLf
             1 zwfWigHxUp
             2 VlUMPHHotN
             3 adGCKDeokj
             3 CKAHGfuHAY
             2 pqsHrVeHwF
             3 FypZMVshxs
             3 WtbsJPHMDC
             3 TlxYoKbuWp
    
    10 rows selected
    
    Procedure GENERATE_ROWS dropped.
    Table MYTABLE dropped.
    

    and here is the vision of Tom Kyte for the same https://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:2151576678914

    Edit: to improve my code, it must use p_count as bind as Tom.

  • How to add a title to the spinal column/book cover?

    Hello

    seems to be a stupid question, but I couldn't find an answer in the videos by JK o any other help page:

    How can I add a title on the cover of the book he and the spine of a book blurb in LR5?

    I couldn't find any coverage model having the title (only a lot of text).

    Thank you very much in advance,

    schleifi

    Select one of the models who show "a lot of text. What you see as 'a large number of text' in the preview of the model is just an indication that you can add text.

    Type your title in the text box, and then type that information in the text box on the spine. For the spine, it helps if you get the display by pressing Ctrl / Cmd + U.

  • Dynamically create checkboxes based on a value in a table

    Hi friends,

    I am looking for crerating several checkboxes based on a value in the table. For example if I'm clicking on a name of 'material' in a report, I need to show all interfaces for equipment like the checkboxes in another page. There is a table that contains interfaces corresponding to a particular equipment. The box should be checked if this particular interface is "put into service". This info is present in the table "provisioing. How can I achieve this. Help, please.


    Kind regards
    TJ

    The display order of your boxes depends on your SELECT statement, just put an ORDER BY in there, and you can do whatever you want.

    Don't forget: the LOV-statement must select all of the possibilities, with the process, you set the provisioned to checked.

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • PPR on the table column

    JDev 11.1.1.6.0 BPM

    I have two country of components selectOneChoice and State. If I select a country from the country LOV, the corresponding States is filled through PPR. I'm in the States Get accessor check which country is selected and defining the list accordingly. It works very well. Now, I have a table in which there is a column of States for which the condition is the same. States should be a LOV and values must be filled based on the selection of countries. I used the same method of getter and PPR for the column of the table indicates which is a component of selectOneChoice. But it does not work as expected. It is not of any value.

    OK I solved it myself

    I just add a value change listener and programmatically set the partial relaxation for the table. And that did the trick

  • How to save the table column and row headings

    I have a table where I activated the column and row headings.  Once the table is loaded with data, I would like to save the contents of the table, including the column and row headings in a text file.  The crux of "value" property returns only the content of the table, not the row and column headers.  I could use "header line chains []" and '[] column header chains' property nodes as well, but I'm in the island there is an easier way.  Looks like adding the headers of lines would be difficult.  Any ideas?

    Thanks in advance.

    Here is a way. The construction with the empty constant is to provide to the left corner of the table where there is no data.

  • What is the table/column name for group of segments data

    Hello!

    I'm looking at the specific table/columns that contain the values for the segments of people group by assignment. Well want to can someone tell me.

    Thank you.

    Jon

    Join the pay_people_groups with per_all_assignments_f with the people_group_id of the column

  • Grant select privilege on the table column

    Hello
    I think that it is not possible to give the right to select level of column in a table.

    by example-grant select (col1, col2) on table1 to User1;

    Can anyone suggest what might be the way to achieve (apart from creating a view on the table).

    Hi, Anit,

    Anit says:
    Hi Frank,.
    Thanks for the reply. Nothing bad to see.

    Then use a notice. It is simpler and more robust.

    As that I knew WHAT EVP is used for the column data hide with a null value or other values. do not hide the entire column of the selection operation. Please correct me if I'm wrong.

    Maksing the column with a null value or another value is hide the column.
    Do what you should always do whenever you have a question. Post some sample data (CREATE TABLE and INSERT statements) and the results desired from these data. In this case, after an authorized user (that is, a user with all privileges) must get results and results that a user with lesser forge privileges.

    A view (or a copy of the table, as a materialized view) is the only way I know to prevent users to know that there is a column (for example) called credit_card_num.
    Use row-level security, you can return NULL when users not allowed to reference credit_card_num, or you can trigger an error if they try to refer to this column.

  • Manage the new position of the table column / movement event

    How to catch the event when the table view column are repositioned. Essentially, when the column is repositioned at the 5-position 1 position, I would like to upgrade from the db. I searched the API, but could not find one.

    Thank you.

    		   
  • Stop in the middle of the table column width setting

    I set some tables previously built.

    When you adjust the width of columns, some tables develop the center column and others on the left side of the column.

    Can someone tell me where the setting is for this?

    Thank you very much

    pkahrel wrote:

    Danny meant that you should look at paragraph of parent of the table, not the table itself.

    That's it, thank you. I was struggling to think what to call it.

Maybe you are looking for

  • T1300: error code 8,11 hp designjet T1300

  • Satellite P100-454 with Vista - no sound

    Hi all. I just installed Vista once more and everything seemed fine.But I have no sound at all. I tried to upgrade the Bios and audio drivers but still no sound. I have a P100-454 with Vista. When I look in "installed" I can see the i not care her bu

  • How can I protect my computer

    My wifes nephew is aparently try to hack my computer with a friend frome out of State, how can I know and how can I make sure that they

  • Side-by-side configeration is incorrect on Flight Simulator

    I bought Flight simulator X and it worked when I put in place, I the have not used for some timeA few days I ago try load and I get a prompt saying. side-by-side configuration is incorrect.

  • Music not in order

    When I got my new DX I last week I wanted to save time on transferringf music and photos on the DX of my Droid 1.  At the beginning I was going to just Exchange 16 GB cards, but for reasons I (don't) go into here that wasn't really an option.  So, I